summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-06-12lib/testtools: fix use of a non-existent word (existant)Michael Adam1-1/+1
2012-06-12tdb:tests: fix use of a non-existent word (existant)Michael Adam1-2/+2
2012-06-12ldb:tests: fix use of a non-existent word (existant)Michael Adam1-1/+1
2012-06-12lib/util: fix use of a non-existent word (existant) in a commentMichael Adam1-1/+1
2012-06-11debug: Do not constantly rename logs when max log size = 0Andrew Bartlett1-16/+18
2012-06-11lib/param: simplfy lp_find_security()Andrew Bartlett1-5/+0
2012-06-11pyldb: Ensure that the ldb argument is really an ldb before we dereferenceAndrew Bartlett1-0/+10
2012-06-11lib/ldb/tools: add missing "replace.h"Stefan Metzmacher4-0/+4
2012-06-09tdb2: use ccan/err instead of err.hRusty Russell35-36/+11
2012-06-09ccan: make failtest use ccan/err.Rusty Russell2-1/+2
2012-06-09ccan: import err module.from ccan revision 5add556a1cb64b49a664506aa76216d885...Rusty Russell6-2/+348
2012-06-08tevent: change version to 0.9.16Stefan Metzmacher2-1/+83
2012-06-08tevent: expose tevent_context_init_opsStefan Metzmacher2-3/+19
2012-06-08lib/tevent: Add trace point callbackMartin Schwenke8-0/+82
2012-06-08lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke1-0/+4
2012-06-08samba_util: mark smb_panic as _NORETURN_.Rusty Russell1-1/+1
2012-06-07ccan: Only build ccan-failtest when we are in developer modeAndrew Bartlett2-32/+50
2012-06-07lib/tdb2: build tests when built at toplevel.Rusty Russell1-23/+94
2012-06-07util: fix build on platforms without IPv6 supportBjörn Jacke1-1/+1
2012-06-06lib/replace: Fix snprintf() override for systems with a broken snprintf()Andrew Bartlett1-1/+1
2012-06-05s3:build(autoconf): fix "no AC_LANG_SOURCE call detected" warningsMartin Schwenke1-36/+36
2012-06-05libreplace: Add copyrights to ease tracking of this file in futureAndrew Bartlett1-0/+2
2012-06-05libreplace: Remove autoconf build systemAndrew Bartlett9-3648/+0
2012-06-04libreplace: Ensure we link xattr.c on MacOSAndrew Bartlett1-1/+1
2012-06-03lib/krb5_wrap: Remove unused smb_krb5_get_credsAndrew Bartlett2-125/+0
2012-06-03librepace: put #defines after #include "sys/xattr.h"Andrew Bartlett2-40/+8
2012-06-03lib/replace: Undo change of 0 -> NULLAndrew Bartlett1-1/+1
2012-06-03libreplace: Fix up MacOS xattr functionsAndrew Bartlett1-0/+18
2012-06-03libreplace: Link libreplace against attr when requiredAndrew Bartlett1-1/+8
2012-06-03libreplace: Use true rather than True in xattr.cAndrew Bartlett1-2/+2
2012-06-02libreplace: Fix build on MacOS where we have the same fn name but more argumentsAndrew Bartlett1-8/+8
2012-06-02libreplace: Solaris needs system/dir.h for that xattr wrapper implementationAndrew Bartlett1-0/+1
2012-06-02ccan: fix autoconf test for isblank()Andrew Bartlett1-6/+6
2012-06-02libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett1-0/+10
2012-06-02libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett1-1/+1
2012-06-02lib/replace: Relicence xattr.c to LGPLv3Andrew Bartlett1-11/+14
2012-06-02lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett6-40/+34
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett5-167/+6
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett4-1/+172
2012-06-02lib/replace: We cannot use strchr_m in lib/replaceAndrew Bartlett1-6/+6
2012-06-02lib/replace: DEBUG is not acceptable here, as this may not be linked into SambaAndrew Bartlett1-7/+0
2012-06-02lib/replace: Copy lib/system.c xattr wrappers to lib/replaceAndrew Bartlett1-0/+703
2012-06-01waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy1-0/+4
2012-06-01Remove an unused variable.Jeremy Allison1-3/+1
2012-05-31lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher1-9/+71
2012-05-31lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher1-9/+10
2012-05-31lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher1-0/+1
2012-05-31lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher1-10/+9
2012-05-30lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett1-8/+0
2012-05-30lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett3-256/+257