summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* param: rename lp function and variable from "cli_maxprotocol" to "client_max_...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from "nis_home_map_name" to "homedir_map"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from "serverstring" to "server_string"Garming Sam2014-02-071-2/+2
* param: rename lp function and variable from 'lockdir' to 'lock_directory'Garming Sam2014-02-071-1/+1
* dbwrap: use DBWRAP_LOCK_ORDER_VALID() in db_open()Michael Adam2014-02-071-9/+1
* dbwrap: add dbwrap_flags argument to dbwrap_local_open()Michael Adam2014-02-071-1/+1
* dbwrap_open: add 'dbwrap_optimize_readonly:* = yes' optionStefan Metzmacher2014-02-071-0/+25
* dbwrap_ctdb: implement DBWRAP_FLAG_OPTIMIZE_READONLY_ACCESSStefan Metzmacher2014-02-071-0/+21
* dbwrap: add a dbwrap_flags argument to db_open_ctdb()Michael Adam2014-02-073-4/+7
* dbwrap: add a dbwrap_flags argument to db_open()Michael Adam2014-02-076-6/+11
* s3-lib: Add winbind_lookup_usersids().Andreas Schneider2014-02-052-0/+38
* pthreadpool: Fix a comment, "quit"->"shutdown"Volker Lendecke2014-01-281-2/+2
* smbd: Fix format errors on FreeBSD10Volker Lendecke2014-01-241-1/+1
* messaging3: Remove unused messaging_tdb_eventVolker Lendecke2014-01-211-10/+0
* messaging3: remove msg_channelVolker Lendecke2014-01-212-382/+0
* dbwrap_watch: Use messaging_read_send/recvVolker Lendecke2014-01-211-13/+7
* messaging3: Add messaging_read_send/recvVolker Lendecke2014-01-212-1/+126
* s3:lib/tldap: make use of tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-171-7/+13
* s3:lib/tldap: make use of tevent_req_defer_callback()Stefan Metzmacher2014-01-171-0/+2
* s3:lib/fncall: make use of tevent_req_set_cleanup_fn()Stefan Metzmacher2014-01-171-7/+16
* s3:dbwrap: Use milliseconds for "Held tdb lock" messageChristof Schmitt2014-01-161-5/+6
* s3:dbwrap: Store warning thresholds in db_ctdb_ctxChristof Schmitt2014-01-161-4/+18
* s3:dbwrap include the hashchain in the logsChristian Ambach2014-01-161-3/+12
* s3:dbwrap report time for chainlock and CTDB migrateChristian Ambach2014-01-161-2/+15
* dbwrap_ctdb: Instrument chainunlock timingVolker Lendecke2014-01-161-2/+26
* ctdb_conn: Log long fetch_lock callsVolker Lendecke2014-01-161-4/+22
* messaging: Fix a memleak (master only..)Volker Lendecke2014-01-101-7/+9
* messaging: Use talloc_pooled_objectVolker Lendecke2014-01-091-6/+3
* messaging: Move the self-send logic out of messaging_tdbVolker Lendecke2014-01-092-54/+52
* messaging: Fix a memleak with clusteringVolker Lendecke2014-01-091-0/+3
* s3: Add DAC_OVERRIDE capability supportAbhidnya Joshi2013-12-161-0/+4
* gencache: Fix a type-punned warningVolker Lendecke2013-12-161-1/+5
* s3:lib: avoid talloc_zero_array() in poll_one_fd()Stefan Metzmacher2013-12-141-14/+5
* s3: use directory_create_or_exist_strict() to create corepathGregor Beck2013-12-111-16/+17
* s3-lib: Fix %G substitution for domain users in smbdAndreas Schneider2013-12-101-1/+11
* s3:lib/asys modify included headersChristian Ambach2013-12-101-4/+2
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-092-0/+32
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-093-1/+145
* CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()Stefan Metzmacher2013-12-091-0/+5
* CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...Stefan Metzmacher2013-12-091-0/+5
* idmap_cache: Use gencache_parseVolker Lendecke2013-12-051-32/+47
* idmap_cache: Use an fstring instead of talloc_asprintfVolker Lendecke2013-12-051-12/+6
* messaging3: Do not go through messages.tdb for self-sendsVolker Lendecke2013-12-051-0/+54
* smbd: Fix bug 10284Volker Lendecke2013-11-261-69/+31
* s3-lib: Add grpname to talloc_sub_specified().Andreas Schneider2013-11-211-6/+25
* debug: remove unused sys_adminlogDavid Disseldorp2013-11-201-25/+0
* messaging: use local talloc ctx instead of talloc_tosDavid Disseldorp2013-11-201-4/+4
* smbd: Fix a talloc hierarchy problem in msg_channelVolker Lendecke2013-11-201-1/+1
* netapi: Add support for info level 502 in NetShareAdd.Hans Leidekker2013-11-193-1/+58
* s3-lib: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-0/+42