summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r13770: - do fsync() on the debug fd, as we do in samba3,Stefan Metzmacher2007-10-102-22/+21
* r13768: be less verbose...Stefan Metzmacher2007-10-101-0/+3
* r13767: fix compiler warningsStefan Metzmacher2007-10-104-31/+36
* r13752: Add doxyfile and fix formatting of comments. Current output is availa...Jelmer Vernooij2007-10-1023-229/+1584
* r13744: Make ldb_ldap asyncSimo Sorce2007-10-103-258/+747
* r13743: Generic fixes and improvementsSimo Sorce2007-10-101-59/+80
* r13742: Fix tests to work better with ldapSimo Sorce2007-10-105-12/+16
* r13700: added highestCommittedUSN, uSNChanged and uSNCreated support, usingAndrew Tridgell2007-10-103-0/+72
* r13699: restore the system/select.h include, as otherwise we don't detectAndrew Tridgell2007-10-101-0/+1
* r13662: Typo fix, add more public headersJelmer Vernooij2007-10-104-6/+13
* r13658: More moving around of files:Jelmer Vernooij2007-10-1038-102/+695
* r13655: Use new name of build headerJelmer Vernooij2007-10-102-2/+2
* r13654: Move some more stuff out of include/Jelmer Vernooij2007-10-101-0/+69
* r13652: Move some more stuff out off include/Jelmer Vernooij2007-10-101-0/+66
* r13651: Always make sure pkgconfig directory existsJelmer Vernooij2007-10-101-1/+2
* r13650: Install manpages when building standaloneJelmer Vernooij2007-10-101-0/+4
* r13618: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r13617: fix compiler warningStefan Metzmacher2007-10-101-1/+1
* r13616: Add new ldb functions: ldb_msg_add_steal_string() andAndrew Bartlett2007-10-103-1/+38
* r13615: Make ldb_set_errstring get ldb instead of module as parameter.Simo Sorce2007-10-1010-42/+52
* r13609: Get in the initial work on making ldb asyncSimo Sorce2007-10-1010-241/+770
* r13592: Incredible how bugs like this can sweep in even after peer review and...Simo Sorce2007-10-101-19/+22
* r13580: fix broken client side sortSimo Sorce2007-10-101-1/+1
* r13577: Move some (possibly system-defined) defines to replace.hJelmer Vernooij2007-10-102-16/+18
* r13507: the 'data' element of LDAP controls is optional.Stefan Metzmacher2007-10-103-0/+9
* r13505: allow servers to bind to non-broadcast interfaces. Servers nowAndrew Tridgell2007-10-101-16/+11
* r13504: add back in a comment noting fred as the contributor of the addressAndrew Tridgell2007-10-101-0/+3
* r13401: remove the rename of the snprintf functions that simo accidentiallyAndrew Tridgell2007-10-101-4/+2
* r13400: Only return NULL from talloc_asprintf if vsnprintf returns anJames Peach2007-10-101-1/+1
* r13397: Propagate the error return from vsnprintf to trap the case whereJames Peach2007-10-101-2/+12
* r13374: new revision of the snprintf replace codeSimo Sorce2007-10-101-226/+672
* r13361: initial implementation of the vlv controlSimo Sorce2007-10-102-3/+117
* r13360: Fix crash bug when 0 results are returned on the internal base searchSimo Sorce2007-10-101-1/+11
* r13359: make sure we don't look at s[-1]Stefan Metzmacher2007-10-101-1/+1
* r13358: removed some unused functions and make some local functions staticAndrew Tridgell2007-10-101-57/+3
* r13354: Add tests to check that controls work properlySimo Sorce2007-10-101-1/+21
* r13349: In the end I could not use ldb_caseless_cmpSimo Sorce2007-10-105-39/+3
* r13348: Put a reminder for now.Simo Sorce2007-10-101-0/+2
* r13347: - Now we compare values with an optimized utf8Simo Sorce2007-10-102-9/+50
* r13341: Trivial.Andrew Bartlett2007-10-101-1/+1
* r13340: The gensec_init() needs to be after the popt processing, as itAndrew Bartlett2007-10-101-2/+3
* r13336: Doh! We actually never optimized for the ascii case.Simo Sorce2007-10-101-3/+3
* r13335: Fix the build and add an utf8 safe ldb_hadler_fold functionSimo Sorce2007-10-104-17/+46
* r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlersSimo Sorce2007-10-107-15/+70
* r13328: After the attribute name check cleanup it turned up ldb_caseless_cmp()Simo Sorce2007-10-105-46/+6
* r13325: let samba register it's own utf8 aware functions in ldbSimo Sorce2007-10-102-0/+20
* r13324: From now on check attribute names obey rfc2251Simo Sorce2007-10-1011-98/+139
* r13317: Create a new function messaging_client_init() which can be used whenAndrew Bartlett2007-10-102-1/+10
* r13289: Check the tree is not NULLSimo Sorce2007-10-102-0/+5
* r13283: added two optimisations to the tdb transactions code. The first is toAndrew Tridgell2007-10-101-1/+36