summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2012-12-071-1/+1
* lib/talloc: Move manpage to man/.Karolin Seeger2012-12-032-13/+13
* lib/tdb: Rename manpages/ to man/.Karolin Seeger2012-12-035-12/+12
* replace: Remove deprecated getpass() support.Andreas Schneider2012-12-038-285/+0
* util: Add a UNIX platform independent samba_getpass().Andreas Schneider2012-12-033-1/+265
* ldb: fix a typo in the comment for ldb_req_is_untrusted()Michael Adam2012-11-301-1/+1
* dbwrap: Remove an unnecessary if-statementVolker Lendecke2012-11-291-3/+1
* dbwrap: No need to NULL out a talloc_zero'ed structure elementVolker Lendecke2012-11-291-1/+0
* dbwrap: Use talloc_zero in db_open_rbtVolker Lendecke2012-11-291-5/+1
* dbwrap: Use talloc_zero in db_open_cacheVolker Lendecke2012-11-291-6/+1
* dbwrap: Use dbwrap_parse_record in dbwrap_fetch_uint32_bystringVolker Lendecke2012-11-291-13/+27
* docs: man tdbtool: Add missing meta data.Karolin Seeger2012-11-291-1/+1
* docs: man talloc: Add missing meta data.Karolin Seeger2012-11-291-0/+12
* docs: man ldbsearch: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbrename: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbmodify: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbedit: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbdel: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldbadd: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* docs: man ldb.3: Add missing meta data.Karolin Seeger2012-11-291-0/+3
* lib/replace: Do not use STRERROR_R_PROTO_COMPATIBLE as only roken.h sets thisAndrew Bartlett2012-11-222-4/+2
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-11-143-17/+34
* subunit: Update to latest upstream version.Jelmer Vernooij2012-11-1421-318/+1143
* testtools: Update to latest version.Jelmer Vernooij2012-11-1458-2931/+5207
* smbd: Remove NT4 compatability handling in posix -> NT ACL conversionAndrew Bartlett2012-11-132-20/+0
* lib/ldb: add missing newline in the output of ldb_ldif_write_trace()Stefan Metzmacher2012-11-131-1/+1
* lib/addns: remove compiler warningsStefan Metzmacher2012-11-131-2/+2
* lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher2012-11-131-3/+12
* lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher2012-11-131-2/+1
* lib/util: Simplify bitmap.c a bitVolker Lendecke2012-11-071-7/+6
* lib/util: Make "struct bitmap" abstractVolker Lendecke2012-11-072-4/+6
* lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher2012-11-051-0/+29
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-11-052-6/+109
* lib/krb5_wrap: request enc_types in the correct order (bug #9272)Stefan Metzmacher2012-11-011-6/+6
* 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