Pierangelo Masarati
|
4d53c886a8
|
fix back-ldif delete (ITS#5265)
|
2007-12-11 15:12:48 +00:00 |
|
Gavin Henry
|
8deeb8fcbb
|
admin24/replication.html spelling ITS#5270
|
2007-12-10 16:26:44 +00:00 |
|
Pierangelo Masarati
|
bd64ab8d17
|
don't try to count non-expired entries if database does not exist (ITS#5267)
|
2007-12-08 21:57:22 +00:00 |
|
Hallvard Furuseth
|
e5de6a9400
|
Fix typo in error message
|
2007-12-08 18:01:47 +00:00 |
|
Howard Chu
|
5308b87018
|
ITS#5269 fixes from Guillaume Rousse at inria.fr
|
2007-12-08 17:51:13 +00:00 |
|
Howard Chu
|
6c0b815b6f
|
ITS#5268 omit contextCSN when replicating
|
2007-12-08 17:45:10 +00:00 |
|
Howard Chu
|
bcc108a7ff
|
ITS#5268 don't replicate dSAOperation attributes unless specifically
requested. (It doesn't actually make sense to request them in that
case, but allow it.)
|
2007-12-08 17:44:15 +00:00 |
|
Howard Chu
|
562b88a3cf
|
Omit auditContext when sync control is present
|
2007-12-08 17:03:47 +00:00 |
|
Pierangelo Masarati
|
bfd50b6ec5
|
don't try to delete expired entries if database does not exist (ITS#5267)
|
2007-12-08 17:00:34 +00:00 |
|
Howard Chu
|
54a3ef323b
|
ITS#5161 make sure accesslog_response is called for abandoned writes
This probably needs to be cleaned up more. There should be a log
schema flag that indicates that an op was abandoned.
|
2007-12-07 11:27:57 +00:00 |
|
Hallvard Furuseth
|
adea0057f8
|
ITS#5248: use volatile sig_atomic_t for signal variables gotintr, abcan
|
2007-12-06 17:37:41 +00:00 |
|
Hallvard Furuseth
|
24d9258888
|
Remove unused variables
|
2007-12-06 17:23:23 +00:00 |
|
Hallvard Furuseth
|
8f74e9cacc
|
ITS#5248: use volatile sig_atomic_t for signal variable gotsig
|
2007-12-06 17:15:41 +00:00 |
|
Hallvard Furuseth
|
af50afcbe0
|
Remove unused variable
|
2007-12-06 17:13:01 +00:00 |
|
Hallvard Furuseth
|
e50cb47542
|
Restore pre-C99 preprocessor support (since rev 1.165)
|
2007-12-06 17:08:10 +00:00 |
|
Howard Chu
|
f7ec966aad
|
Cleanup dup_compare
|
2007-12-06 16:54:47 +00:00 |
|
Howard Chu
|
3658226e95
|
Drop unnecessary lock
|
2007-12-06 15:59:28 +00:00 |
|
Howard Chu
|
e237f4cc43
|
Re-introduce hdb dup_compare function, default compares too much
|
2007-12-06 15:58:47 +00:00 |
|
Howard Chu
|
f06fdb2821
|
More cleanup, hdb fixes
|
2007-12-06 14:16:34 +00:00 |
|
Pierangelo Masarati
|
8958bcd60f
|
save old values when deleting (ITS#5258; not optimal)
|
2007-12-06 12:29:04 +00:00 |
|
Howard Chu
|
7a3f73efd8
|
More cleanup
|
2007-12-06 06:40:13 +00:00 |
|
Howard Chu
|
ebbb6ab216
|
Cleanup prev commits
|
2007-12-06 06:20:42 +00:00 |
|
Howard Chu
|
cb0e31fc65
|
ITS#5262 must protect dn2id between the time it's read from the DB
and it's inserted into EntryInfo cache.
|
2007-12-06 05:48:02 +00:00 |
|
Howard Chu
|
c2a02618bb
|
BDB 4.2 compatibility for log_printf (requires modern C preprocessor)
|
2007-12-06 01:51:32 +00:00 |
|
Howard Chu
|
abff944303
|
Prefix log msgs with "slapd"
|
2007-12-05 22:35:39 +00:00 |
|
Howard Chu
|
cff654bd60
|
Use BDB transaction log for debug messages
|
2007-12-05 22:27:12 +00:00 |
|
Howard Chu
|
460e94c001
|
ITS#5262 additional cleanup
|
2007-12-05 14:56:47 +00:00 |
|
Howard Chu
|
6ac8a0c584
|
ITS#5262 use explicit cursor and locker in dn2id
|
2007-12-05 14:09:34 +00:00 |
|
Howard Chu
|
eda5b4d01f
|
Fix ITS#5257
|
2007-12-05 05:24:15 +00:00 |
|
Howard Chu
|
2953cd459f
|
Revert 1.159, seems to trigger a concurrency bug. ???
|
2007-12-05 02:36:53 +00:00 |
|
Gavin Henry
|
5894a12666
|
LDIF output format example. Still to fix modulepath example for auditlog
|
2007-12-04 20:53:19 +00:00 |
|
Gavin Henry
|
0611d71558
|
(ITS#5245) auditlog man page slapo-auditlog.5
|
2007-12-03 21:57:32 +00:00 |
|
Hallvard Furuseth
|
8667a535dc
|
Integer indexing - cleanup, signedness, redefine signmask => RIP overflow test
|
2007-12-03 09:54:01 +00:00 |
|
Howard Chu
|
ccfe26fca9
|
Cleanup overflow check
|
2007-12-02 21:46:50 +00:00 |
|
Hallvard Furuseth
|
3b6122cb73
|
Integer indexing - cleanup
|
2007-12-02 19:25:33 +00:00 |
|
Howard Chu
|
304520c113
|
Add memctx to lutil_str2bin()
|
2007-12-02 19:11:41 +00:00 |
|
Hallvard Furuseth
|
283313ba15
|
Fix last patch, and reduce allocations in lutil_str2bin().
|
2007-12-02 17:32:08 +00:00 |
|
Hallvard Furuseth
|
bddba8ae17
|
Integer indexing - handle huge values
|
2007-12-02 16:10:23 +00:00 |
|
Howard Chu
|
34a503960d
|
Fix tmpbuf size
|
2007-12-01 20:28:18 +00:00 |
|
Howard Chu
|
6ffbb9b04d
|
Fix dirsep chars before opening file
|
2007-12-01 19:19:20 +00:00 |
|
Howard Chu
|
3e05442795
|
Cleanups from Hallvard
|
2007-12-01 19:18:43 +00:00 |
|
Howard Chu
|
89b03a7db7
|
Shrink presence key
|
2007-12-01 19:08:30 +00:00 |
|
Howard Chu
|
60c0a68249
|
Trim unneeded tmp var
|
2007-12-01 11:44:18 +00:00 |
|
Howard Chu
|
95993844dd
|
Omit leading zero pad byte
|
2007-12-01 11:41:52 +00:00 |
|
Howard Chu
|
d4baa7dc87
|
Fix carries
|
2007-12-01 11:14:40 +00:00 |
|
Howard Chu
|
d513108ea3
|
Fix sign bit
|
2007-12-01 11:00:40 +00:00 |
|
Howard Chu
|
fab334d5f1
|
Fix prev. Once more, with feeling.
|
2007-11-30 22:26:23 +00:00 |
|
Howard Chu
|
88ea88feeb
|
Fix prev cleanup.
|
2007-11-30 18:32:42 +00:00 |
|
Howard Chu
|
55f6387214
|
Cleanup prev commit
|
2007-11-30 18:25:45 +00:00 |
|
Howard Chu
|
b7f3bb05f5
|
Fix 1.426, must sign-extend small numbers, not zero-pad
|
2007-11-30 18:12:17 +00:00 |
|