summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-10-31util: remove accidently committed hunkBjörn Jacke1-3/+0
2012-10-30ldb: Add ldbdump, based on tdbdumpAndrew Bartlett2-0/+223
2012-10-31ldb: Remove no-longer-existing ltdb_unpack_data_free from ldb_tdb.hAndrew Bartlett1-2/+0
2012-10-31ldb: Change ltdb_unpack_data to take an ldb_contextAndrew Bartlett5-9/+7
2012-10-30wafbuild: use -Wstack-protector if availableBjörn Jacke1-0/+3
2012-10-30ccan/wafbuild: use WERROR_CFLAGS instead of -WerrorBjörn Jacke1-10/+7
2012-10-30wafbuild: reorder the Werror checks so that the ambigous w2 option is being c...Björn Jacke1-1/+5
2012-10-30wafbuild: merge the missing IBM compiler Werror flag "-qhalt=w" to wafBjörn Jacke1-1/+1
2012-10-30wfabuild: fix the -errwarn compile flag testBjörn Jacke2-1/+4
2012-10-29lib/param: fix line length of DEBUG statments touched in previous commit in s...Michael Adam1-2/+4
2012-10-29lib/param: fix function name (set_variable) in debug statementsMichael Adam1-4/+4
2012-10-29lib/param: fix function name (lpcfg_file_list_changed) in a debug messageMichael Adam1-1/+1
2012-10-28lib/replace: Return size of xattr if size argument is 0Andrew Bartlett1-3/+12
2012-10-25dbwrap: use talloc_stackframe() in db_tdb_log_key()Andrew Bartlett1-3/+4
2012-10-23lib/tsocket: fix loop in tdgram_bsd_recvfrom() (bug #9184)Stefan Metzmacher1-1/+9
2012-10-23lib/replace: Fix configure on FreeBSD: define_ret is not correct hereAndrew Bartlett1-1/+0
2012-10-23lib/replace: Fix detection of rpcsrv/yp_prot.h on FreeBSDAndrew Bartlett1-1/+4
2012-10-17ccan: check for all the used config.h definesRusty Russell2-0/+37
2012-10-07lib-addns: ensure that allocated buffer are pre set to 0Matthieu Patou1-12/+12
2012-10-08ntdb: remove unused local variable.Rusty Russell1-2/+0
2012-10-06tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke1-4/+28
2012-10-06tdb: Make robust against shrinking tdbsRusty Russell1-12/+20
2012-10-05talloc: Convert error cecking macros into fnsSimo Sorce1-37/+74
2012-10-05Add tests for talloc_memlimitSimo Sorce1-0/+172
2012-10-05Add memory limiting capability to tallocSimo Sorce5-40/+327
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