summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-EA test.Jeremy Allison2016-02-242-1/+179
* CVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK-ACL test.Jeremy Allison2016-02-242-1/+199
* CVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posix_setacl() functions. ...Jeremy Allison2016-02-242-0/+111
* CVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX() functions to cli_posi...Jeremy Allison2016-02-243-19/+19
* CVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.Jeremy Allison2016-02-241-0/+5
* CVE-2015-7560: s3: smbd: Silently return no EA's available on a symlink.Jeremy Allison2016-02-241-0/+9
* CVE-2015-7560: s3: smbd: Set return values early, allows removal of code dupl...Jeremy Allison2016-02-241-8/+5
* CVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL on a symlink.Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to set an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+6
* CVE-2015-7560: s3: smbd: Refuse to get an ACL from a POSIX file handle on a s...Jeremy Allison2016-02-241-0/+7
* CVE-2015-7560: s3: smbd: Add refuse_symlink() function that can be used to pr...Jeremy Allison2016-02-241-0/+28
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in SMBC_ser...Stefan Metzmacher2015-12-101-3/+12
* CVE-2015-5296: s3:libsmb: force signing when requiring encryption in do_conne...Stefan Metzmacher2015-12-101-1/+6
* CVE-2015-5299: s3-shadow-copy2: fix missing access check on snapdirJeremy Allison2015-12-101-0/+45
* CVE-2015-5252: s3: smbd: Fix symlink verification (file access outside the sh...Jeremy Allison2015-12-101-3/+10
* s3: winbindd: Fix TALLOC_FREE of uninitialized groups variable.Jeremy Allison2015-08-311-1/+1
* s3-util: Compare the maximum allowed length of a NetBIOS nameRoel van Meer2015-08-311-1/+1
* s3-net: use talloc array in share allowedusersRalph Boehme2015-08-171-4/+20
* s3-passdb: Respect LOOKUP_NAME_GROUP flag in sid lookup.Justin Maggard2015-08-032-3/+3
* s3-auth: Fix a possible null pointer dereferenceAndreas Schneider2015-07-211-1/+3
* s3-smbd: Leave sys_disk_free() if dfree command is usedAndreas Schneider2015-07-211-16/+13
* s3-smbd: reset protocol in smbXsrv_connection_init_tables failure paths.Günther Deschner2015-07-191-1/+6
* s3:libsmb: Fix a bug in conversion of ea list to ea array.Anubhav Rakshit2015-07-191-1/+1
* smbd:trans2: treat new SMB_SIGNING_DESIRED in caseMichael Adam2015-07-191-0/+1
* smbd:smb2: use encryption_desired in send_breakMichael Adam2015-07-191-2/+2
* smbd:smb2: only enable encryption in tcon if desiredMichael Adam2015-07-191-3/+6
* smbd:smb2: only enable encryption in session if desiredMichael Adam2015-07-191-3/+4
* smbd:smb2: separate between encryption required and enc desiredMichael Adam2015-07-192-4/+17
* smbXsrv: add bools encryption_desired to session and tconMichael Adam2015-07-191-0/+2
* smbd: Make SMB3 clients use encryption with "smb encrypt = auto"Volker Lendecke2015-07-192-0/+10
* s3:rpc_server: remove pad handling from api_pipe_alter_context()Stefan Metzmacher2015-07-111-25/+2
* s3:librpc/rpc: fix padding calculation in dcerpc_guess_sizes()Stefan Metzmacher2015-07-114-16/+10
* s3:librpc/rpc: allow up to DCERPC_AUTH_PAD_ALIGNMENT padding bytes in dcerpc_...Stefan Metzmacher2015-07-111-1/+3
* winbindd: winbindd_raw_kerberos_login - ensure logon_info exists in PAC.Jeremy Allison2015-07-111-0/+6
* kerberos auth info3 should contain resource group ids available from pac_logonNoel Power2015-07-111-3/+7
* s3: auth: Fix winbindd_pam_auth_pac_send() to create a new info3 and merge in...Jeremy Allison2015-07-111-2/+22
* s3: auth: Change auth3_generate_session_info_pac() to use a copy of the info3...Jeremy Allison2015-07-111-2/+9
* s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2015-07-112-0/+80
* s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison2015-07-113-6/+6
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2015-07-113-4/+4
* s3:winbindd: make sure we pass a valid server to rpccli_netlogon_sam_network_...Stefan Metzmacher2015-06-301-5/+2
* s3: smbd: Use separate flag to track become_root()/unbecome_root() state.Jeremy Allison2015-06-301-2/+6
* s3:param/loadparm fix testparm --show-all-parametersChristian Ambach2015-06-301-1/+1
* s3: libsmbclient: Re-resolving targetcli on every read/write/lseek/ftruncate/...Jeremy Allison2015-06-102-185/+22
* nsswitch: Extend idmap_rfc2307 testcase for reverse lookupChristof Schmitt2015-06-091-1/+1
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-091-1/+1
* Add IPv6 support for determining FQDN during ADS join.David Holder2015-06-011-20/+32
* Add IPv6 support to ADS client side LDAP connects. Corrected format for IPv6 ...David Holder2015-06-011-1/+7
* s3:smb2: add padding to last command in compound requestsRalph Boehme2015-06-011-4/+12