summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18978: Fix bug found by:Andrew Bartlett1-3/+13
2007-10-10r18971: avoid strndup is a few places. Fixes a minor memory leak, and shouldAndrew Tridgell1-2/+2
2007-10-10r18970: avoid strndup and strnlen on AIX. They are quite broken. SeeAndrew Tridgell2-2/+6
2007-10-10r18960: fix caching of some configure tests AC_CACHE_CHECK()Stefan Metzmacher2-20/+20
2007-10-10r18957: we need to include unistd.h in system/network.h becauseStefan Metzmacher1-0/+4
2007-10-10r18948: fix the build on solaris, the ioctl() prototypeStefan Metzmacher1-1/+1
2007-10-10r18947: overload listen() and ioctl() in socket_wrapperStefan Metzmacher3-0/+46
2007-10-10r18946: fix compiler warningStefan Metzmacher1-1/+1
2007-10-10r18943: Samba4 wants its databases private to root. I know some of them couldAndrew Tridgell1-0/+5
2007-10-10r18942: add a ldb_set_create_perms() function in ldb. I didn't call itAndrew Tridgell4-1/+16
2007-10-10r18939: don't rely on the umask being right in ldb creation. Both Samba3 andAndrew Tridgell1-1/+1
2007-10-10r18925: Add current snapshot of the ejs-2.0 code. Tridge, will you be incorp...Derrell Lipman80-0/+33339
2007-10-10r18918: - bail out with unsupported option to socket()Stefan Metzmacher1-18/+53
2007-10-10r18917: having 255 virtual interfaces available in socket wrapper means weAndrew Tridgell1-3/+5
2007-10-10r18914: this bug fix needs to be for just hpux 11.11Andrew Tridgell1-1/+4
2007-10-10r18913: an attempt to get tdb/ldb working on the HPUX box 'gwen'. This ideaAndrew Tridgell1-0/+1
2007-10-10r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell1-0/+5
2007-10-10r18903: merge from samba3:Stefan Metzmacher4-4/+6
2007-10-10r18894: Merge const fixes from 3_0Volker Lendecke1-5/+5
2007-10-10r18882: make style consistentSimo Sorce1-1/+3
2007-10-10r18881: remove wrong check and statement.Simo Sorce1-5/+0
2007-10-10r18862: as andrew pointed our on irc, if we are going to define _TRUE, thenAndrew Tridgell1-2/+2
2007-10-10r18861: merge from samba3Andrew Tridgell1-0/+11
2007-10-10r18859: finally worked out what is going wrong with immediate structures. TheAndrew Tridgell1-0/+27
2007-10-10r18851: Some C++ warningsVolker Lendecke1-8/+8
2007-10-10r18848: Save the json library before I start hacking on it. I'm going to beDerrell Lipman46-0/+43812
2007-10-10r18840: make these compatible with g++ warningsAndrew Tridgell2-15/+15
2007-10-10r18834: get the log context code rightAndrew Tridgell1-2/+2
2007-10-10r18832: fixed standalone buildAndrew Tridgell1-19/+19
2007-10-10r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell5-4/+41
2007-10-10r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell1-13/+19
2007-10-10r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett7-144/+71
2007-10-10r18777: add helper functions to create an ldb_request structureSimo Sorce2-69/+205
2007-10-10r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett1-27/+57
2007-10-10r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)Jelmer Vernooij1-4/+4
2007-10-10r18723: Update list of provided macros/defines in README.Jelmer Vernooij1-0/+7
2007-10-10r18708: much nicer fixStefan Metzmacher1-2/+1
2007-10-10r18704: readd BOOL define to fix the buildStefan Metzmacher1-0/+1
2007-10-10r18685: we don't need this hereStefan Metzmacher1-1/+0
2007-10-10r18675: merge from samba3:Stefan Metzmacher1-1/+17
2007-10-10r18674: merge from samba3,Stefan Metzmacher1-1/+1
2007-10-10r18661: C++ warningsVolker Lendecke1-2/+2
2007-10-10r18614: a bit of work done while on the plane.Rafal Szczesniak1-0/+22
2007-10-10r18604: fixed shell syntaxAndrew Tridgell1-1/+1
2007-10-10r18602: updated web page for new ldb build methodAndrew Tridgell1-3/+8
2007-10-10r18601: updated web page for new talloc build methodAndrew Tridgell1-0/+2
2007-10-10r18600: - fix shell syntax in tests for librariesAndrew Tridgell4-4/+8
2007-10-10r18596: removed superfluous semicolonAndrew Tridgell1-1/+1
2007-10-10r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell3-3/+15
2007-10-10r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher3-3/+29