summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.4.5 release.samba-4.4.5Karolin Seeger2016-07-051-1/+1
* WHATSNEW: Add release notes for Samba 4.4.5.Karolin Seeger2016-07-051-2/+75
* 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
* dcerpc.idl: remove unused DCERPC_NCACN_PAYLOAD_MAX_SIZEStefan Metzmacher2016-07-051-1/+0
* s4:rpc_server: use a variable for the max total reassembled request payloadStefan Metzmacher2016-07-052-2/+6
* s4:librpc/rpc: allow a total reassembled response payload of 240 MBytesStefan Metzmacher2016-07-052-2/+6
* dcerpc.idl: add DCERPC_NCACN_{REQUEST,RESPONSE}_DEFAULT_MAX_SIZEStefan Metzmacher2016-07-051-0/+17
* VERSION: Bump version up to 4.4.5...Karolin Seeger2016-07-041-2/+2
* VERSION: Disable git snapshots for the 4.4.4 release.samba-4.4.4Karolin Seeger2016-06-031-1/+1
* WHATSNEW: Add release notes for Samba 4.4.4.Karolin Seeger2016-06-031-2/+115
* samba-too: Allow 'samba-tool fsmo' to cope with empty or missing fsmo rolesRowland Penny2016-06-023-98/+168
* smbd: dfree - ignore quota if not enforcedUri Simchoni2016-06-012-3/+31
* selftest: add disk-free quota testsUri Simchoni2016-06-012-0/+14
* vfs_fake_dfq: add more mocking optionsUri Simchoni2016-06-011-1/+14
* s3:selftest add a test for rpcclient --pw-nt-hash optionChristian Ambach2016-05-312-0/+32
* s3:rpcclient make --pw-nt-hash option workChristian Ambach2016-05-311-0/+3
* s3-smbd: Support systemd 230Alexander Bokovoy2016-05-311-5/+5
* s3-smbspool: Log to stderrAndreas Schneider2016-05-311-1/+1
* Fix memory leak in share mode locking.Hemanth Thummala2016-05-311-0/+5
* s3-quotas: fix sysquotas_4B quota fetching for BSDUri Simchoni2016-05-311-0/+6
* notifyd: prevent NULL deref segfault in notifyd_peer_destructorMichael Adam2016-05-311-1/+4
* s3-net: Convert the key_name to UTF8 during migrationAndreas Schneider2016-05-311-6/+84
* packaging: Set default limit for core file size in service filesAnoop C S2016-05-312-0/+2
* packaging: Set default limit for core file size in init scriptsAnoop C S2016-05-314-0/+8
* packaging: Remove ulimit usage for setting core file size limitAnoop C S2016-05-312-2/+0
* s3: auth: Move the declaration of struct dom_sid tmp_sid to function level sc...Jeremy Allison2016-05-311-1/+1
* s3:rpcclient: make use of SMB_SIGNING_IPC_DEFAULTStefan Metzmacher2016-05-311-1/+12
* smbd:close: only remove kernel share modes if they had been taken at openMichael Adam2016-05-312-7/+12
* s3:vfs: add 'kernel_share_modes_taken' to files_structMichael Adam2016-05-311-0/+2
* s3:client:smbspool_krb5_wrapper: fix the non clearenv build.Günther Deschner2016-05-311-2/+6
* Provide fallback code for non-portable clearenv(3)Jérémie Courrèges-Anglas2016-05-312-1/+7
* smbd: Fix an assertVolker Lendecke2016-05-311-0/+1
* s3:ntlm_auth: make ntlm_auth_generate_session_info() more completeStefan Metzmacher2016-05-311-5/+46
* s3:smbd: fix anonymous authentication if signing is mandatoryStefan Metzmacher2016-05-311-2/+6
* libcli/auth: let msrpc_parse() return talloc'ed empty stringsStefan Metzmacher2016-05-171-4/+20
* s3:libsmb/clifile use correct value for MaxParameterCount for setting EAsChristian Ambach2016-05-121-1/+1
* pdb: Fix segfault in pdb_ldap for missing gecosLuca Olivetti2016-05-121-3/+3
* s3-kerberos: avoid entering a password change dialogue also when using MIT.Günther Deschner2016-05-112-24/+36
* s3:libnet:libnet_join: add netbios aliases as SPNsRalph Boehme2016-05-091-0/+60
* init: set core file size to unlimited by defaultRaghavendra Talur2016-05-093-0/+3
* source3: Honor the core soft limit of the OS.Ira Cooper2016-05-091-15/+0
* heimdal: encode/decode kvno as signed integerUri Simchoni2016-05-093-3/+3
* torture:smb2: Add test replay6 to verify Error Codes for DurableHandleReqV2 r...Anubhav Rakshit2016-05-091-2/+209
* lib/torture: add torture_assert_u64_not_equal_goto macroGünther Deschner2016-05-091-0/+12
* torture:smb2: add test for checking sequence number wrap around.Günther Deschner2016-05-092-0/+267
* libcli:smb:smbXcli_base: add smb2cli_session_current_channel_sequence() call.Günther Deschner2016-05-092-0/+6
* smbd:smb2: add some asserts before decrementing the countersMichael Adam2016-05-091-0/+2
* smbd:smb2: update outstanding request counters before sending a replyMichael Adam2016-05-091-0/+37