summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-05s3:param: remove unused function lp_idmap_backend()Michael Adam2-1/+1
2013-02-05tdb: Remove "header" from tdb_contextVolker Lendecke13-59/+64
2013-02-05tdb: Pass argument "header" to check_header_hashVolker Lendecke1-4/+6
2013-02-05tdb: Pass argument "header" to tdb_new_databaseVolker Lendecke1-6/+8
2013-02-04lib/dbwrap: talloc_strdup() name in db_open_file()Stefan Metzmacher1-1/+6
2013-02-04lib/util: improve check_password_quality() to handle utf8Stefan Metzmacher2-19/+120
2013-02-03tevent_poll: add poll_event_loop_wait()Stefan Metzmacher1-2/+31
2013-02-02tevent_poll: fix the usage of tevent_re_initialise()Stefan Metzmacher1-0/+8
2013-02-02tevent_poll: call tevent_common_fd_destructor() from poll_fresh_fde_destructor()Stefan Metzmacher1-2/+3
2013-02-02tevent_poll: Avoid a crash in poll_event_set_fd_flagsVolker Lendecke1-2/+8
2013-02-02tevent_poll: Avoid a crash in poll_fresh_fde_destructorVolker Lendecke1-2/+9
2013-02-02tevent_poll: NULL out fde->event_ctx for "fresh" poll fdesVolker Lendecke1-0/+8
2013-02-02tevent_poll: Use the poll_event_context_destructor alwaysVolker Lendecke1-5/+12
2013-02-02tevent_poll: Re-order routinesVolker Lendecke1-16/+16
2013-02-02tevent_poll: Fix a crash in the poll backendVolker Lendecke1-4/+15
2013-01-31tevent: Fix a comment typoVolker Lendecke1-1/+1
2013-01-26ldb: Ensure to decrement the transaction_active whenever we delete a transactionAndrew Bartlett4-1/+266
2013-01-26ldb: fix a warning by converting from TDB_DATA to struct ldb_valStefan Metzmacher1-1/+5
2013-01-24docs: ldbsearch.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbrename.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbmodify.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbedit.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbdel.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldbadd.1.xml: Correct meta data.Karolin Seeger1-3/+3
2013-01-24docs: ldb.3.xml: Correct meta data.Karolin Seeger1-2/+2
2013-01-19Remove some unused variables.Jeremy Allison1-3/+0
2013-01-19heimdal_build: Try again to sort out the strerror_r messAndrew Bartlett2-2/+3
2013-01-18tevent: Fix a commentVolker Lendecke1-1/+1
2013-01-15dbwrap: add dbwrap_is_persistent()Michael Adam2-0/+6
2013-01-15build(waf)-libreplace: remove redundant check for flistea functionBjörn Baumbach1-1/+1
2013-01-15tevent: Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further s...Jeremy Allison1-0/+29
2013-01-15lib/replace: Include sys/ucontext.h if available.Jeremy Allison1-0/+4
2013-01-15lib/replace: Add ucontext configure autoconf checks.Jeremy Allison1-0/+13
2013-01-15lib/replace: Add ucontext configure waf checks.Jeremy Allison1-1/+10
2013-01-15lib/replace: Add missing check for sys/wait.hJeremy Allison1-1/+1
2013-01-14Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2-11/+21
2013-01-14ldb: Move doxygen comments for ldb_connect to the right placeStephen Gallagher1-13/+12
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