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
/
ldb_msg.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-24
ldb:ldb_msg_add_linearized_dn - handle NULL DNs
Matthias Dieter Wallnöfer
1
-2
/
+8
2010-07-29
s4-ldb: use TALLOC_CTX type instead of 'void'
Kamen Mazdrashki
1
-3
/
+3
2010-07-19
s4-dsdb: use ldb_msg_normalize() in ldb_msg_difference()
Kamen Mazdrashki
1
-6
/
+8
2010-07-19
s4-ldb: Add ldb_msg_normalize() to accept a memory context from client
Kamen Mazdrashki
1
-12
/
+41
2010-07-19
s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add()
Kamen Mazdrashki
1
-4
/
+10
2010-07-19
s4-ldb: Use _ldb_msg_add_el() in ldb_msg_add_empty()
Kamen Mazdrashki
1
-22
/
+17
2010-07-19
s4-ldb: Add separate function to add empty element into ldb_msg
Kamen Mazdrashki
1
-0
/
+30
2010-07-19
s4-ldb: Write more explanatory comment for ldb_msg_add()
Kamen Mazdrashki
1
-3
/
+8
2010-07-19
s4-ldb: Implement ldb_msg_difference() function to accept a memory context fr...
Kamen Mazdrashki
1
-23
/
+72
2010-06-06
ldb:ldb_msg_remove_attr - provide a better implementation
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-06-02
s4:ldb_msg_element_compare - fix typo in comment
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-05-31
ldb:ldb_msg_add_steal_string - prevent also there the addition of strings wit...
Matthias Dieter Wallnöfer
1
-0
/
+5
2010-05-13
ldb:ldb_msg.c - use result constant
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-03-08
LDB:common - Change counters to "unsigned" where appropriate
Matthias Dieter Wallnöfer
1
-9
/
+11
2010-02-22
LDB related spelling fixes.
Brad Hards
1
-1
/
+1
2010-02-14
s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code
Andrew Tridgell
1
-2
/
+2
2010-01-13
s4:ldb_msg: first try to decode integers as signed and then fallback to unsigned
Stefan Metzmacher
1
-0
/
+18
2010-01-13
s4:ldb: be more strict in parsing ldb time strings
Stefan Metzmacher
1
-4
/
+4
2010-01-02
s4-ldb: added ldb_val_to_time()
Andrew Tridgell
1
-0
/
+27
2009-11-30
s4-ldb: changed ldb_msg_add_dn() to ldb_msg_add_linearized_dn()
Crístian Deives
1
-3
/
+4
2009-11-20
s4-ldb: added a warning about ldb_msg_add_dn
Andrew Tridgell
1
-0
/
+2
2009-11-20
added new function "ldb_msg_add_dn"
Crístian Deives
1
-0
/
+9
2009-11-12
s4:ldb Allow ldb_msg_canonicalize to handle empty elements
Andrew Bartlett
1
-1
/
+1
2009-10-22
s4-ldb: fast path for equal pointers
Andrew Tridgell
1
-1
/
+1
2009-10-18
s4:ldb_msg_check_string_attribute - add a comment about the result values
Matthias Dieter Wallnöfer
1
-1
/
+5
2009-10-18
Revert "s4:ldb_msg - Use LDB constants on results"
Matthias Dieter Wallnöfer
1
-3
/
+4
2009-10-18
s4:ldb_msg - Use LDB constants on results
Matthias Dieter Wallnöfer
1
-5
/
+7
2009-10-01
s4:ldb_msg_diff - Fixes up possible memory leaks and the python binding of it
Matthias Dieter Wallnöfer
1
-3
/
+9
2009-09-11
s4-ldb: don't remove a message element beyond the end of the array
Andrew Tridgell
1
-0
/
+4
2009-06-29
ldb: Properly handle NULL when copying attr lists.
Andrew Kroeger
1
-4
/
+4
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-1
/
+1
2008-08-21
Don't walk past the end of ldb values.
Andrew Bartlett
1
-3
/
+3
2007-12-21
r26529: Indeed, this belongs in the schema module. Ranged results need to use
Andrew Bartlett
1
-5
/
+0
2007-12-21
r25857: Indent
Andrew Bartlett
1
-1
/
+2
2007-10-10
r23993: Attempt to fix bug #4808, reported by mwallnoefer@yahoo.de. The issue
Andrew Bartlett
1
-1
/
+4
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
1
-1
/
+1
2007-10-10
r23560: - Activate metze's schema modules (from metze's schema-loading-13 pat...
Andrew Bartlett
1
-2
/
+10
2007-10-10
r22681: Fix standalone ldb build when parent directory name != ldb.
Jelmer Vernooij
1
-2
/
+1
2007-10-10
r20731: we need the complex memmove() handling for removing an attribute only...
Stefan Metzmacher
1
-16
/
+12
2007-10-10
r20462: add functions to handle UTCTime strings
Stefan Metzmacher
1
-3
/
+56
2007-10-10
r20189: remove unused struct element
Stefan Metzmacher
1
-1
/
+0
2007-10-10
r19909: Make this one double as fast
Simo Sorce
1
-5
/
+17
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-1
/
+1
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-2
/
+10
2007-10-10
r19731: Modify the ldb_map infrustructure to always map from requested
Andrew Bartlett
1
-1
/
+13
2007-10-10
r19490: better to check the return result
Simo Sorce
1
-4
/
+5
2007-10-10
r19489: Change ldb_msg_add_value and ldb_msg_add_empty to take a foruth argum...
Simo Sorce
1
-10
/
+21
2007-10-10
r19188: merge from samba3:
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r18910: Change ldb_msg_add_string() to not actually add an attribute if the
Andrew Tridgell
1
-0
/
+5
[next]