summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-build: Do not write loadparm generated files into the build treeAndrew Bartlett2012-06-152-4/+4
* lib/param: Use server role = 'standalone server' to be consistant with member...Andrew Bartlett2012-06-151-0/+1
* lib/param: make security=domain and security=ads conflict with being a DCAndrew Bartlett2012-06-151-18/+2
* lib/param: Create a seperate server role for "active directory domain control...Andrew Bartlett2012-06-153-5/+9
* lib/util: Fix typo in comment.Jelmer Vernooij2012-06-151-1/+1
* tdb2: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* tdb: remove unused debug_fprintf() macro that breaks the buildStefan Metzmacher2012-06-141-2/+0
* lib/replace: define HAVE_WORKING_STRPTIME instead of REPLACE_STRPTIMEStefan Metzmacher2012-06-143-10/+16
* lib/replace: execute strptime.c testsStefan Metzmacher2012-06-141-0/+1
* Revert "replace: use replace for non 'samba' compliant strptime"Stefan Metzmacher2012-06-141-19/+0
* lib/replace: add more condition to add snprintf.cStefan Metzmacher2012-06-141-1/+3
* Revert "lib/replace: Fix snprintf() override for systems with a broken snprin...Stefan Metzmacher2012-06-141-1/+1
* lib/replace: s/execute=1/execute=TrueStefan Metzmacher2012-06-141-1/+1
* replace: fix unused variable warningBjörn Jacke2012-06-131-3/+6
* Revert "replace: fix unused variable warning"Björn Jacke2012-06-131-5/+4
* replace: fix unused variable warningBjörn Jacke2012-06-131-4/+5
* s3: Use talloc_tos() in more places in dbwrap_utilVolker Lendecke2012-06-121-6/+10
* lib/testtools: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* tdb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-2/+2
* ldb:tests: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* lib/util: fix use of a non-existent word (existant) in a commentMichael Adam2012-06-121-1/+1
* debug: Do not constantly rename logs when max log size = 0Andrew Bartlett2012-06-111-16/+18
* lib/param: simplfy lp_find_security()Andrew Bartlett2012-06-111-5/+0
* pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett2012-06-111-0/+10
* lib/ldb/tools: add missing "replace.h"Stefan Metzmacher2012-06-114-0/+4
* tdb2: use ccan/err instead of err.hRusty Russell2012-06-0935-36/+11
* ccan: make failtest use ccan/err.Rusty Russell2012-06-092-1/+2
* ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell2012-06-096-2/+348
* tevent: change version to 0.9.16Stefan Metzmacher2012-06-082-1/+83
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-082-3/+19
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-088-0/+82
* lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-081-0/+4
* samba_util: mark smb_panic as _NORETURN_.Rusty Russell2012-06-081-1/+1
* ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett2012-06-072-32/+50
* lib/tdb2: build tests when built at toplevel.Rusty Russell2012-06-071-23/+94
* util: fix build on platforms without IPv6 supportBjörn Jacke2012-06-071-1/+1
* lib/replace: Fix snprintf() override for systems with a broken snprintf()Andrew Bartlett2012-06-061-1/+1
* s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke2012-06-051-36/+36
* libreplace: Add copyrights to ease tracking of this file in futureAndrew Bartlett2012-06-051-0/+2
* libreplace: Remove autoconf build systemAndrew Bartlett2012-06-059-3648/+0
* libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett2012-06-041-1/+1
* lib/krb5_wrap: Remove unused smb_krb5_get_credsAndrew Bartlett2012-06-032-125/+0
* librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2012-06-032-40/+8
* lib/replace: Undo change of 0 -> NULLAndrew Bartlett2012-06-031-1/+1
* libreplace: Fix up MacOS xattr functionsAndrew Bartlett2012-06-031-0/+18
* libreplace: Link libreplace against attr when requiredAndrew Bartlett2012-06-031-1/+8
* libreplace: Use true rather than True in xattr.cAndrew Bartlett2012-06-031-2/+2
* libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett2012-06-021-8/+8
* libreplace: Solaris needs system/dir.h for that xattr wrapper implementationAndrew Bartlett2012-06-021-0/+1
* ccan: fix autoconf test for isblank()Andrew Bartlett2012-06-021-6/+6