summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3: Simplify an if-statementVolker Lendecke2012-01-311-1/+1
* s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher2012-01-311-3/+7
* Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher2012-01-311-5/+1
* s3:smbd: inline code in reply_sesssetup_and_X_spnego()Stefan Metzmacher2012-01-311-102/+71
* s3:smbd: the spnego session setup don't need to copy the in blobStefan Metzmacher2012-01-311-10/+5
* s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_genericStefan Metzmacher2012-01-311-27/+5
* s3:smbd: remove unused code from sesssetup.cStefan Metzmacher2012-01-312-549/+0
* s3:smbd: remove pending_auth_data logicStefan Metzmacher2012-01-312-269/+0
* s3:smbd: always use the gensec code path in sesssetup.cStefan Metzmacher2012-01-311-67/+32
* s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic*Stefan Metzmacher2012-01-311-22/+28
* s3:smbd: always use the gensec code path in smb2_sesssetup.cStefan Metzmacher2012-01-311-460/+7
* libcli/smb: Convert struct smb_trans_enc_state to tallocAndrew Bartlett2012-01-312-59/+18
* s3-libsmb: Remove unused enum smb_trans_enc_typeAndrew Bartlett2012-01-311-4/+3
* s3-libsmb: Use gensec_spnego in smb seal clientAndrew Bartlett2012-01-312-41/+7
* s3-smbd: Use gensec_spnego in smb seal serverAndrew Bartlett2012-01-311-304/+29
* s3:libsmb/auth_generic: make use of gensec_spnego in the clientStefan Metzmacher2012-01-311-4/+9
* s3:auth/auth_generic: make use of gensec_spnego in the serverStefan Metzmacher2012-01-311-4/+9
* s3: Unify stream testing in open_directoryVolker Lendecke2012-01-311-9/+5
* s3: Re-indent an && sequence for better understandingVolker Lendecke2012-01-311-2/+2
* s3: Fix "smbcontrol smbd close-share"Volker Lendecke2012-01-311-0/+11
* s3:net ads join: remove a useless empty comment blockMichael Adam2012-01-311-2/+1
* s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam2012-01-311-0/+5
* s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam2012-01-311-46/+47
* s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam2012-01-311-77/+84
* s3:net ads join: improve comment for dns update blockMichael Adam2012-01-311-4/+4
* s3:net ads join: improve status evaluation for call to net_update_dns()Michael Adam2012-01-311-2/+5
* s3:net ads join: interpret return code of ads_kinit_password() in dns update ...Michael Adam2012-01-311-1/+8
* s3:net ads join: check for malloc success and react accordingly in dns update...Michael Adam2012-01-311-0/+5
* s3:net ads join: check for success of fetching machine password in dns update...Michael Adam2012-01-311-0/+5
* s3:net ads join: untangle assignment from check, fix return code and improve ...Michael Adam2012-01-311-2/+8
* s3:net ads join: reduce indentation and improve logging in the dns update cod...Michael Adam2012-01-311-13/+17
* s3:net ads join: untangle assignment from check.Michael Adam2012-01-311-1/+2
* s3:net registry: fix a copy and paste error in a help textMichael Adam2012-01-311-2/+2
* Fix bug #8139 - smbclient fails if server does not support Echo request.Jeremy Allison2012-01-311-1/+5
* s3-winbind: don't try to do clever thing if the username is not found while a...Matthieu Patou2012-01-301-1/+2
* s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)Andrew Bartlett2012-01-301-4/+0
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-14/+19
* s3: Fix unused variable warningsVolker Lendecke2012-01-291-0/+4
* s3-selftest: Add test for posix large reads and writesAndrew Bartlett2012-01-282-5/+82
* s3-libsmb Do not limit read replies to NBT packet sizesAndrew Bartlett2012-01-271-1/+1
* s3-pdb: Make ADS-type backends updates secrets.tdb.Simo Sorce2012-01-273-0/+127
* s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce2012-01-274-60/+68
* s3-waf: Create a subsystem for SERVER_MUTEX.Andreas Schneider2012-01-271-3/+6
* s3-waf: Add missing dependency of ntlmssp to wbclient.Andreas Schneider2012-01-271-1/+1
* s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.Andreas Schneider2012-01-271-1/+1
* build: Add missing dependencies on poptAmitay Isaacs2012-01-271-0/+2
* Finally remove all malloc()'s from the substitute code. Now totallyJeremy Allison2012-01-274-101/+64
* Fix a really slow memory leak (in master at least). Found by Ira Cooper <ira@...Jeremy Allison2012-01-271-2/+7
* s3:auth/auth_generic: for now call sub_set_smb_name() and lp_load()Stefan Metzmacher2012-01-261-0/+6
* s3:gse: return NT_STATUS_LOGON_FAILURE instead of NT_STATUS_INTERNAL_ERRORStefan Metzmacher2012-01-261-2/+2