summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3:libsmb: avoid calling cli_set_username() cliconnect.cStefan Metzmacher2014-10-171-33/+1
* s3:libsmb: avoid calling cli_set_username() in clidfsStefan Metzmacher2014-10-171-3/+0
* s3:libsmb: avoid cli_set_username() in SMBC_server_internal()Stefan Metzmacher2014-10-171-7/+0
* s3:lib/netapi: avoid calling cli_set_username()Stefan Metzmacher2014-10-171-3/+1
* s3:torture: avoid unused cli_set_username()Stefan Metzmacher2014-10-171-6/+0
* s3:libsmb: Remove unused domain copy stored in cli_stateStefan Metzmacher2014-10-1710-83/+10
* s3:libsmb: Remove unused password copy stored in cli_stateAndrew Bartlett2014-10-179-36/+13
* s3-winbindd: use cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-171-39/+22
* s3-librpc: Add cli_rpc_pipe_open_with_creds()Andrew Bartlett2014-10-174-0/+141
* s3-winbindd: Use own machine account to connect to trusted domains as wellAndrew Bartlett2014-10-171-6/+11
* s3-winbindd: use a cli_credentials structure to hold the trust credentialsStefan Metzmacher2014-10-171-207/+395
* libsmb: Print the principal name that we failed to kinit for.Andrew Bartlett2014-10-171-6/+7
* passdb: Use common code in cli_credentials_set_machine_account_db_ctx()Andrew Bartlett2014-10-171-16/+50
* s3:smb2_server: pass xconn->smb2.server.cipher to smb2_signing_[de|en]ncrypt_...Stefan Metzmacher2014-10-161-5/+5
* s3:smb2_server: check xconn->smb2.server.cipher instead of xconn->smb2.server...Stefan Metzmacher2014-10-163-3/+3
* s3:smb2_negprot: remember xconn->smb2.server.cipherStefan Metzmacher2014-10-162-0/+5
* vfs_posixacl: catch ACL_EVERYONE on FreeBSDRalph Boehme2014-10-122-0/+6
* smbd: Fix a use-after-freeVolker Lendecke2014-10-101-1/+4
* s3: smbd: Preparation for leases code merge. Ensure VFS is ready for 4.2.0.Jeremy Allison2014-10-101-0/+7
* s3-net: display full value of "msDS-SupportedEncryptionTypes".Günther Deschner2014-10-081-4/+3
* registry: Don't leave dangling transactionsVolker Lendecke2014-10-081-1/+1
* s3-winbindd: Attempt to connect to NETLOGON over NCACN_IP_TCP if we canAndrew Bartlett2014-10-087-15/+59
* s3-rpc_client: Migrate to cli_rpc_pipe_open_generic_auth and remove cli_rpc_p...Andrew Bartlett2014-10-084-92/+16
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-085-0/+5
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-084-18/+11
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-10-083-2/+22
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-087-20/+21
* s3:torture: add PROTOCOL_SMB3_10 handlingStefan Metzmacher2014-10-071-0/+3
* printer_list: fix talloc tos leak of tdb recordDavid Disseldorp2014-10-071-0/+1
* idl: Fix a typoVolker Lendecke2014-10-071-1/+1
* smbd: Simplify remove_child_pidVolker Lendecke2014-10-071-1/+1
* status: 80 chars per lineVolker Lendecke2014-10-071-367/+734
* smbd: Fix nonempty line endingsVolker Lendecke2014-10-071-15/+14
* lanman: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-2/+9
* samlogon_cache: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-1/+6
* nmbd: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+7
* printing: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-062-5/+25
* gpo: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-064-17/+50
* gencache: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+11
* winbindd: Do not overwrite domain list with conflicting info from a trusted d...Andrew Bartlett2014-10-061-0/+75
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-062-10/+14
* windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2014-10-042-6/+3
* smbd: Always use uint8_t for inbuf pointerChristof Schmitt2014-10-041-7/+8
* smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt2014-10-041-6/+5
* smbd: Use MIN macro in fake_sendfileChristof Schmitt2014-10-041-5/+1
* s3-winbindd: Make wcache_sid_to_name staticChristof Schmitt2014-10-042-12/+6
* s3-winbindd: Remove extern declaration for cache_methods from winbindd_dual.cChristof Schmitt2014-10-041-1/+0
* profiling: Make WITH_PROFILE span more in smbprofile.hVolker Lendecke2014-10-031-2/+3
* profiling: Remove a big DEBUG statementVolker Lendecke2014-10-031-25/+0
* profiling: Remove some #ifdefsVolker Lendecke2014-10-032-8/+0