index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r3095: - fix a free'ing of msg.dn
Stefan Metzmacher
3
-8
/
+8
2007-10-10
r3093: - implment ldb_rename() and ldbrename
Stefan Metzmacher
9
-13
/
+271
2007-10-10
r3092: prepare for build inside samba
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r3089: fix memleak
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r2792: got rid of talloc_ldb_alloc() and instead created talloc_realloc_fn(),
Andrew Tridgell
2
-4
/
+4
2007-10-10
r2726: added a -r option to ldbdel to allow easy delete of a whole
Andrew Tridgell
1
-3
/
+39
2007-10-10
r2725: fixed ldbtest to give the basedn to ldb_search()
Andrew Tridgell
1
-2
/
+2
2007-10-10
r2721: added a -b option to ldbtest so it can be used with the new smbd ldap ...
Andrew Tridgell
1
-8
/
+10
2007-10-10
r2713: better handling of binary values in index key creation
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2712: fixed a bug in ldbtest to make it cope with an existing index
Andrew Tridgell
1
-2
/
+4
2007-10-10
r2667: Remove forward declaration of static function from function. GCC 3.5 a...
Jelmer Vernooij
1
-2
/
+3
2007-10-10
r2556: fixed the -s one bug that jelmer pointed out
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2554: added a test for a bug that jelmer pointed out (handling of -s one)
Andrew Tridgell
1
-0
/
+7
2007-10-10
r2553: fixed ldbtest so it passes the ldap schema restrictions and thus can b...
Andrew Tridgell
1
-18
/
+11
2007-10-10
r2485: - add a test case in ldbtest for a bug pointed out by Jon Haswell.
Andrew Tridgell
2
-3
/
+88
2007-10-10
r2484: allow ldb to build standalone again
Andrew Tridgell
1
-0
/
+7
2007-10-10
r2381: added a -v debugging option to ldbedit
Andrew Tridgell
1
-1
/
+31
2007-10-10
r2192: removed an erroneous free() call on an error path
Andrew Tridgell
1
-1
/
+0
2007-10-10
r2089: fix standalone build with LDAP, this needs -llber too
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2087: the ldb tools really don't need LIBSMB!
Stefan Metzmacher
1
-5
/
+5
2007-10-10
r2055: Add PRINTF_ATTRIBUTE to many more parts of the code, and a new
Andrew Bartlett
3
-1
/
+5
2007-10-10
r1901: add missing include of <fnmatch.h>
Stefan Metzmacher
1
-0
/
+1
2007-10-10
r1749: added some random stuff that captures some discussions volker and I
Andrew Tridgell
1
-0
/
+22
2007-10-10
r1511: fixed a free() that should be ldb_free()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r1374: Fix signed/unsigned warnings (actually found by g++) after unsigned int
Tim Potter
10
-46
/
+56
2007-10-10
r1268: varient -> variant
Tim Potter
1
-1
/
+1
2007-10-10
r1055: Standalone build fixes for ldb:
Tim Potter
2
-4
/
+5
2007-10-10
r1052: Remove autogenerated file.
Tim Potter
1
-165
/
+0
2007-10-10
r1018: fix a const and unsigned int problem in ldb
Andrew Tridgell
2
-3
/
+3
2007-10-10
r943: change samba4 to use 'uint8_t' instead of 'unsigned char'
Stefan Metzmacher
2
-5
/
+5
2007-10-10
r873: converted samba4 to use real 64 bit integers instead of
Andrew Tridgell
1
-0
/
+22
2007-10-10
r811: make the ldb_modify REPLACE semantics better match LDAP (ie. no error
Andrew Tridgell
1
-7
/
+6
2007-10-10
r792: - changed the ldb ldif_* functions to be in the ldb_ namespace
Andrew Tridgell
12
-39
/
+80
2007-10-10
r791: added ldb man page build to ldb makefile
Andrew Tridgell
1
-2
/
+5
2007-10-10
r790: started working on some documentation (manual pages) for ldb
Andrew Tridgell
3
-0
/
+309
2007-10-10
r728: - let libldb_tdb depend on new subsystem LIBTDB
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r714: make sure ldb formats are portable between big/little endian machines
Andrew Tridgell
2
-16
/
+24
2007-10-10
r711: don't hide attributes inside the special ldb_tdb records (so the fact
Andrew Tridgell
1
-1
/
+1
2007-10-10
r697: make use of SMB_EXT_LIB for LDAP and KRB5
Stefan Metzmacher
1
-1
/
+4
2007-10-10
r690: - ignore source/tags
Stefan Metzmacher
2
-0
/
+17
2007-10-10
r665: merge over the new build system from my tmp branch
Stefan Metzmacher
2
-42
/
+104
2007-10-10
r609: allow ldbedit to take a list of attributes to edit, just like
Andrew Tridgell
1
-2
/
+9
2007-10-10
r606: added a HIDDEN attribute on fields in ldb (in @ATTRIBUTES). This allows...
Andrew Tridgell
3
-0
/
+6
2007-10-10
r601: added the server code for all the samr_SetUserInfo and samr_QueryUserIn...
Andrew Tridgell
1
-14
/
+22
2007-10-10
r583: fixed two bugs in the handling of index entry deletion
Andrew Tridgell
2
-8
/
+13
2007-10-10
r574: - another attempt at const cleanliness in ldb
Andrew Tridgell
13
-37
/
+111
2007-10-10
r513: added a generic ldb debug system to allow the Samba debug functions to
Andrew Tridgell
13
-10
/
+154
2007-10-10
r509: fixed a memory handling bug that affects ldb with memory pools that
Andrew Tridgell
1
-1
/
+6
2007-10-10
r504: fixed a bad call to list_union()
Andrew Tridgell
1
-2
/
+3
2007-10-10
r502: modified ldb to allow the use of an external pool memory
Andrew Tridgell
25
-492
/
+693
[next]