summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-01-09util: Add a strict directory_create_or_exist function.Andreas Schneider2-5/+48
2013-01-09replace: Fix compilation of rep_mkstempJesper Larsen1-1/+1
2013-01-07tdb: Fix undefined prototype warningsVolker Lendecke1-0/+2
2013-01-07tdb: Fix \n in error messagesVolker Lendecke1-2/+2
2012-12-27subunit: Update to latest upstream version.Jelmer Vernooij13-12/+101
2012-12-27testtools: Update to latest upstream version.Jelmer Vernooij19-63/+503
2012-12-27lib/param: use the correct path names againStefan Metzmacher1-5/+5
2012-12-21krb5_wrap: Remove dead code in smb_krb5_renew_ticket().Andreas Schneider1-7/+2
2012-12-21param: Correctly create directory and create common function.Andreas Schneider1-55/+41
2012-12-21tdb: Add a comment explaining the "check"Volker Lendecke1-1/+4
2012-12-21tdb: Make tdb_new_database() follow a more conventional styleVolker Lendecke1-3/+4
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Use tdb_lock_covered_by_allrecord_lock in tdb_unlockVolker Lendecke1-7/+1
2012-12-21tdb: Factor out tdb_lock_covered_by_allrecord_lock from tdb_lock_listVolker Lendecke1-23/+31
2012-12-21tdb: Simplify logic in tdb_lock_list slightlyVolker Lendecke1-7/+22
2012-12-21tdb: Slightly simplify tdb_lock_listVolker Lendecke1-11/+11
2012-12-21tdb: Fix blank line endingsVolker Lendecke11-89/+89
2012-12-21tdb: Fix a commentVolker Lendecke1-1/+1
2012-12-21tdb: Fix a typoVolker Lendecke1-1/+1
2012-12-21tdb: Fix a missing CONVERTVolker Lendecke1-1/+1
2012-12-15tdr: Strip trailing whitespace.Jelmer Vernooij1-10/+10
2012-12-12util: Remove unused fde_stdin in samba_runcmd.Andreas Schneider1-22/+5
2012-12-12tdb: Improve the documentation of tdb_reopen() and tdb_close().Andreas Schneider1-2/+8
2012-12-12tdb: Fix possible crash bugs in the python tdb code.Andreas Schneider1-2/+15
2012-12-12util: Don't use the pid ret value uninitialized.Andreas Schneider1-1/+1
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