summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ccan: check for all the used config.h definesRusty Russell2012-10-172-0/+37
* lib-addns: ensure that allocated buffer are pre set to 0Matthieu Patou2012-10-071-12/+12
* ntdb: remove unused local variable.Rusty Russell2012-10-081-2/+0
* tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke2012-10-061-4/+28
* tdb: Make robust against shrinking tdbsRusty Russell2012-10-061-12/+20
* talloc: Convert error cecking macros into fnsSimo Sorce2012-10-051-37/+74
* Add tests for talloc_memlimitSimo Sorce2012-10-051-0/+172
* Add memory limiting capability to tallocSimo Sorce2012-10-055-40/+327
* Remove the parameters:Jeremy Allison2012-10-042-40/+0
* tdb: add -e option to tdbdump (and docment it).Rusty Russell2012-10-042-3/+53
* tdb: tdbdump should log errors, and fail in that case.Rusty Russell2012-10-041-2/+38
* tdb: add tdb_rescue()Rusty Russell2012-10-047-4/+622
* tdb: Fix a typoVolker Lendecke2012-10-021-1/+1
* s3-krb5: use and request AES keys in kerberos operations.Günther Deschner2012-10-021-0/+6
* lib/replace: Add test for what flag we need for -Werror behaviourAndrew Bartlett2012-09-291-0/+9
* lib/util/charset: We do not use fucntions from wchar.h any moreAndrew Bartlett2012-09-261-7/+1
* lib/util/charset: Try to find iconv on HP-UXAndrew Bartlett2012-09-261-0/+3
* pyntdb: Fix init function for ntdb python module.Pierre Lejeune2012-09-251-2/+2
* lib: Make async_sock includable on its ownVolker Lendecke2012-09-251-0/+1
* replace: Avoid returning value in void setproctitle() replacement.Jelmer Vernooij2012-09-251-1/+0
* replace: Support setproctitle().Jelmer Vernooij2012-09-244-0/+19
* lib/replace: Look for special flags needed for c99Andrew Bartlett2012-09-241-0/+10
* lib/replace: Improve mkstemp test in autoconf and wafAndrew Bartlett2012-09-242-4/+34
* lib/replace: Remove unused nap and therefore the SCO defineAndrew Bartlett2012-09-231-10/+0
* lib/util: Remove unbuilt file util_getent.c and BROKEN_GETGRNAMAndrew Bartlett2012-09-231-283/+0
* lib/replace: Try to fix build on HP-UX for os2_delete testAndrew Bartlett2012-09-234-17/+6
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-233-2/+15
* lib/tsocket: fix receiving of udp packets from 0 bytes (bug #9184)Stefan Metzmacher2012-09-221-4/+1
* libtorture: factor out simple ui backendGregor Beck2012-09-213-1/+87
* s3:dbwrap: remove unused args from db_open_file()Gregor Beck2012-09-212-6/+2
* s3:dbwrap: let dbwrap_fetch_uint32 distinguish between "not found" and "wrong...Gregor Beck2012-09-211-2/+5
* replace: fix 520c9b0b0ae33Björn Jacke2012-09-181-1/+1
* panic action is defined as GLOBAL_VAR(szPanicAction) not GLOBAL_VAR(panic_act...Matthieu Patou2012-09-181-1/+1
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-09-171-1/+1
* ldb: bump version to 1.1.13 so the 4.0 release can get the isprint fixAndrew Bartlett2012-09-173-1/+263
* replace: add some includes for poll.hBjörn Jacke2012-09-161-0/+6
* dns_server: Remove parameter 'dns recursive queries' and base this on 'dns fo...Andrew Bartlett2012-09-123-10/+0
* lib/param: change the default for 'allow dns updates' to 'secure only'Stefan Metzmacher2012-09-121-1/+1
* lib/param: add some more alias for 'allow dns updates' options.Stefan Metzmacher2012-09-121-0/+12
* loadparm: dns is now a default server serviceKai Blin2012-09-121-1/+1
* lib/krb5_wrap: when deleting default realm, pass char*, not char**Alexander Bokovoy2012-09-121-1/+1
* At Michael's suggestion, factor common code into a function. My bad :-).Jeremy Allison2012-09-111-4/+9
* lib/replace: remove duplicate check for inotifyMichael Adam2012-09-111-1/+1
* Fix bug #9147 - winbind can't fetch user or group info from AD via LDAPJeremy Allison2012-09-101-2/+4
* osX define uint64_t as long long intMatthieu Patou2012-09-101-1/+1
* s3: introduce a new share config option "durable handles" defaulting to "yes"Michael Adam2012-09-082-0/+10
* s3: add an option "kernel share modes" to be able to switch off using kernel ...Michael Adam2012-09-082-0/+10
* loadparm: remove remnants of removed option "share modes"Michael Adam2012-09-081-1/+0
* build: define _BSD_TYPES on IRIX to have types like u_shortBjörn Jacke2012-09-072-0/+2
* waf: add check for BSD_STYLE_STATVFSBjörn Jacke2012-09-071-0/+12