summaryrefslogtreecommitdiff
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
...
* r18910: Change ldb_msg_add_string() to not actually add an attribute if theAndrew Tridgell2007-10-101-0/+5
* r18903: merge from samba3:Stefan Metzmacher2007-10-104-4/+6
* r18894: Merge const fixes from 3_0Volker Lendecke2007-10-101-5/+5
* r18882: make style consistentSimo Sorce2007-10-101-1/+3
* r18881: remove wrong check and statement.Simo Sorce2007-10-101-5/+0
* r18862: as andrew pointed our on irc, if we are going to define _TRUE, thenAndrew Tridgell2007-10-101-2/+2
* r18861: merge from samba3Andrew Tridgell2007-10-101-0/+11
* r18859: finally worked out what is going wrong with immediate structures. TheAndrew Tridgell2007-10-101-0/+27
* r18851: Some C++ warningsVolker Lendecke2007-10-101-8/+8
* r18848: Save the json library before I start hacking on it. I'm going to beDerrell Lipman2007-10-1046-0/+43812
* r18840: make these compatible with g++ warningsAndrew Tridgell2007-10-102-15/+15
* r18834: get the log context code rightAndrew Tridgell2007-10-101-2/+2
* r18832: fixed standalone buildAndrew Tridgell2007-10-101-19/+19
* r18831: minor build changes for samba3. The logging changes will be removedAndrew Tridgell2007-10-105-4/+41
* r18830: ensure backends aren't added twice (needed for samba3)Andrew Tridgell2007-10-101-13/+19
* r18781: Move the usnCreated and usnChanged handling around again.Andrew Bartlett2007-10-107-144/+71
* r18777: add helper functions to create an ldb_request structureSimo Sorce2007-10-102-69/+205
* r18770: Avoid crashes and fix up other issues in the client-side paged_search...Andrew Bartlett2007-10-101-27/+57
* r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)Jelmer Vernooij2007-10-101-4/+4
* r18723: Update list of provided macros/defines in README.Jelmer Vernooij2007-10-101-0/+7
* r18708: much nicer fixStefan Metzmacher2007-10-101-2/+1
* r18704: readd BOOL define to fix the buildStefan Metzmacher2007-10-101-0/+1
* r18685: we don't need this hereStefan Metzmacher2007-10-101-1/+0
* r18675: merge from samba3:Stefan Metzmacher2007-10-101-1/+17
* r18674: merge from samba3,Stefan Metzmacher2007-10-101-1/+1
* r18661: C++ warningsVolker Lendecke2007-10-101-2/+2
* r18614: a bit of work done while on the plane.Rafal Szczesniak2007-10-101-0/+22
* r18604: fixed shell syntaxAndrew Tridgell2007-10-101-1/+1
* r18602: updated web page for new ldb build methodAndrew Tridgell2007-10-101-3/+8
* r18601: updated web page for new talloc build methodAndrew Tridgell2007-10-101-0/+2
* r18600: - fix shell syntax in tests for librariesAndrew Tridgell2007-10-104-4/+8
* r18596: removed superfluous semicolonAndrew Tridgell2007-10-101-1/+1
* r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell2007-10-103-3/+15
* r18593: try to get the same socket_wrapper file building in samba3 and samba4Stefan Metzmacher2007-10-103-3/+29
* r18592: we don't need this twiceStefan Metzmacher2007-10-101-3/+0
* r18591: Better defaults for share creationSimo Sorce2007-10-101-6/+13
* r18589: make inclusion of net/if.h conditional. It breaks HPUX with gcc.Andrew Tridgell2007-10-101-4/+7
* r18586: fixed a potential fd and memory leak in the socket_wrapper codeAndrew Tridgell2007-10-101-3/+14
* r18584: found one of the fd leaks. The registry backend was using aAndrew Tridgell2007-10-105-7/+10
* r18563: - move more of the header checks into lib/replace/Andrew Tridgell2007-10-102-9/+27
* r18561: Fix [out] pointers in winreg IDLGerald Carter2007-10-101-7/+7
* r18553: - confdefs.h is always included in configure checks no need to includ...Stefan Metzmacher2007-10-101-3/+1
* r18549: move gcc version check to libreplace and reorder the tests a bitStefan Metzmacher2007-10-101-6/+10
* r18548: don't use #elif as we don't notice when 2 HAVE_IFACE_ versions are de...Stefan Metzmacher2007-10-101-3/+9
* r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4Stefan Metzmacher2007-10-101-0/+2
* r18539: 'make distclean' should delete config.cacheAndrew Tridgell2007-10-104-6/+4
* r18538: we need a pipe here, not a logical ORAndrew Tridgell2007-10-101-1/+2
* r18537: after testing for poptGetContext, if the test fails, don't try to useAndrew Tridgell2007-10-101-1/+1
* r18536: fixed the loading of external binary files from ldif into ldbAndrew Tridgell2007-10-102-4/+13
* r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell2007-10-1012-4/+12241