summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2012-12-07Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano1-1/+1
2012-12-03lib/talloc: Move manpage to man/.Karolin Seeger2-13/+13
2012-12-03lib/tdb: Rename manpages/ to man/.Karolin Seeger5-12/+12
2012-12-03replace: Remove deprecated getpass() support.Andreas Schneider8-285/+0
2012-12-03util: Add a UNIX platform independent samba_getpass().Andreas Schneider3-1/+265
2012-11-30ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam1-1/+1
2012-11-29dbwrap: Remove an unnecessary if-statementVolker Lendecke1-3/+1
2012-11-29dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke1-1/+0
2012-11-29dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke1-5/+1
2012-11-29dbwrap: Use talloc_zero in db_open_cacheVolker Lendecke1-6/+1
2012-11-29dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystringVolker Lendecke1-13/+27
2012-11-29docs: man tdbtool: Add missing meta data.Karolin Seeger1-1/+1
2012-11-29docs: man talloc: Add missing meta data.Karolin Seeger1-0/+12
2012-11-29docs: man ldbsearch: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbrename: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbmodify: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbedit: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbdel: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldbadd: Add missing meta data.Karolin Seeger1-0/+3
2012-11-29docs: man ldb.3: Add missing meta data.Karolin Seeger1-0/+3
2012-11-22lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2-4/+2
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