summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: Use asys_resultsVolker Lendecke2014-03-271-18/+15
* asys: Allow multiple results to be receivedVolker Lendecke2014-03-274-55/+69
* pthreadpool: Allow multiple jobs to be receivedVolker Lendecke2014-03-278-37/+49
* pthreadpool: Avoid a malloc/free per jobVolker Lendecke2014-03-271-54/+91
* pthreadpool: Add a simple benchmarkVolker Lendecke2014-03-274-0/+67
* auth/gensec: remove tevent_context argument from gensec_update()Stefan Metzmacher2014-03-2711-25/+35
* selftest: Remove print_smbtorture4_version and smbtorture4_possible checkAndrew Bartlett2014-03-261-7/+2
* s3-nmbd: reset debug settings after reading config file (bug #10239)Björn Baumbach2014-03-251-0/+4
* s3: smbd: Factor out code that calls getgroups_unix_user() into a separate fu...Jeremy Allison2014-03-251-52/+92
* s3:build: remove global CLUSTER_SUPPORT defineStefan Metzmacher2014-03-249-35/+3
* s3:wscript: only build ctdb_dummy.c if we have no cluster supportStefan Metzmacher2014-03-247-30/+18
* s3:wscript: only fill in CTDB_CFLAGS instead of config.hStefan Metzmacher2014-03-241-32/+53
* s3:wscript: don't add ctdb include dir globallyStefan Metzmacher2014-03-242-5/+10
* s3:serverid: use ctdb_serverids_exist_supported() runtime checkStefan Metzmacher2014-03-241-5/+9
* s3:ctdb_conn: only use ctdb_protocol.h or ctdb_private.h in ctdb_conn.cStefan Metzmacher2014-03-242-16/+9
* s3:lib: add cluster_support_[available|features]()Stefan Metzmacher2014-03-243-0/+112
* s3:param: move lp_ctdbd_socket() to ctdbd_conn.cStefan Metzmacher2014-03-246-12/+21
* s3:lib: move all ctdb related dummy functions to ctdb_dummy.cStefan Metzmacher2014-03-247-121/+180
* s3:ctdbd_conn: always provide ctdb_serverids_exist()Stefan Metzmacher2014-03-241-4/+4
* s3:ctdbd_conn: add ctdb_serverids_exist_supported()Stefan Metzmacher2014-03-242-0/+10
* s3:wscript: create a libsamba-cluster-support.soStefan Metzmacher2014-03-241-7/+18
* smbd: Remove unused "share_mode_data->id"Volker Lendecke2014-03-212-2/+0
* smbd: Keep "the_lock"s file id separatelyVolker Lendecke2014-03-211-1/+4
* smbd: Avoid checking the_lock->id for fresh locksVolker Lendecke2014-03-211-4/+5
* smbd: Explicitly pass "file_id" to rename_share_filenameVolker Lendecke2014-03-213-3/+5
* smbd: Use fsp->file_id in open_file_ntcreateVolker Lendecke2014-03-211-1/+1
* smbd: Explicitly pass "file_id" to schedule_defer_openVolker Lendecke2014-03-211-3/+4
* smbd: Explicitly pass "file_id" to rename_open_filesVolker Lendecke2014-03-211-3/+5
* s3: smbd: Ensure we always go via getgroups_unix_user() when creating an NT t...Jeremy Allison2014-03-211-0/+61
* s3-rpc_server: Fix handling of fragmented rpc requests.Andreas Schneider2014-03-201-12/+8
* s3: smbd: Fileserving share access checks.Jeremy Allison2014-03-181-2/+10
* s3:modules/vfs_gpfs add gpfs:recalls optionChristian Ambach2014-03-141-0/+13
* s3-libads: Use the IP instead of the name.Bjoern Baumbach2014-03-131-1/+1
* s3-auth: Steal the memory to avoid duplication.Andreas Schneider2014-03-131-5/+1
* s3-auth: Do not leak tmp_ctx if make_server_info() fails.Andreas Schneider2014-03-131-1/+2
* s3-auth: Make is_null_sid() check easier to read.Simo Sorce2014-03-131-2/+3
* CVE-2013-4496:samr: Remove ChangePasswordUserAndrew Bartlett2014-03-132-415/+8
* CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.Stefan Metzmacher2014-03-131-0/+1
* CVE-2013-4496:s3-samr: Block attempts to crack passwords via repeated passwor...Andrew Bartlett2014-03-132-16/+129
* s3:smb2_tcon: cancel and wait for pending requests on tdisStefan Metzmacher2014-03-121-4/+78
* s3:smb2_sesssetup: cancel and wait for pending requests on logoffStefan Metzmacher2014-03-121-4/+78
* s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.Jeremy Allison2014-03-121-16/+89
* s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.Jeremy Allison2014-03-121-20/+92
* s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdisStefan Metzmacher2014-03-121-0/+20
* s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()Stefan Metzmacher2014-03-121-11/+11
* s3-net: add a new "net ads kerberos pac save" tool.Günther Deschner2014-03-121-0/+52
* s3-net: modify the current "net ads kerberos pac" command.Günther Deschner2014-03-121-38/+77
* s3-kerberos: let kerberos_return_pac() return a PAC container.Günther Deschner2014-03-124-11/+38
* s3-kerberos: return a full PAC in kerberos_return_pac().Günther Deschner2014-03-124-15/+56
* s3-net: allow to provide custom local_service in "net ads kerberos pac".Günther Deschner2014-03-121-3/+11