auth: Generate a human readable Authentication log message.
[amitay/samba.git] / source3 /
2017-03-29 Gary Lockyerauth: Generate a human readable Authentication log...
2017-03-29 Andrew Bartletts3-auth: Split out get_user_sid_info3_and_extra() from...
2017-03-29 Andrew Bartlettwinbindd: Clarify that we do not pre-hash the password...
2017-03-29 Andrew Bartlettauth: Add "auth_description" to allow logs to distingui...
2017-03-29 Andrew Bartlettauth: Add a reminder about the strings currently used...
2017-03-29 Andrew Bartlettauth: Fill in user_info->service_description from all...
2017-03-29 Andrew Bartlettntlm_auth: Set ntlm_auth as the service_description...
2017-03-29 Andrew Bartletts3-auth: Pass service_description into gensec via auth_...
2017-03-28 Ralph Boehmes3/smbd: make copy chunk asynchronous
2017-03-28 Ralph Boehmevfs_default: move check for fsp->op validity
2017-03-28 Ralph Boehmes3/smbd: optimize copy-chunk by merging chunks if possible
2017-03-28 Ralph Boehmes3/smbd: implement a serializing async copy-chunk loop
2017-03-28 Ralph Boehmes3/smbd: move cc_copy into fsctl_srv_copychunk_state
2017-03-28 Ralph Boehmevfs_default: let copy_chunk_send use const from IDL
2017-03-28 Ralph Boehmes3/smbd: move copychunk ioctl limits to IDL
2017-03-28 Uri Simchonis3-libsmb: support rename and replace for SMB1
2017-03-28 Uri Simchonis3-libsmb: fail rename and replace inside cifs variant
2017-03-28 Uri Simchonis3-libsmb: cli_cifs_rename_send()
2017-03-28 Uri Simchonismbclient: add -f option to rename command
2017-03-28 Uri Simchonis3: libsmb: add replace support to cli_rename()
2017-03-28 Uri Simchonis3: libsmb: add replace support to SMB2 rename
2017-03-28 Volker Lendeckelib: Remove an unnecessary include
2017-03-28 Volker Lendeckelib: Remove unused winbind_get_groups and _get_sid_aliases
2017-03-28 Jeremy Allisons3: Test for CVE-2017-2619 regression with "follow...
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: smbd: Fix "follow symlink = no" regression part 2.
2017-03-28 Jeremy Allisons3: Fixup test for CVE-2017-2619 regression with "follo...
2017-03-28 Jeremy Allisons3: Test for CVE-2017-2619 regression with "follow...
2017-03-28 Jeremy Allisons3: smbd: Fix incorrect logic exposed by fix for the...
2017-03-27 Andrew Bartlettselftest: Add more RODC tests to avoid regressions...
2017-03-27 Andrew Bartlettauth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10...
2017-03-26 Uri Simchoniselftest: tests for vfs_fruite file-id behavior
2017-03-26 Uri Simchonivfs_fruit: enable zero file id
2017-03-26 Uri Simchonismbd: add zero_file_id flag
2017-03-24 Jeremy Allisons3: smbd: Change "strict sync" paramter from "no" to...
2017-03-24 Stefan Metzmacherauth3: handle ROLE_ACTIVE_DIRECTORY_DC before lp_auth_m...
2017-03-24 Stefan Metzmacherauth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METH...
2017-03-24 Stefan Metzmacherwinbindd: no longer use USER_INFO_LOCAL_SAM_ONLY
2017-03-24 Stefan Metzmacherauth3: only use "[samba4:]sam" in make_auth3_context_fo...
2017-03-24 Stefan Metzmacherauth: let auth4_context->check_ntlm_password() return...
2017-03-24 Stefan Metzmacherntlm_auth3: let contact_winbind_auth_crap() return...
2017-03-24 Stefan Metzmacherauth4: let auth_check_password* return pauthoritative
2017-03-24 Stefan Metzmacherauth3: let auth_check_ntlm_password() return pauthoritative
2017-03-24 Stefan Metzmacherwinbindd: let winbindd_dual_auth_passdb() return pautho...
2017-03-24 Volker Lendeckewinbindd: NT_STATUS_CANT_ACCESS_DOMAIN_INFO means ...
2017-03-24 Stefan Metzmacherauth3: make make_auth_context_subsystem() static
2017-03-24 Stefan Metzmacherwinbindd: make use of make_auth3_context_for_winbind()
2017-03-24 Stefan Metzmachernetlogond3: make use of make_auth3_context_for_netlogon()
2017-03-24 Stefan Metzmacherpdbtest: make use of make_auth3_context_for_ntlm()
2017-03-24 Stefan Metzmacherauth3: make use of make_auth3_context_for_ntlm()
2017-03-24 Stefan Metzmacherauth3: add make_auth3_context_for_{ntlm,netlogon,winbind}
2017-03-24 Volker Lendeckeauth3: Remove unused make_auth_context_fixed
2017-03-24 Volker Lendeckepdbtest: Call make_auth_context_subsystem directly
2017-03-24 Stefan Metzmachernetlogond3: only call make_auth_context_subsystem(...
2017-03-24 Volker Lendeckenetlogond3: Call make_auth_context_subsystem directly
2017-03-24 Volker Lendeckenetlogond3: "authorititative" is a uint8
2017-03-24 Volker Lendeckewinbindd: Call make_auth_context_subsystem directly
2017-03-24 Volker Lendeckeauth3: Introduce auth3_context_set_challenge
2017-03-24 Volker Lendeckeauth3: Simplify the logic in auth_check_ntlm_password
2017-03-24 Volker Lendeckeauth3: Don't try other auth modules on any error
2017-03-24 Volker Lendeckeauth3: Introduce make_auth_context_specific
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-24 Volker Lendeckeauth3: Slightly simplify make_auth_context_subsystem...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Use the new non_widelink_open...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Add the core functions to...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Move special handling of symli...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Remove O_NOFOLLOW guards....
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Correctly fallback to open_dir...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Move the reference counting...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() - Fix memory...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: OpenDir_fsp() use early returns.
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create and use open_dir_safely...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Opendir_internal() early retur...
2017-03-23 Jeremy AllisonCVE-2017-2619: s3: smbd: Create wrapper function for...
2017-03-23 Ralph BoehmeCVE-2017-2619: s3/smbd: re-open directory after dptr_Cl...
2017-03-23 Volker Lendeckenet: Don't crash if lsa_LookupPrivDisplayName returns...
2017-03-22 Andreas Schneiders3:libads: Remove obsolete smb_krb5_get_ntstatus_from_i...
2017-03-22 Volker Lendeckeidmap_rfc2307: Slightly simplify idmap_rfc2307_initialize()
2017-03-22 Volker Lendeckeidmap_tdb: Avoid a few casts
2017-03-21 Andreas Schneiders3:libsmb: Only print error message if kerberos use...
2017-03-20 Volker Lendeckeidmap_autorid: Use idmap_config_int
2017-03-20 Volker Lendeckeidmap_rid: Use idmap_config_int
2017-03-20 Volker Lendeckewinbind: Add idmap_config_int
2017-03-20 Volker Lendeckeidmap_autorid: Use idmap_config_bool
2017-03-20 Volker Lendeckeidmap_ad: Use idmap_config_bool
2017-03-20 Volker Lendeckeidmap_rfc2307: Use idmap_config_bool
2017-03-20 Volker Lendeckeidmap: Use idmap_config_bool in idmap_init_domain
2017-03-20 Volker Lendeckewinbind: Add idmap_config_bool()
2017-03-20 Volker Lendeckeidmap_ad: Use idmap_config_const_string
2017-03-20 Volker Lendeckeidmap_rfc2307: Use idmap_config_const_string
2017-03-20 Volker Lendeckeidmap_ldap: Use idmap_config_const_string
2017-03-20 Volker Lendeckeidmap_ldap: Use idmap_config_const_string
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_init_domain
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_script_...
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_tdb2_db...
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in wb_xids2sids_...
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in idmap_init_na...
2017-03-20 Volker Lendeckewinbind: Use idmap_config_const_string in domain_has_id...
2017-03-20 Volker Lendeckewinbind: Add idmap_config_const_string
2017-03-18 Volker Lendeckes3:winbind: Use the correct talloc context for user...
next