summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell2012-11-0110-48/+321
* ldb: move ldb_pack.c into commonAndrew Tridgell2012-11-011-11/+11
* util: remove accidently committed hunkBjörn Jacke2012-10-311-3/+0
* ldb: Add ldbdump, based on tdbdumpAndrew Bartlett2012-10-302-0/+223
* ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett2012-10-311-2/+0
* ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett2012-10-315-9/+7
* wafbuild: use -Wstack-protector if availableBjörn Jacke2012-10-301-0/+3
* ccan/wafbuild: use WERROR_CFLAGS instead of -WerrorBjörn Jacke2012-10-301-10/+7
* wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke2012-10-301-1/+5
* wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke2012-10-301-1/+1
* wfabuild: fix the -errwarn compile flag testBjörn Jacke2012-10-302-1/+4
* lib/param: fix line length of DEBUG statments touched in previous commit in s...Michael Adam2012-10-291-2/+4
* lib/param: fix function name (set_variable) in debug statementsMichael Adam2012-10-291-4/+4
* lib/param: fix function name (lpcfg_file_list_changed) in a debug messageMichael Adam2012-10-291-1/+1
* lib/replace: Return size of xattr if size argument is 0Andrew Bartlett2012-10-281-3/+12
* dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett2012-10-251-3/+4
* lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher2012-10-231-1/+9
* lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett2012-10-231-1/+0
* lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett2012-10-231-1/+4
* 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 restarttdb-1.2.11Volker Lendecke2012-10-061-4/+28
* tdb: Make robust against shrinking tdbsRusty Russell2012-10-061-12/+20
* talloc: Convert error cecking macros into fnstalloc-2.0.8Simo 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