summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6956: added start of ldb_sqlite3 workDerrell Lipman3-0/+1216
2007-10-10r6952: Remove unneeded include of popt_common.hTim Potter1-1/+0
2007-10-10r6951: Fix all calls to setup_logging() that use 'True' as a second argument.Tim Potter4-4/+4
2007-10-10r6937: some minor fixes and updatesStefan Metzmacher1-13/+15
2007-10-10r6935: don't do three things at a time :-)Simo Sorce1-2/+2
2007-10-10r6934: thanks to HotaruT for pointing out skel.c was not in line with the res...Simo Sorce1-6/+20
2007-10-10r6931: declare this to avoid warnings until we have loadable modulesSimo Sorce1-0/+1
2007-10-10r6867: this code will change the way the @ATTRIBUTES object is handledSimo Sorce8-33/+93
2007-10-10r6863: lib-friendlier names + fix some dependenciesJelmer Vernooij2-9/+5
2007-10-10r6845: make the talloc header align to 40 bytes, which costs us an extra 4Andrew Tridgell1-8/+11
2007-10-10r6833: split out the routine that calculates the diff between two ldb message...Andrew Tridgell3-43/+63
2007-10-10r6831: talloc now requires config.h (this fixes ldb build)Andrew Tridgell1-2/+0
2007-10-10r6830: put header checks in config.m4 so when it is included by other project...Andrew Tridgell2-1/+1
2007-10-10r6829: include the talloc autoconf tests when building ldb standaloneAndrew Tridgell1-0/+2
2007-10-10r6828: More portability fixesJelmer Vernooij3-2/+11
2007-10-10r6825: Fall back to chsize if ftruncate is not availableJelmer Vernooij1-0/+4
2007-10-10r6817: - fixed empty ldap search elements in filtersAndrew Tridgell1-1/+1
2007-10-10r6812: more talloc portability tweaksAndrew Tridgell3-6/+3
2007-10-10r6808: - test for gcov not neededAndrew Tridgell3-15/+10
2007-10-10r6807: Fix in-tree build of talloc testsuiteJelmer Vernooij1-7/+0
2007-10-10r6804: Add config.h for talloc (and use it)Jelmer Vernooij5-9/+31
2007-10-10r6802: - fixed CFLAGSAndrew Tridgell1-6/+4
2007-10-10r6798: Valgrind pain is not something I look forward to - if we ever fallAndrew Bartlett1-2/+6
2007-10-10r6795: Make some functions static and remove some unused ones.Jelmer Vernooij8-59/+7
2007-10-10r6790: Use config.h file for ldb and add test for stdint.hJelmer Vernooij4-2/+10
2007-10-10r6759: let us have a wildcard attribute so that we can set a default for all ...Simo Sorce1-1/+7
2007-10-10r6741: prevent talloc_strndup() from reading one byte past the end of a buffer,Andrew Tridgell1-1/+1
2007-10-10r6700: Upper case realms in kerberos-specific parts of the code, as this isAndrew Bartlett1-1/+5
2007-10-10r6688: removed unused binary_string() functionAndrew Tridgell1-23/+0
2007-10-10r6687: added a idr helper function for creating random IDsAndrew Tridgell1-0/+18
2007-10-10r6664: Obey overrided CC in the MakefileJelmer Vernooij1-1/+2
2007-10-10r6663: only use -Wall for gccAndrew Tridgell2-3/+4
2007-10-10r6662: add an installcheck target for tallocAndrew Tridgell1-0/+3
2007-10-10r6661: fix up talloc autoconf to have a chance of working on the build farmAndrew Tridgell3-4/+250
2007-10-10r6660: Sorry for the spam... I think now I've got a version that should compi...Volker Lendecke2-2/+23
2007-10-10r6650: keep style consistentSimo Sorce1-1/+2
2007-10-10r6645: Add talloc_get_size() function.Simo Sorce3-0/+19
2007-10-10r6622: Add talloc manpage in DocBook XML, based on SGML version by Garry Will...Jelmer Vernooij3-1/+650
2007-10-10r6621: Warn when the user is trying to use socket wrapperJelmer Vernooij1-0/+3
2007-10-10r6617: Let --enable-developer imply --enable-socket-wrapperJelmer Vernooij1-3/+13
2007-10-10r6578: brown paper bag time with the new messaging code ....Andrew Tridgell1-1/+1
2007-10-10r6573: Start on my project to implement an NT4 compatible BDC in Samba4.Andrew Bartlett5-1/+225
2007-10-10r6565: Cludge, cludge, cludge...Andrew Bartlett1-1/+30
2007-10-10r6564: - Fix bug in socket_wrapperJelmer Vernooij1-1/+2
2007-10-10r6562: added support for datagram unix domain sockets in the socket libraryAndrew Tridgell2-9/+26
2007-10-10r6561: re-did the internal message system based on DGRAM unix domainAndrew Tridgell1-138/+64
2007-10-10r6560: added a tdb_chainlock_read() call in ldb_search(). This guaranteesAndrew Tridgell3-0/+43
2007-10-10r6546: Fix ldb standalone buildJelmer Vernooij4-4/+39
2007-10-10r6528: - in tdb_fetch() we effectively disallowed zero length records byAndrew Tridgell2-8/+5
2007-10-10r6520: Fix unused variable warning.Tim Potter1-1/+1