summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-passdb: moving account_pol.c into passdb.Günther Deschner2010-05-081-454/+0
* Make us pass all SMB2 lock tests except MULTIPLE-UNLOCK and CONTEXT. Them nex...Jeremy Allison2010-05-071-1/+3
* s3-eventlog: move all eventlog headers to lib/eventlog and only include where...Günther Deschner2010-05-063-0/+79
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-06132-38549/+246
* s3: only include gen_ndr headers where needed.Günther Deschner2010-05-066-2/+4
* s3-lib: Create a sec_desc_merge and sec_desc_merge_buf function.Andreas Schneider2010-05-041-1/+42
* s3: use shared registry functions.Günther Deschner2010-04-271-142/+0
* s3-time: Added a function to get the startup time of the server.Andreas Schneider2010-04-231-0/+13
* s3: Move sanitize_username to lib/util_str.cVolker Lendecke2010-04-111-0/+8
* s3: Use IS_DC macro in get_global_sam_name()Volker Lendecke2010-04-101-1/+1
* s3: add iconv_convenience handle to pull/push sz helpers.Günther Deschner2010-04-092-11/+15
* s3: Remove unused bitmap_[allocate|free]Volker Lendecke2010-03-281-36/+0
* s3: A NULL context might be perfectly valid for bitmap_tallocVolker Lendecke2010-03-281-2/+0
* s3: Fix a memleak in bitmap_tallocVolker Lendecke2010-03-281-0/+1
* s3: Use TALLOC_ZERO_ARRAY in bitmap_tallocVolker Lendecke2010-03-281-4/+1
* s3: Fix the memory hierarchy in bitmap_tallocVolker Lendecke2010-03-281-1/+1
* s3: Slightly simplify logic in conv_str_sizeVolker Lendecke2010-03-281-29/+33
* s3: Fix indentation in conv_str_sizeVolker Lendecke2010-03-281-2/+2
* s3: Use tdb_transaction_start_nonblock in gencache_stabilizeVolker Lendecke2010-03-281-1/+10
* Revert "s3: Optimize gencache for smbd exit"Volker Lendecke2010-03-281-75/+14
* s3-util_sock: Rise debug level for getpeername failed messages.Karolin Seeger2010-03-261-4/+6
* s3-event: switch s3 to using tevent_re_initialise()Andrew Tridgell2010-03-262-8/+2
* s3: Add a comment to serverid_parent_init, this is pretty confusingVolker Lendecke2010-03-251-0/+6
* s3: Add a comment to messaging_tdb_parent_init, this is pretty confusingVolker Lendecke2010-03-251-0/+6
* s3: Make sure our CLEAR_IF_FIRST optimization works for serverid.tdbVolker Lendecke2010-03-251-0/+16
* s3: Make sure our CLEAR_IF_FIRST optimization works for messaging.tdbVolker Lendecke2010-03-251-0/+16
* s3: Fix some nonempty blank linesVolker Lendecke2010-03-251-6/+6
* s3: Optimize gencache for smbd exitVolker Lendecke2010-03-241-14/+75
* share_info.tdb could use non-canonicalized sharenames.Jeremy Allison2010-03-221-14/+143
* s3: Add the "ctdb locktime warn threshold" parameterVolker Lendecke2010-03-221-0/+12
* s3: Open winbindd_cache.tdb with read/write access.Bo Yang2010-03-211-1/+1
* s3-eventlog: fix elog_tdbname(), we were always lower-casing entire lockdir p...Günther Deschner2010-03-171-5/+19
* s3: Use a switch to implement map_nt_error_from_tdbVolker Lendecke2010-03-141-30/+47
* s3: Remove some unused codeVolker Lendecke2010-03-141-20/+0
* s3: Make tdb_wrap_open more robustVolker Lendecke2010-03-131-41/+87
* s3: Add "g_lock_do" as a convenience wrapper functionVolker Lendecke2010-03-121-0/+64
* s3: Fix a long-standing problem with recycled PIDsVolker Lendecke2010-03-103-14/+309
* s3: Make TLDAP_IS_ALPHA and TLDAP_IS_ADH static functionsVolker Lendecke2010-03-101-5/+12
* Fix typoSimo Sorce2010-03-091-2/+2
* s3:tldap add own filter parsingSimo Sorce2010-03-091-114/+600
* Revert "Fix bug #7067 - Linux asynchronous IO (aio) can cause smbd to fail to...Karolin Seeger2010-03-081-61/+4
* s3: Remove the unused parameter "persistent" from fetch_locked_internalVolker Lendecke2010-03-051-8/+2
* s3: db->persistent==true was handled earlier, make this more obviousVolker Lendecke2010-03-051-1/+1
* s3: Abstract access to sessionid.tdb, similar to conn_tdb.cVolker Lendecke2010-03-011-0/+138
* s3: Add connections_forall_read()Volker Lendecke2010-03-011-0/+42
* s3: Make the difference between r/o and r/w in connections_db_ctx more obviousVolker Lendecke2010-03-011-9/+4
* s3: Make connections_forall open connections.tdb r/wVolker Lendecke2010-03-011-1/+7
* s3-nltest: fix uninitialized query level.Günther Deschner2010-02-251-1/+1
* s3: Make connections_fetch_record() staticVolker Lendecke2010-02-241-2/+2
* s3: Consolidate server_id_self into the equivalent procid_self()Volker Lendecke2010-02-231-5/+0