summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r11476: finally fixed the intermittent registry server bug! This has beenAndrew Tridgell2007-10-101-1/+0
* r11472: use talloc_get_type() to try to catch an intermittent failure I'm see...Andrew Tridgell2007-10-101-26/+30
* r11459: display a schemaIDGUID as a guid in ldif, making it easier to workAndrew Tridgell2007-10-101-0/+8
* r11456: fixed a ejs parser bug for delete() statementsAndrew Tridgell2007-10-101-1/+3
* r11403: improved the error handling in the ildap ldb backend. Now passesAndrew Tridgell2007-10-101-37/+53
* r11385: Fix issues in module.c. Calling function should pass in pathJelmer Vernooij2007-10-102-16/+6
* r11382: Require number of required M4 macrosJelmer Vernooij2007-10-106-13/+12
* r11378: Fix an uninitialized variable warning. Tridge, I'm 99.999% sure this ...Volker Lendecke2007-10-101-1/+1
* r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij2007-10-104-14/+17
* r11369: Implement socket_connect_multi: Connect to multiple ipv4 tcp ports inVolker Lendecke2007-10-103-0/+282
* r11364: added a ldb_attr_dn() function for testing if an attribute name isAndrew Tridgell2007-10-104-7/+17
* r11353: a bit of an improvement to the ldb_tdb error handlingAndrew Tridgell2007-10-103-28/+61
* r11343: Remove dependency on DEBUG()Jelmer Vernooij2007-10-101-5/+0
* r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij2007-10-105-20/+96
* r11303: Support defining and installing public headers for libraries.Jelmer Vernooij2007-10-106-12/+4
* r11300: Treat libraries as a special kind of subsystemJelmer Vernooij2007-10-104-51/+17
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-102-63/+175
* r11261: Rename access_required field in winreg idl to access_mask so it matchesTim Potter2007-10-101-2/+2
* r11249: More OpenBSD make fixes...Jelmer Vernooij2007-10-101-2/+2
* r11246: Another fix for OpenBSD's makeJelmer Vernooij2007-10-101-2/+2
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-1017-155/+171
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-1019-448/+0
* r11111: fixed a talloc error in the dn shortcut codeAndrew Tridgell2007-10-101-5/+18
* r11110: make ldb_oom() also set the ldb error stringAndrew Tridgell2007-10-101-1/+1
* r11109: fixed the error code return from most ldb functions (the change to useAndrew Tridgell2007-10-101-6/+16
* r11084: - allow hex numbers with 'a'...'f' digits to be parsedStefan Metzmacher2007-10-102-8/+15
* r11052: bring samba4 uptodate with the samba4-winsrepl branch,Stefan Metzmacher2007-10-105-2/+3
* r11037:Stefan Metzmacher2007-10-105-3/+2
* r10980: Use ldb_attr_cmp and ldb_dn_escape_valueAndrew Bartlett2007-10-101-6/+6
* r10959: fix compiler warningsStefan Metzmacher2007-10-101-2/+3
* r10957: make a comment clearerAndrew Tridgell2007-10-101-1/+1
* r10956: Tridge thought some comments might be a good idea :-)Andrew Bartlett2007-10-101-2/+14
* r10954: added support for canonicalName in the operational module, using theAndrew Tridgell2007-10-103-32/+94
* r10953: Add a new function to form a canonicalName out of a DN to ldb_dn.cAndrew Bartlett2007-10-102-0/+57
* r10924: we don't need this line twiceStefan Metzmacher2007-10-101-1/+0
* r10918: - fixed standalone ldb buildAndrew Tridgell2007-10-108-241/+15
* r10917: copy the element name in a ldb_msg_rename_attr() and ldb_msg_copy_att...Andrew Tridgell2007-10-103-9/+18
* r10916: - finished the 'operational' ldb moduleAndrew Tridgell2007-10-105-39/+145
* r10915: added a standard attribute handler for a ldap UTC time stringAndrew Tridgell2007-10-103-11/+56
* r10914: moved the ldap time string functions into ldb so they can be used byAndrew Tridgell2007-10-103-41/+46
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-1024-225/+570
* r10897: added in a hackish ldb proxy module that I am using to experiment withAndrew Tridgell2007-10-101-0/+1
* r10896: added a strcasestr() replacement functionAndrew Tridgell2007-10-103-2/+20
* r10895: allow 'dn=string' searches to work again. Windows doesn't allow these,Andrew Tridgell2007-10-101-7/+2
* r10894: make the handling of dn/distinguishedName much closer to realAndrew Tridgell2007-10-107-8/+13
* r10893: add configure test for utime (needed for the previous utime patch)Andrew Tridgell2007-10-101-1/+1
* r10892: - improved the handling of the special distinguishedName attributeAndrew Tridgell2007-10-101-85/+43
* r10891: I noticed that the secrets.db was not being backed up on my system dueAndrew Tridgell2007-10-101-0/+9
* r10889: make searches for dn's less of a special case, and much faster whenAndrew Tridgell2007-10-102-15/+7
* r10856: we need aclocal.m4 in ldb for standalone configureAndrew Tridgell2007-10-102-2/+14