summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2013-02-20ntdb: switch between secrets.tdb and secrets.ntdb depending on 'use ntdb'Rusty Russell1-0/+5
2013-02-20param: 'use ntdb' flag (off by default).Rusty Russell2-0/+10
2013-02-20tdb_wrap: prevent tdbs called ".ntdb" or without extensions.Rusty Russell1-0/+8
2013-02-20dbwrap_local_open: never open the .tdb if there is an .ntdbRusty Russell1-0/+5
2013-02-20dbwrap_local_open: open NTDB if extension is .ntdbRusty Russell1-5/+157
2013-02-20dbwrap: dbwrap_ntdb.cRusty Russell3-10/+734
2013-02-20ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell3-15/+91
2013-02-19lib/util: add samba_tevent_context_init()Stefan Metzmacher3-2/+76
2013-02-19tdb: Slightly simplify transaction_writeVolker Lendecke1-8/+2
2013-02-19tdb: Make tdb_release_transaction_locks use tdb_allrecord_unlockVolker Lendecke1-1/+1
2013-02-19tdb: Don't segfault if tdb_open_ex for check failedVolker Lendecke1-0/+1
2013-02-19tdb: Factor out the retry loop from tdb_allrecord_upgradeVolker Lendecke1-20/+39
2013-02-19tdb: Simplify fcntl_lock() a bitVolker Lendecke1-4/+4
2013-02-19tdb: Use tdb_null in freelistcheckVolker Lendecke1-3/+2
2013-02-19tdb: Enhance lock tracking a bitVolker Lendecke1-0/+11
2013-02-19lib/util/time: strip a potential trailing newline in the asctime case.Michael Adam1-0/+9
2013-02-19lib/util_tdb: factor out tdb_data_talloc_copy()Gregor Beck2-0/+16
2013-02-18fault.c: Fix typo in comment.Karolin Seeger1-1/+1
2013-02-16tdb: Fix a typoVolker Lendecke1-1/+1
2013-02-14tevent: Remove the previous "standard" tevent backend implementation.Jeremy Allison1-556/+1
2013-02-14tevent: Add in the new implementation of "standard" tevent backend.Jeremy Allison1-6/+180
2013-02-14tevent: Add a private function tevent_poll_event_add_fd_internal().Jeremy Allison2-0/+19
2013-02-14tevent: make use of tevent_find_ops_byname() in tevent_context_init_byname()Stefan Metzmacher1-14/+5
2013-02-14tevent: make sure tevent_backend_init() only runs onceStefan Metzmacher1-0/+8
2013-02-14tevent: Add a utility function tevent_find_ops_byname().Jeremy Allison2-0/+23
2013-02-14tevent: Add in the same tevent_re_initialise() fix Metze put in the tevent_po...Jeremy Allison3-0/+18
2013-02-14tevent: Add in some test code to allow the panic fallback path to be tested.Jeremy Allison1-0/+18
2013-02-14tevent: Plumb in the panic fallback code into the epoll_panic() runtime call.Jeremy Allison1-3/+20
2013-02-14tevent: Add an internal function tevent_epoll_set_panic_fallback().Jeremy Allison2-0/+27
2013-02-14tevent: pass 'bool replay' to epoll_panic()Stefan Metzmacher1-5/+6
2013-02-14tevent: Ensure we return after every call to epoll_panic().Jeremy Allison1-0/+2
2013-02-14tevent: Preparing to fix "standard" backend fallback. Initialize standard aft...Jeremy Allison1-1/+1
2013-02-08dbwrap: Prevent transactions on non-persistent dbsVolker Lendecke1-0/+5
2013-02-08ldb: Add more data test data for one level test casesMatthieu Patou1-0/+14
2013-02-08ldb: Add tests for the python apiMatthieu Patou1-0/+8
2013-02-08ldb: Add more tests related to onelevel searchMatthieu Patou2-0/+14
2013-02-08ldb: use strncmp instead of strcmp when comparing the val partMatthieu Patou1-2/+2
2013-02-08ldb: make test output more readableMatthieu Patou1-4/+2
2013-02-08ldb-tdb: Document ltdb_index_add1 for more clarityMatthieu Patou1-3/+20
2013-02-08ldb-tdb: Fix a wrong parameter in ltdb_storeMatthieu Patou1-1/+2
2013-02-08ldb_tdb: raise level of full index scan message so that it starts to be reall...Matthieu Patou1-1/+1
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