summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-10auth/gensec: avoid talloc_reference in gensec_use_kerberos_mechs()Stefan Metzmacher1-18/+20
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher24-96/+153
2013-08-10libcli/auth/schannel: remove unused schannel_positionStefan Metzmacher1-7/+0
2013-08-10libcli/auth/schannel: make struct schannel_state privateStefan Metzmacher2-13/+12
2013-08-10s4:gensec/schannel: only require librpc/gen_ndr/dcerpc.hStefan Metzmacher1-1/+1
2013-08-10s4:gensec/schannel: there's no point in having schannel_session_key()Stefan Metzmacher1-8/+0
2013-08-10s4:gensec/schannel: GENSEC_FEATURE_ASYNC_REPLIES is not supportedStefan Metzmacher1-3/+0
2013-08-10s4:gensec/schannel: use the correct computer_name from netlogon_creds_Credent...Stefan Metzmacher1-3/+3
2013-08-10s4:gensec/schannel: simplify the code by using netsec_create_state()Stefan Metzmacher1-68/+30
2013-08-10s4:gensec/schannel: remove unused dcerpc_schannel_creds()Stefan Metzmacher2-49/+0
2013-08-10s4:torture: avoid usage of dcerpc_schannel_creds()Stefan Metzmacher4-17/+11
2013-08-10s4:libnet: avoid usage of dcerpc_schannel_creds()Stefan Metzmacher1-4/+3
2013-08-10s3:dcerpc_helpers: remove unused DEBUG message of schannel_state->seq_num.Stefan Metzmacher1-3/+0
2013-08-10s3:rpc_server: make use of netsec_create_state()Stefan Metzmacher1-8/+4
2013-08-10s3:cli_pipe.c: return NO_USER_SESSION_KEY in cli_get_session_key() for schannelStefan Metzmacher1-7/+0
2013-08-10s3:cli_pipe: pass down creds->computer_name to NL_AUTH_MESSAGEStefan Metzmacher1-7/+6
2013-08-10s3:cli_pipe: make use of netsec_create_state()Stefan Metzmacher1-8/+1
2013-08-10libcli/auth: add netsec_create_state()Stefan Metzmacher2-0/+26
2013-08-10libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bitStefan Metzmacher3-7/+16
2013-08-10auth/gensec: add gensec_security_by_auth_type()Stefan Metzmacher2-0/+29
2013-08-10auth/gensec: first check GENSEC_FEATURE_SESSION_KEY before returning NOT_IMPL...Stefan Metzmacher1-3/+4
2013-08-10s3:rpc_client: remove unused cli_rpc_pipe_open_ntlmssp_auth_schannel()Stefan Metzmacher2-89/+0
2013-08-10s3:rpc_client: remove netr_LogonGetCapabilities check from rpc_pipe_bind*Stefan Metzmacher1-149/+1
2013-08-10s3:rpc_client: add netr_LogonGetCapabilities to cli_rpc_pipe_open_schannel_wi...Stefan Metzmacher1-0/+101
2013-08-10s3:rpc_client: use netlogon_creds_copy before rpc_pipe_bindStefan Metzmacher1-12/+12
2013-08-10s3:rpc_client: fix/add AES downgrade detection to rpc_pipe_bind_step_two_done()Stefan Metzmacher1-12/+7
2013-08-10s3:rpcclient: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2-2/+4
2013-08-10s3:rpc_client: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher2-3/+6
2013-08-10s3:libnet_join: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-10s3:auth_domain: try to use NETLOGON_NEG_SUPPORTS_AESStefan Metzmacher1-1/+2
2013-08-10s3:libsmb: remove unused cli_state->is_guestloginStefan Metzmacher2-6/+0
2013-08-09torture: add smb2 FSCTL_[GET/SET]_COMPRESSION testDavid Disseldorp1-0/+84
2013-08-09lib: add FSCTL_[GET/SET]_COMPRESSION constantsDavid Disseldorp2-0/+14
2013-08-09torture: split out ioctl test file creation helperDavid Disseldorp1-56/+43
2013-08-09VFS plugin was sending the actual size of the volume instead of the total num...Susant Kumar Palai1-7/+4
2013-08-09doc: Fix prefix parameter name in vfs_full_audit man pageChristof Schmitt1-1/+1
2013-08-09docs: Add basic man page for vfs_syncops.Karolin Seeger1-0/+99
2013-08-07drs-cracknames: Add some debugs in the torture to know better which test has ...Matthieu Patou1-0/+4
2013-08-06Remove the knownfail flag on cracknames as it didn't fail anymoreMatthieu Patou1-2/+0
2013-08-06drs-cracksname: fix problems that prevented to pass our torture testsMatthieu Patou1-6/+21
2013-08-06drs-crackname: Fix error code so that we have the same as windowsMatthieu Patou1-0/+1
2013-08-06drs-cracknames: When cracking NT4 names we should just look at netbios for th...Matthieu Patou1-2/+1
2013-08-06drs-crackname: Fix cracknames for the format UNKNOWN when the data is actuall...Matthieu Patou1-1/+4
2013-08-06drs-cracknames: Reorganise the cracknames list so that similar format names a...Matthieu Patou1-6/+6
2013-08-06Add Notes related to DRSUAPIMatthieu Patou1-0/+1
2013-08-06s4-netlogon: honnor DS_RETURN_DNS_NAME flagMatthieu Patou1-0/+9
2013-08-06s4-netlogon: do not add \\ it has already be done in the fill_netlogon_samlog...Matthieu Patou1-1/+3
2013-08-06torture: Quiet a warning about set but not used variableMatthieu Patou1-8/+7
2013-08-06torture-drsuapi: Make the name of the dc variableMatthieu Patou1-3/+5
2013-08-06s3-netlogon: Connecting with the system token should be sufficient.Andreas Schneider1-2/+0