summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-11-14lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher3-17/+34
2012-11-14subunit: Update to latest upstream version.Jelmer Vernooij21-318/+1143
2012-11-14testtools: Update to latest version.Jelmer Vernooij58-2931/+5207
2012-11-13smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2-20/+0
2012-11-13lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher1-1/+1
2012-11-13lib/addns: remove compiler warningsStefan Metzmacher1-2/+2
2012-11-13lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher1-3/+12
2012-11-13lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher1-2/+1
2012-11-07lib/util: Simplify bitmap.c a bitVolker Lendecke1-7/+6
2012-11-07lib/util: Make "struct bitmap" abstractVolker Lendecke2-4/+6
2012-11-05lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher1-0/+29
2012-11-05lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2-6/+109
2012-11-01lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher1-6/+6
2012-11-01ldb: fixed callers for ldb_pack_data() and ldb_unpack_data()Andrew Tridgell10-48/+321
2012-11-01ldb: move ldb_pack.c into commonAndrew Tridgell1-11/+11
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