summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-02-01s3/wscript: Fix dependency on gssapi, necessary when there is no system Kerbe...Jelmer Vernooij1-1/+1
2012-02-01source3/wscript: Expand tabs, to prevent confusion (whitespace is significant...Jelmer Vernooij1-321/+321
2012-02-01s3: Add rmdir operation to streams_depotVolker Lendecke1-0/+47
2012-01-31s3: Delete streams on directoriesVolker Lendecke1-0/+11
2012-01-31s3: Simplify an if-statementVolker Lendecke1-1/+1
2012-01-31s3:client: ignore SMBecho errors (the server may not support it) (bug #8139)Stefan Metzmacher1-3/+7
2012-01-31Revert "Fix bug #8139 - smbclient fails if server does not support Echo reque...Stefan Metzmacher1-5/+1
2012-01-31s3:smbd: inline code in reply_sesssetup_and_X_spnego()Stefan Metzmacher1-102/+71
2012-01-31s3:smbd: the spnego session setup don't need to copy the in blobStefan Metzmacher1-10/+5
2012-01-31s3:smbd: rework reply_spnego_ntlmssp to reply_spnego_genericStefan Metzmacher1-27/+5
2012-01-31s3:smbd: remove unused code from sesssetup.cStefan Metzmacher2-549/+0
2012-01-31s3:smbd: remove pending_auth_data logicStefan Metzmacher2-269/+0
2012-01-31s3:smbd: always use the gensec code path in sesssetup.cStefan Metzmacher1-67/+32
2012-01-31s3:smbd: rework smbd_smb2_*_ntlmssp_auth* to smbd_smb2_auth_generic*Stefan Metzmacher1-22/+28
2012-01-31s3:smbd: always use the gensec code path in smb2_sesssetup.cStefan Metzmacher1-460/+7
2012-01-31libcli/smb: Convert struct smb_trans_enc_state to tallocAndrew Bartlett2-59/+18
2012-01-31s3-libsmb: Remove unused enum smb_trans_enc_typeAndrew Bartlett1-4/+3
2012-01-31s3-libsmb: Use gensec_spnego in smb seal clientAndrew Bartlett2-41/+7
2012-01-31s3-smbd: Use gensec_spnego in smb seal serverAndrew Bartlett1-304/+29
2012-01-31s3:libsmb/auth_generic: make use of gensec_spnego in the clientStefan Metzmacher1-4/+9
2012-01-31s3:auth/auth_generic: make use of gensec_spnego in the serverStefan Metzmacher1-4/+9
2012-01-31s3: Unify stream testing in open_directoryVolker Lendecke1-9/+5
2012-01-31s3: Re-indent an && sequence for better understandingVolker Lendecke1-2/+2
2012-01-31s3: Fix "smbcontrol smbd close-share"Volker Lendecke1-0/+11
2012-01-31s3:net ads join: remove a useless empty comment blockMichael Adam1-2/+1
2012-01-31s3:net ads join: add a comment for the call to _net_ads_join_dns_update()Michael Adam1-0/+5
2012-01-31s3:net ads join: reduce indentation in _net_ads_join_dns_updates()Michael Adam1-46/+47
2012-01-31s3:net ads join: move dns update code out to new function _net_ads_join_dns_u...Michael Adam1-77/+84
2012-01-31s3:net ads join: improve comment for dns update blockMichael Adam1-4/+4
2012-01-31s3:net ads join: improve status evaluation for call to net_update_dns()Michael Adam1-2/+5
2012-01-31s3:net ads join: interpret return code of ads_kinit_password() in dns update ...Michael Adam1-1/+8
2012-01-31s3:net ads join: check for malloc success and react accordingly in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: check for success of fetching machine password in dns update...Michael Adam1-0/+5
2012-01-31s3:net ads join: untangle assignment from check, fix return code and improve ...Michael Adam1-2/+8
2012-01-31s3:net ads join: reduce indentation and improve logging in the dns update cod...Michael Adam1-13/+17
2012-01-31s3:net ads join: untangle assignment from check.Michael Adam1-1/+2
2012-01-31s3:net registry: fix a copy and paste error in a help textMichael Adam1-2/+2
2012-01-31Fix bug #8139 - smbclient fails if server does not support Echo request.Jeremy Allison1-1/+5
2012-01-30s3-winbind: don't try to do clever thing if the username is not found while a...Matthieu Patou1-1/+2
2012-01-30s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)Andrew Bartlett1-4/+0
2012-01-30auth: Make check_password and generate_session_info hook genericAndrew Bartlett1-14/+19
2012-01-29s3: Fix unused variable warningsVolker Lendecke1-0/+4
2012-01-28s3-selftest: Add test for posix large reads and writesAndrew Bartlett2-5/+82
2012-01-27s3-libsmb Do not limit read replies to NBT packet sizesAndrew Bartlett1-1/+1
2012-01-27s3-pdb: Make ADS-type backends updates secrets.tdb.Simo Sorce3-0/+127
2012-01-27s3-pdb: Break SECRETS3 dependency on PDB.Simo Sorce4-60/+68
2012-01-27s3-waf: Create a subsystem for SERVER_MUTEX.Andreas Schneider1-3/+6
2012-01-27s3-waf: Add missing dependency of ntlmssp to wbclient.Andreas Schneider1-1/+1
2012-01-27s3-waf: Add missing dependency of pdb_wbc_sam to wbclient.Andreas Schneider1-1/+1
2012-01-27build: Add missing dependencies on poptAmitay Isaacs1-0/+2