summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/param: Add .flags to max/min protocol to match s3Andrew Bartlett2012-05-301-4/+8
* lib/param: Add .flags to wins parameters to match s3Andrew Bartlett2012-05-301-2/+4
* lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett2012-05-301-3/+3
* build: Remove unused release scripts for teventAndrew Bartlett2012-05-305-426/+0
* build: Remove unused release scripts for tdbAndrew Bartlett2012-05-306-497/+0
* build: Remove unused release scripts for tallocAndrew Bartlett2012-05-306-518/+0
* lib: add tevent_req_poll_werrorVolker Lendecke2012-05-302-0/+16
* build: Remove all references to libuuidAndrew Bartlett2012-05-271-7/+0
* Eliminate dependency on an external uuid library.Andriy Syrovenko2012-05-274-19/+10
* dns_hosts_file: move to a separate subsystemAlexander Bokovoy2012-05-251-1/+1
* krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider2012-05-233-2/+89
* libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy2012-05-231-1/+1
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-235-9/+13