summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* util: Add a strict directory_create_or_exist function.Andreas Schneider2013-01-092-5/+48
* replace: Fix compilation of rep_mkstempJesper Larsen2013-01-091-1/+1
* tdb: Fix undefined prototype warningsVolker Lendecke2013-01-071-0/+2
* tdb: Fix \n in error messagesVolker Lendecke2013-01-071-2/+2
* subunit: Update to latest upstream version.Jelmer Vernooij2012-12-2713-12/+101
* testtools: Update to latest upstream version.Jelmer Vernooij2012-12-2719-63/+503
* lib/param: use the correct path names againStefan Metzmacher2012-12-271-5/+5
* krb5_wrap: Remove dead code in smb_krb5_renew_ticket().Andreas Schneider2012-12-211-7/+2
* param: Correctly create directory and create common function.Andreas Schneider2012-12-211-55/+41
* tdb: Add a comment explaining the "check"Volker Lendecke2012-12-211-1/+4
* tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke2012-12-211-3/+4
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke2012-12-211-7/+1
* tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_listVolker Lendecke2012-12-211-23/+31
* tdb: Simplify logic in tdb_lock_list slightlyVolker Lendecke2012-12-211-7/+22
* tdb: Slightly simplify tdb_lock_listVolker Lendecke2012-12-211-11/+11
* tdb: Fix blank line endingsVolker Lendecke2012-12-2111-89/+89
* tdb: Fix a commentVolker Lendecke2012-12-211-1/+1
* tdb: Fix a typoVolker Lendecke2012-12-211-1/+1
* tdb: Fix a missing CONVERTVolker Lendecke2012-12-211-1/+1
* tdr: Strip trailing whitespace.Jelmer Vernooij2012-12-151-10/+10
* util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider2012-12-121-22/+5
* tdb: Improve the documentation of tdb_reopen() and tdb_close().Andreas Schneider2012-12-121-2/+8
* tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider2012-12-121-2/+15
* util: Don't use the pid ret value uninitialized.Andreas Schneider2012-12-121-1/+1
* 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