summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb-samba: Add "secret" as a value to hide in LDIF filesv4-2-testAndrew Bartlett2016-08-151-1/+1
* python/tests: add auth_pad test for the dcerpc raw_protocol testStefan Metzmacher2016-08-041-0/+548
* s4:rpc_server: generate the correct error when we got an invalid auth_pad_len...Stefan Metzmacher2016-08-042-3/+28
* librpc/rpc: ignore invalid auth_pad_length values in BIND, ALTER and AUTH3 pdusStefan Metzmacher2016-08-041-0/+16
* librpc/rpc: let dcerpc_pull_auth_trailer() check that auth_pad_length fits wi...Stefan Metzmacher2016-08-041-0/+37
* librpc/rpc: let dcerpc_pull_auth_trailer() only accept auth_length!=NULL or a...Stefan Metzmacher2016-08-041-0/+8
* s4:librpc/rpc: don't ask for auth_length if we ask for auth data onlyStefan Metzmacher2016-08-041-6/+2
* s4:rpc_server: parse auth data only for BIND,ALTER_REQ,AUTH3Stefan Metzmacher2016-08-041-6/+3
* VERSION: Bump version up to 4.2.15...Stefan Metzmacher2016-07-081-1/+1
* Merge tag 'samba-4.2.14' into v4-2-testKarolin Seeger2016-07-0717-28/+153
|\
| * VERSION: Disable git snapshots for the 4.2.14 release.samba-4.2.14v4-2-stableKarolin Seeger2016-07-051-1/+1
| * WHATSNEW: Add release notes for Samba 4.2.14.Karolin Seeger2016-07-051-2/+81
| * CVE-2016-2019: s3:selftest: add regression tests for guest logins and mandato...Stefan Metzmacher2016-07-051-0/+4
| * CVE-2016-2019: s3:libsmb: add comment regarding smbXcli_session_is_guest() wi...Stefan Metzmacher2016-07-051-0/+3
| * CVE-2016-2019: libcli/smb: don't allow guest sessions if we require signingStefan Metzmacher2016-07-051-2/+17
| * ctdb-common: For AF_PACKET socket types, protocol is in network orderAmitay Isaacs2016-07-041-3/+3
| * ctdb-common: Use documented names for protocol family in socket()Amitay Isaacs2016-07-046-12/+12
| * ctdb-common: Protocol argument must be in host order for socket() callAmitay Isaacs2016-07-046-10/+10
| * dcerpc.idl: remove unused DCERPC_NCACN_PAYLOAD_MAX_SIZEStefan Metzmacher2016-07-041-1/+0
| * s4:rpc_server: use a variable for the max total reassembled request payloadStefan Metzmacher2016-07-042-2/+6
| * s4:librpc/rpc: allow a total reassembled response payload of 240 MBytesStefan Metzmacher2016-07-042-2/+6
| * dcerpc.idl: add DCERPC_NCACN_{REQUEST,RESPONSE}_DEFAULT_MAX_SIZEStefan Metzmacher2016-07-041-0/+17
| * VERSION: Bump version up to 4.2.14...Karolin Seeger2016-07-041-2/+2
* | VERSION: Bump version up to 4.2.14...Karolin Seeger2016-06-161-2/+2
|/
* VERSION: Disable git snapshots for the 4.2.13 release.samba-4.2.13Karolin Seeger2016-06-161-1/+1
* WHATSNEW: Add release notes for Samba 4.2.13.Karolin Seeger2016-06-161-2/+56
* s3: krb5: keytab - The done label can be jumped to with context == NULL.Jeremy Allison2016-06-151-10/+8
* smbd: Fix an assertVolker Lendecke2016-06-021-0/+1
* s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison2016-06-011-1/+1
* s3:rpcclient: make use of SMB_SIGNING_IPC_DEFAULTStefan Metzmacher2016-05-301-1/+12
* s3:smbd: fix anonymous authentication if signing is mandatoryStefan Metzmacher2016-05-301-2/+6
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-301-5/+46
* libcli/auth: let msrpc_parse() return talloc'ed empty stringsStefan Metzmacher2016-05-171-4/+20
* VERSION: Bump version up to 4.2.12...Karolin Seeger2016-05-021-2/+2
* VERSION: Disable git snapshots for the 4.2.12 release.samba-4.2.12Karolin Seeger2016-05-021-1/+1
* WHATSNEW: Add release date.Karolin Seeger2016-05-021-1/+1
* WHATSNEW: Last bugfix release.Karolin Seeger2016-04-291-1/+2
* WHATSNEW: Update release notes.Karolin Seeger2016-04-291-0/+12
* s3:selftest: add smbclient_ntlm testsStefan Metzmacher2016-04-292-1/+43
* selftest:Samba4: let fl2000dc use Windows2000 style SPNEGO/NTLMSSPStefan Metzmacher2016-04-291-1/+5
* selftest:Samba4: let fl2000dc use Windows2000 supported_enctypesStefan Metzmacher2016-04-292-0/+16
* s3:test_smbclient_auth.sh: this script reqiures 5 argumentsStefan Metzmacher2016-04-291-1/+1
* selftest:Samba4: provide DC_* variables for fl2000dc and fl2008r2dcStefan Metzmacher2016-04-291-0/+14
* auth/ntlmssp: add ntlmssp_{client,server}:force_old_spnego option for testingStefan Metzmacher2016-04-292-0/+10
* auth/spnego: add spnego:simulate_w2k option for testingStefan Metzmacher2016-04-291-1/+27
* auth/ntlmssp: do map to guest checking after the authenticationStefan Metzmacher2016-04-292-15/+41
* s3:smbd: only mark real guest sessions with the GUEST flagStefan Metzmacher2016-04-292-6/+7
* s3:smbd: make use SMB_SETUP_GUEST constantStefan Metzmacher2016-04-291-3/+3
* libcli/security: implement SECURITY_GUESTStefan Metzmacher2016-04-294-0/+12
* s3:auth_builtin: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-291-7/+40