summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: smbcacls: Ensure we read a hex number as %x, not %u.Jeremy Allison2015-06-011-1/+1
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-212-0/+28
* libads: record service ticket endtime for sealed ldap connectionsUri Simchoni2015-05-201-0/+23
* s3: smbd: VFS: fake_acl module called get_full_smb_filename() with a stream p...Jeremy Allison2015-05-201-2/+18
* s3: smbd: VFS: For all EA and ACL calls use synthetic_smb_fname(), not synthe...Jeremy Allison2015-05-204-4/+4
* s3: smbd: VFS: All the places that are currently calling vfs_stat_smb_fname()...Jeremy Allison2015-05-206-19/+26
* s3: smbd: VFS: Add vfs_stat_smb_basename() - to be called when we *know* stre...Jeremy Allison2015-05-202-0/+28
* vfs_gpfs: move failure label before END_PROFILERalph Boehme2015-05-201-1/+1
* vfp_gpfs: ensure END_PROFILE is always calledRalph Boehme2015-05-201-2/+7
* s3:selftest: run smb2.notify with --signing=requiredStefan Metzmacher2015-05-201-0/+3
* s3:smb2_sesssetup: remove unused smbd_smb2_session_setup_* destructorsStefan Metzmacher2015-05-201-59/+0
* s3:smb2_sesssetup: add smbd_smb2_session_setup_wrap_send/recv()Stefan Metzmacher2015-05-201-15/+171
* s3:smb2_sesssetup: always assign smb2req->session when a session was created.Stefan Metzmacher2015-05-201-1/+1
* s3:smb2_sesssetup: let smbd_smb2_logoff_* use smbXsrv_session_shutdown_*Stefan Metzmacher2015-05-201-60/+15
* s3:smbXsrv_session: cancel pending requests when we logoff a previous sessionStefan Metzmacher2015-05-201-7/+38
* s3:smbXsrv_session: add smb2srv_session_shutdown_send/recv helper functionsStefan Metzmacher2015-05-202-0/+112