summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-10-04Remove the parameters:Jeremy Allison2-40/+0
2012-10-04tdb: add -e option to tdbdump (and docment it).Rusty Russell2-3/+53
2012-10-04tdb: tdbdump should log errors, and fail in that case.Rusty Russell1-2/+38
2012-10-04tdb: add tdb_rescue()Rusty Russell7-4/+622
2012-10-02tdb: Fix a typoVolker Lendecke1-1/+1
2012-10-02s3-krb5: use and request AES keys in kerberos operations.Günther Deschner1-0/+6
2012-09-29lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett1-0/+9
2012-09-26lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett1-7/+1
2012-09-26lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett1-0/+3
2012-09-25pyntdb: Fix init function for ntdb python module.Pierre Lejeune1-2/+2
2012-09-25lib: Make async_sock includable on its ownVolker Lendecke1-0/+1
2012-09-25replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij1-1/+0
2012-09-24replace: Support setproctitle().Jelmer Vernooij4-0/+19
2012-09-24lib/replace: Look for special flags needed for c99Andrew Bartlett1-0/+10
2012-09-24lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2-4/+34
2012-09-23lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett1-10/+0
2012-09-23lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett1-283/+0
2012-09-23lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett4-17/+6
2012-09-23ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett3-2/+15
2012-09-22lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher1-4/+1
2012-09-21libtorture: factor out simple ui backendGregor Beck3-1/+87
2012-09-21s3:dbwrap: remove unused args from db_open_file()Gregor Beck2-6/+2
2012-09-21s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...Gregor Beck1-2/+5
2012-09-18replace: fix 520c9b0b0ae33Björn Jacke1-1/+1
2012-09-18panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou1-1/+1
2012-09-17libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz1-1/+1
2012-09-17ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixAndrew Bartlett3-1/+263
2012-09-16replace: add some includes for poll.hBjörn Jacke1-0/+6
2012-09-12dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett3-10/+0
2012-09-12lib/param: change the default for 'allow dns updates' to 'secure only'Stefan Metzmacher1-1/+1
2012-09-12lib/param: add some more alias for 'allow dns updates' options.Stefan Metzmacher1-0/+12
2012-09-12loadparm: dns is now a default server serviceKai Blin1-1/+1
2012-09-12lib/krb5_wrap: when deleting default realm, pass char*, not char**Alexander Bokovoy1-1/+1
2012-09-11At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison1-4/+9
2012-09-11lib/replace: remove duplicate check for inotifyMichael Adam1-1/+1
2012-09-10Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison1-2/+4
2012-09-10osX define uint64_t as long long intMatthieu Patou1-1/+1
2012-09-08s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2-0/+10
2012-09-08s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2-0/+10
2012-09-08loadparm: remove remnants of removed option "share modes"Michael Adam1-1/+0
2012-09-07build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2-0/+2
2012-09-07waf: add check for BSD_STYLE_STATVFSBjörn Jacke1-0/+12
2012-09-07param: remove unused define FN_LOCAL_PARM_CHAR()Michael Adam1-2/+0
2012-09-06s3-printing: Restrict printing=cups to systems with cups development headers ...Andrew Bartlett1-0/+4
2012-08-29lib/krb4_wrap: Add const to kt_copy_one_principalAndrew Bartlett2-2/+2
2012-08-29libkrb5: Fix build with MIT Kerberos.Andreas Schneider1-6/+6
2012-08-29s4-dsdb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett1-0/+8
2012-08-29lib/ldb: Avoid printing secret attributes in ldb trace logsAndrew Bartlett8-14/+352
2012-08-28lib/ldb: Bump ldb version to 1.1.11Andrew Bartlett3-1/+262
2012-08-28lib/krb5_wrap: Move enctype conversion functions into a simple helper fileAndrew Bartlett4-36/+109