summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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.16tevent-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
* libreplace: Add missing tests for HAVE_MREMAP and HAVE_SHARED_MMAPAndrew Bartlett2012-06-021-0/+10
* libreplace: Fix autoconf build on platforms needing xattrsAndrew Bartlett2012-06-021-1/+1
* lib/replace: Relicence xattr.c to LGPLv3Andrew Bartlett2012-06-021-11/+14
* lib/replace: Merge remaining xattr test details from lib/utilAndrew Bartlett2012-06-026-40/+34
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-025-167/+6
* lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett2012-06-024-1/+172
* lib/replace: We cannot use strchr_m in lib/replaceAndrew Bartlett2012-06-021-6/+6
* lib/replace: DEBUG is not acceptable here, as this may not be linked into SambaAndrew Bartlett2012-06-021-7/+0
* lib/replace: Copy lib/system.c xattr wrappers to lib/replaceAndrew Bartlett2012-06-021-0/+703
* waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy2012-06-011-0/+4
* Remove an unused variable.Jeremy Allison2012-06-011-3/+1
* lib/dbwrap: make it possible to delete/store the current record during traverseStefan Metzmacher2012-05-311-9/+71
* lib/dbwrap: don't alter the record on failure in db_rbt_store()Stefan Metzmacher2012-05-311-9/+10
* lib/dbwrap: fix db_rbt_store and update the per record node pointerStefan Metzmacher2012-05-311-0/+1
* lib/dbwrap: remove unused per db_record pointer in dbwrap_rbtStefan Metzmacher2012-05-311-10/+9
* lib/krb5_wrap: Move krb5_princ_size helper to source4 as it is only used thereAndrew Bartlett2012-05-301-8/+0
* lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett2012-05-303-256/+257
* lib/param: Add a few more s3 parametersAndrew Bartlett2012-05-301-0/+4
* lib/param: Import s3 parameters into lib/param to allow the parameter lists m...Andrew Bartlett2012-05-301-0/+164
* lib/param: Mark a few more parameters const (matching s3)Andrew Bartlett2012-05-301-12/+13
* param: mark realm parameter as constAndrew Bartlett2012-05-301-1/+1
* param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett2012-05-301-81/+78