summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-12waf: replace dependency to libintl with samba_intlChristian Ambach3-4/+4
2013-08-09waf: consolidate libintl related checksChristian Ambach3-18/+41
2013-08-09waf: add --without-gettext optionChristian Ambach1-0/+3
2013-08-09waf: fix build on AIX7Christian Ambach1-1/+1
2013-08-10libcli/auth: add more const to spnego_negTokenInit->mechTypesStefan Metzmacher4-14/+19
2013-08-10libcli/auth: avoid possible mem leak in read_negTokenInit()Stefan Metzmacher1-4/+15
2013-08-10auth/gensec: treat struct gensec_security_ops as const if possible.Stefan Metzmacher8-66/+75
2013-08-10auth/gensec: use 'const char * const *' for function parametersStefan Metzmacher3-3/+3
2013-08-10auth/gensec: make it possible to implement async backendsStefan Metzmacher2-49/+160
2013-08-10auth/gensec: avoid talloc_reference in gensec_security_mechs()Stefan Metzmacher1-18/+9
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