summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Disable git snapshots for the 4.3.10 release.samba-4.3.10Karolin Seeger2016-06-141-1/+1
* WHATSNEW: Add release notes for Samba 4.3.10.Karolin Seeger2016-06-141-2/+102
* lib: replace: snprintf - Fix length calculation for hex/octal 64-bit values.Lorinczy Zsigmond2016-06-091-3/+3
* samba-too: Allow 'samba-tool fsmo' to cope with empty or missing fsmo rolesRowland Penny2016-06-023-98/+168
* s3:client:smbspool_krb5_wrapper: fix the non clearenv build.Günther Deschner2016-06-011-2/+6
* Provide fallback code for non-portable clearenv(3)Jérémie Courrèges-Anglas2016-06-012-1/+7
* 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
* 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: 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: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
* vfs_fruit: add an option that allows disabling POSIX rename behaviourRalph Boehme2016-05-092-1/+16
* s3:smbd/filename remove smelly codeChristian Ambach2016-05-091-28/+0
* s3:smbd/service apply some code formattingChristian Ambach2016-05-091-23/+29
* s3:smbd/service disable case-sensitivity for SMB2/3 connectionsChristian Ambach2016-05-091-1/+3
* Correctly set cli->raw_status for libsmbclient in SMB2 codeRobin McCorkell2016-05-091-1/+15
* VERSION: Bump version up to 4.3.10...Karolin Seeger2016-05-021-2/+2
* VERSION: Disable git snapshots for the 4.3.9 release.samba-4.3.9Karolin Seeger2016-05-021-1/+1
* WHATSNEW: Add release date.Karolin Seeger2016-05-021-1/+1
* WHATSNEW: Update release notes.Karolin Seeger2016-04-291-0/+13
* 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
* s4:auth_anonymous: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-291-0/+30