summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* s4:librpc/rpc: fix padding caclucation in ncacn_push_request_sign()Stefan Metzmacher2015-07-111-1/+1
* s4:librpc/rpc: let ncacn_push_request_sign() handle sig_size == 0 with auth_i...Stefan Metzmacher2015-07-111-1/+4
* s4:librpc/rpc: let dcerpc_ship_next_request() use a sig_size for a padded pay...Stefan Metzmacher2015-07-111-1/+6
* s4:librpc/rpc: let dcerpc_ship_next_request() use DCERPC_AUTH_PAD_ALIGNMENT d...Stefan Metzmacher2015-07-111-1/+1
* 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
* librpc/rpc: add DCERPC_AUTH_PAD_LENGTH(stub_length) helper macroStefan Metzmacher2015-07-111-0/+6
* dcerpc.idl: add DCERPC_AUTH_PAD_ALIGNMENT (=16)Stefan Metzmacher2015-07-111-0/+1
* auth/gensec: make sure gensec_start_mech_by_authtype() resets SIGN/SEAL befor...Stefan Metzmacher2015-07-111-0/+6
* auth/gensec: gensec_[un]seal_packet() should only work with GENSEC_FEATURE_DC...Stefan Metzmacher2015-07-111-0/+14
* 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
* docs: overhaul the description of "smb encrypt" to include SMB3 encryption.Michael Adam2015-06-301-33/+199
* docs: Change smb encrypt default in docs to match s3 and lib/paramAndrew Bartlett2015-06-301-2/+2
* s3: smbd: Codenomicon crash in do_smb_load_module().Jeremy Allison2015-06-301-0/+5
* 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
* VERSION: Bump version up to 4.1.20...Karolin Seeger2015-06-201-2/+2
* VERSION: Disable git snapshots for the 4.1.19 release.samba-4.1.19Karolin Seeger2015-06-201-1/+1
* WHATSNEW: Add release notes for Samba 4.1.19.Karolin Seeger2015-06-201-3/+82
* 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-092-10/+64
* idmap_rfc2307: Fix wbinfo --gid-to-sid queryChristof Schmitt2015-06-091-1/+1
* s4.2/fsmo.py: fixed fsmo transfer exceptionSteve Howells2015-06-091-1/+0
* s3: IPv6 enabled DNS connections for ADS clientDavid Holder2015-06-022-41/+86
* 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
* s4:torture:smb2:compound: compound read and paddingRalph Boehme2015-06-011-0/+239
* 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
* s4: libcli/finddcs_cldap: continue processing CLDAP until all addresses are usedAlexander Bokovoy2015-05-211-10/+32
* s3:winbindd: make sure we remove pending io requests before closing client so...Stefan Metzmacher2015-05-212-0/+28
* s4:lib/tls: fix build with gnutls 3.4Evangelos Foutras2015-05-212-8/+2
* 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