summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-30lib/param: Add a few more s3 parametersAndrew Bartlett1-0/+4
2012-05-30lib/param: Import s3 parameters into lib/param to allow the parameter lists m...Andrew Bartlett1-0/+164
2012-05-30lib/param: Mark a few more parameters const (matching s3)Andrew Bartlett1-12/+13
2012-05-30param: mark realm parameter as constAndrew Bartlett1-1/+1
2012-05-30param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett1-81/+78
2012-05-30lib/param: Add .flags to max/min protocol to match s3Andrew Bartlett1-4/+8
2012-05-30lib/param: Add .flags to wins parameters to match s3Andrew Bartlett1-2/+4
2012-05-30lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett1-3/+3
2012-05-30build: Remove unused release scripts for teventAndrew Bartlett5-426/+0
2012-05-30build: Remove unused release scripts for tdbAndrew Bartlett6-497/+0
2012-05-30build: Remove unused release scripts for tallocAndrew Bartlett6-518/+0
2012-05-30lib: add tevent_req_poll_werrorVolker Lendecke2-0/+16
2012-05-27build: Remove all references to libuuidAndrew Bartlett1-7/+0
2012-05-27Eliminate dependency on an external uuid library.Andriy Syrovenko4-19/+10
2012-05-25dns_hosts_file: move to a separate subsystemAlexander Bokovoy1-1/+1
2012-05-23krb5samba: Add smb_gss_oid_equal wrapper.Andreas Schneider3-2/+89
2012-05-23libcli/dns: make 'clidns' private library out of DNS code in WAF buildAlexander Bokovoy1-1/+1
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy5-9/+13
2012-05-23dns: fix comments and make s4/libcli/resolve dns resolver workingAlexander Bokovoy1-3/+3
2012-05-23lib/krb5_wrap: implement krb5_cc_get_lifetime for MIT KerberosAlexander Bokovoy1-19/+22
2012-05-23gensec_gssapi: Make it possible to build with MIT krb5Simo Sorce1-0/+3