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
/
common
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-04
ldb: make ldb module programming less error prone
Andrew Tridgell
1
-0
/
+14
2009-09-03
always use prepare_commit in ldb transaction commits if possible
Andrew Tridgell
2
-6
/
+50
2009-09-02
don't allow two controls to be added with the same OID
Andrew Tridgell
1
-1
/
+7
2009-09-02
added ldb_ldif_message_string()
Andrew Tridgell
1
-0
/
+16
2009-08-30
ldb: cosmetic changes in ldb_dn
Simo Sorce
1
-193
/
+292
2009-08-26
s4:ldb Add ldb_ldif_write_string() and python wrappers
Andrew Bartlett
1
-0
/
+40
2009-08-21
s4:ldb Use length-limited printf to avoid walking off end of strings
Andrew Bartlett
1
-1
/
+1
2009-08-14
s4:ldb - Free the asynchronous result
Matthias Dieter Wallnöfer
1
-0
/
+2
2009-08-07
make sure we never look past the end of either string in ldb_comparison_fold()
Andrew Tridgell
1
-26
/
+44
2009-07-23
s4:ldb: add support for the new Recycle Bin Feature LDAP controls
Stefan Metzmacher
1
-0
/
+54
2009-07-14
remove all '\n' from ldb_debug
Sumit Bose
5
-20
/
+21
2009-07-06
s4:ldb Fix talloc hirarchy in LDIF parsing code
Andrew Bartlett
1
-3
/
+3
2009-06-29
ldb: Properly handle NULL when copying attr lists.
Andrew Kroeger
1
-4
/
+4
2009-06-10
fixed server side sorting of case-insensitive strings
Andrew Tridgell
1
-3
/
+0
2009-06-01
when comp_num is zero, the case folded DN is always ""
Andrew Tridgell
1
-8
/
+2
2009-05-26
s4:ldb:modules: Correct typos.
Andrew Kroeger
1
-3
/
+1
2009-04-23
Provide a ldb_global_init() function for compatibility with older versions of...
Jelmer Vernooij
1
-0
/
+6
2009-04-07
fixed internal handling of attribute deletion
Andrew Tridgell
1
-13
/
+23
2009-04-02
major upgrade to the ldb attribute handling
Andrew Tridgell
2
-7
/
+67
2009-03-12
s4:ldb: allow nested events until the code is fixed to avoid them
Stefan Metzmacher
1
-1
/
+3
2009-03-12
s4:ldb: setup tevent debug functions on a selfcreated event context
Stefan Metzmacher
1
-0
/
+35
2009-02-23
Fix headers, ldb_includes.h is a private header,
Simo Sorce
1
-4
/
+1
2009-02-23
Make all transactions nested in ldb. The current samba4 code expects this
Simo Sorce
1
-59
/
+73
2009-01-30
Explicitly include ldb_handlers.h where necessary
Simo Sorce
1
-0
/
+1
2009-01-30
Add helper function to get a module name, may be useful for debugging.
Simo Sorce
1
-0
/
+5
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
13
-13
/
+63
2009-01-21
s4:ldb: remove dependency to samba4's events wrapper
Stefan Metzmacher
1
-3
/
+10
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-4
/
+4
2008-12-19
Small cosmetic LDB patch regarding return values.
Matthias Dieter Wallnöfer
2
-3
/
+3
2008-12-17
s4:ldb: make it possible to return per entry controls
Andrew Bartlett
2
-1
/
+25
2008-12-17
s4:ldb: use try to print the extended dn in the ldif output
Andrew Bartlett
1
-2
/
+4
2008-12-17
s4:ldb: add infrastructure for extended dn handlers
Andrew Bartlett
2
-58
/
+442
2008-12-03
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
1
-2
/
+4
2008-11-17
Print unconvertable ldb element values as base64.
Andrew Bartlett
1
-2
/
+4
2008-11-06
don't give errors when an empty modules list is given to ldb
Andrew Tridgell
1
-2
/
+9
2008-11-04
Use ldb_dn_from_ldb_val to avoid possible over-run of the value.
Andrew Bartlett
3
-6
/
+6
2008-10-30
Revert "Length comparison of the linearized version is not correct."
Simo Sorce
1
-0
/
+3
2008-10-29
Length comparison of the linearized version is not correct.
Simo Sorce
1
-3
/
+0
2008-10-16
Transform the sequence_number operation into a normal extended operation as i...
Simo Sorce
2
-25
/
+29
2008-10-02
s4:lib/ldb: fix stupid <SID=...> dn parsing bugs
Stefan Metzmacher
1
-2
/
+2
2008-09-29
LDB ASYNC: Core files
Simo Sorce
2
-96
/
+349
2008-09-25
Revert LDB return code patches from Matthias.
Jelmer Vernooij
5
-28
/
+28
2008-09-24
Cosmetic corrections for the LDB library
Matthias Dieter Wallnöfer
5
-28
/
+28
2008-09-23
Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.
Simo Sorce
2
-54
/
+29
2008-09-14
Fix typo.
Karolin Seeger
1
-1
/
+1
2008-09-06
Always free tmp contexts before returning
Simo Sorce
1
-0
/
+1
2008-08-22
fixed a problem with length limited ldap values
Andrew Tridgell
2
-16
/
+23
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
2
-10
/
+19
2008-08-21
Don't allow a NULL syntax
Andrew Bartlett
1
-0
/
+4
2008-08-20
don't overwrite fixed attributes with @ATTRIBUTES
Andrew Tridgell
1
-0
/
+4
[next]