mit-kdb: Add support for bad password count
[obnox/samba/samba-obnox.git] / source3 /
2016-03-17 Michael Adamsmbd: fix use after free via conn->fsp_fi_cache
2016-03-17 Michael Adamidmap_hash: only allow the hash module for default...
2016-03-17 Michael Adamidmap_hash: rename be_init() --> idmap_hash_initialize()
2016-03-17 Günther Deschners3:winbindd:idmap: check loadparm in domain_has_idmap_c...
2016-03-17 Günther Deschners3:winbindd:idmap_hash: skip domains that already have...
2016-03-17 Michael Adams3:winbindd:idmap: add domain_has_idmap_config() helper...
2016-03-17 Uri Simchonibuild: fix build when --without-quota specified
2016-03-17 Uri Simchonismbd: remove quota support for some ancient OSs
2016-03-16 Robin Hacksamba3.blackbox.smbclient_auth.plain: Add new regressio...
2016-03-15 Stefan Metzmachers3:wscript: pylibsmb depends on pycredentials
2016-03-15 Michael Adamsmbd: enable multi-channel if 'server multi channel...
2016-03-15 Jeremy Allisons3: vfs: vfs_xattr_tdb - cleanup. Remove unneeded varia...
2016-03-15 Jeremy Allisons3:vfs: Change get_acl_blob() to take a const smb_filen...
2016-03-15 Jeremy Allisons3:smbd: Change refuse_symlink() to take a const smb_fi...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_names_from_file() to take a...
2016-03-15 Jeremy Allisons3:smbd: Change get_ea_list_from_file_path() to take...
2016-03-15 Jeremy Allisons3: smbd: Change canonicalize_ea_name() to take a const...
2016-03-15 Jeremy Allisons3: smbd: Reformatting - remove unneeded const char...
2016-03-15 Jeremy Allisons3:vfs: vfs_streams_xattr.c: Change walk_xattr_streams...
2016-03-15 Jeremy Allisons3:vfs: vfs_streams_xattr.c - Remove duplicate code...
2016-03-15 Jeremy Allisons3: vfs: vfs_solarisacl. refuse_symlink() means we...
2016-03-15 Jeremy Allisons3: vfs: vfs_hpuxacl. refuse_symlink() means we can...
2016-03-15 Garming Sambuild: mark explicit dependencies on pytalloc-util
2016-03-14 Jeremy Allisons3:vfs: Change smbacl4_GetFileOwner() to take const...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change posix_get_nt_acl() from const char...
2016-03-14 Jeremy Allisons3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a...
2016-03-14 Jeremy Allisons3:smbd: Fix build for vfs_aixacl2.c.
2016-03-14 Jeremy Allisons3: smbd: Remove the last lp_posix_pathnames() in the...
2016-03-14 Michael Adamsmbd:smb2: remove an unnecessary !! cast.
2016-03-14 Günther Deschners3:libnet:libnet_join: update msDS-SupportedEncryptionT...
2016-03-14 Günther Deschners3:libnet:libnet_join: fill in output enctypes and...
2016-03-14 Günther Deschners3:libnet:libnet_join: define list of desired encryptio...
2016-03-14 Günther Deschners3:librpc:idl:libnet_join: add encryption types to...
2016-03-14 Günther Deschners3:libnet:libnet_join: always try to create machineacco...
2016-03-14 Günther Deschners3:libads:ldap: fix ads_check_ou_dn to deal with accoun...
2016-03-14 Günther Deschners3:libads:ndr: add ADS_AUTH_USER_CREDS to ndr_print_ads...
2016-03-14 Günther Deschners3:libads:ldap: print LDAP error message with log level 10.
2016-03-14 Günther Deschners3:libnet:libnet_join: prepare to allow connecting...
2016-03-14 Günther DeschnerPartly revert "s3:libads: setup the msDS-SupportedEncry...
2016-03-13 Stefan Metzmachers3:winbindd: don't unclude two '\0' at the end of the...
2016-03-13 Uri Simchonibuild: fix disk-free quota support on Solaris 10
2016-03-12 Andrew Bartlettsmbd: Only check dev/inode in open_directory, not the...
2016-03-11 Herwin WeststrateAdded MSV1_0_ALLOW_MSVCHAPV2 flag to ntlm_auth
2016-03-10 Volker Lendeckesmbd: Prevent a crash
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-10 Jeremy Allisons3:lib: Rewrite synthetic_smb_fname_split() to use...
2016-03-10 Jeremy Allisons3:lib. Add split_stream_filename() Not yet used.
2016-03-10 Stefan Metzmachers3:libsmb: remove unused functions in clispnego.c
2016-03-10 Stefan Metzmachers3:libsmb: remove unused cli_session_setup_kerberos...
2016-03-10 Stefan Metzmachers3:libsmb: make use of cli_session_setup_gensec*()...
2016-03-10 Stefan Metzmachers3:libsmb: call cli_state_remote_realm() within cli_ses...
2016-03-10 Stefan Metzmachers3:libsmb: provide generic cli_session_setup_gensec_sen...
2016-03-10 Stefan Metzmachers3:libsmb: let cli_session_setup_ntlmssp*() use gensec_...
2016-03-10 Stefan Metzmachers3:libsmb: unused ntlmssp.c
2016-03-10 Stefan Metzmachers3:libsmb: make use gensec based SPNEGO/NTLMSSP
2016-03-10 Stefan Metzmachers3:libads: make use of ads_sasl_spnego_gensec_bind...
2016-03-10 Stefan Metzmachers3:libads: keep service and hostname separately in...
2016-03-10 Stefan Metzmachers3:libads: don't pass given_principal to ads_generate_s...
2016-03-10 Stefan Metzmachers3:libads: provide a generic ads_sasl_spnego_gensec_bin...
2016-03-10 Stefan Metzmachers3:libads: make use of GENSEC_OID_SPNEGO in ads_sasl_sp...
2016-03-10 Stefan Metzmachers3:libads: make use of GENSEC_FEATURE_LDAP_STYLE
2016-03-10 Stefan Metzmachers3:libads: add missing TALLOC_FREE(frame) in error...
2016-03-10 Stefan Metzmachers3:ntlm_auth: also use gensec for "ntlmssp-client-1...
2016-03-10 Stefan Metzmacherwinbindd: make use of ntlmssp_resume_ccache backend...
2016-03-10 Stefan Metzmachers3:auth_generic: add "ntlmssp_resume_ccache" backend...
2016-03-10 Stefan Metzmachers3:ntlmssp: remove unused libsmb/ntlmssp_wrap.c
2016-03-10 Stefan Metzmachers3:auth_generic: make use of the top level NTLMSSP...
2016-03-10 Stefan Metzmacherwinbindd: pass an memory context to do_ntlm_auth_with_s...
2016-03-10 Stefan Metzmachers3:tests/test_ntlm_auth_s3: test ntlmssp-client-1 with...
2016-03-10 Stefan Metzmachers3:torture/test_ntlm_auth.py: add --client-use-cached...
2016-03-10 Stefan Metzmachers3:torture/test_ntlm_auth.py: replace tabs with whitespaces
2016-03-10 Stefan Metzmachers3:ntlm_auth: fix --use-cached-creds with ntlmssp-client-1
2016-03-10 Stefan Metzmachers3:auth_generic: add auth_generic_client_start_by_sasl()
2016-03-10 Stefan Metzmachers3:auth_generic: add auth_generic_client_start_by_name()
2016-03-10 Stefan Metzmachers3:librpc/gse: implement gensec_gse_max_{input,wrapped...
2016-03-10 Stefan Metzmachers3:librpc/gse: don't log gss_acquire_creds failed at...
2016-03-10 Stefan Metzmachers3:librpc/gse: correctly support GENSEC_FEATURE_SESSION_KEY
2016-03-10 Stefan Metzmachers3:librpc/gse: set GSS_KRB5_CRED_NO_CI_FLAGS_X in gse_i...
2016-03-10 Stefan Metzmachers3:librpc/gse: fix debug message in gse_init_client()
2016-03-10 Stefan Metzmachers3:librpc/gse: make use of GSS_C_EMPTY_BUFFER in gse_in...
2016-03-10 Stefan Metzmachers3:libads: remove unused ads_connect_gc()
2016-03-10 Stefan Metzmachers3:selftest: run samba3.blackbox.smbclient_auth.plain...
2016-03-10 Stefan Metzmachers3:test_smbclient_auth.sh: test using the ip address...
2016-03-10 Andreas Schneiders3-libnet: Allow the keytab function to use a relative...
2016-03-10 Andreas Schneiderkrb5_wrap: Move smb_krb5_kt_add_entry() to krb5_wrap
2016-03-10 Andreas Schneiders3-libads: Use the C99 boolean false
2016-03-10 Andreas Schneiders3-libads: Call smb_krb5_create_key_from_string() directly
2016-03-10 Andreas Schneiders3-libads: Pass down the salt principal in smb_krb5_kt_...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: torture3: Add new POSIX-SYMLINK...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: libsmb: Add SMB1-only POSIX cli_posi...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: libsmb: Rename cli_posix_getfaclXX...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Silently return no EA's availa...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Set return values early, allow...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL...
2016-03-10 Jeremy AllisonCVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL...
next