summaryrefslogtreecommitdiff
path: root/source4/auth
Commit message (Expand)AuthorAgeFilesLines
* auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_i...Stefan Metzmacher2016-07-221-0/+35
* auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6Stefan Metzmacher2016-06-301-8/+7
* s4:auth/kerberos: improve error message in kerberos_pac_to_user_info_dc()Stefan Metzmacher2016-06-301-1/+6
* s4:auth: fill user_principal_* and dns_domain_name in authsam_make_user_info_...Stefan Metzmacher2016-06-303-1/+27
* s4:auth: make use of lpcfg_sam_name() in authsam_get_user_info_dc_principal()Stefan Metzmacher2016-06-301-1/+1
* s4:auth/sam: update the logonCount for interactive logonsStefan Metzmacher2016-06-301-0/+16
* s4:auth/sam: don't update lastLogon just because it's 0 currentlyStefan Metzmacher2016-06-301-3/+1
* s4:auth/sam: only reset badPwdCount when the effetive value is not 0 alreadyStefan Metzmacher2016-06-301-6/+12
* s4:auth_sam: don't allow interactive logons with UF_SMARTCARD_REQUIREDStefan Metzmacher2016-06-301-1/+15
* s4:auth/sam: use "msDS-UserPasswordExpiryTimeComputed" instead of samdb_resul...Stefan Metzmacher2016-06-301-5/+5
* s4-ntlm: Fix a NULL pointer dereference in error pathAndreas Schneider2016-06-221-2/+4
* s4:auth_anonymous: anonymous authentication doesn't allow a passwordStefan Metzmacher2016-04-281-0/+30
* s4:gensec_tstream: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher2016-04-281-1/+5
* CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher2016-04-121-1/+3
* s4:pygensec: make sig_size() and sign/check_packet() availableStefan Metzmacher2016-03-101-0/+83
* s4/auth/ntlm/auth_unix.c: add parensAurelien Aptel2016-03-101-1/+1
* pyauth: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-6/+1
* pygensec: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett2016-03-081-6/+1
* pygensec: Use pytalloc_steal() in gensec_start_{client,server}()Andrew Bartlett2016-03-081-41/+31
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij2016-01-131-1/+1
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-132-0/+2
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* lib: Use asn1_current_ofs()Volker Lendecke2016-01-061-1/+2
* lib: Use asn1_extract_blob()Volker Lendecke2016-01-061-1/+3
* lib: Use asn1_set_error()Volker Lendecke2016-01-061-1/+1
* lib: Use asn1_has_error()Volker Lendecke2016-01-061-1/+1
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-152-12/+151
* auth: increase resolution for password grace period calculationDouglas Bagnall2015-12-151-1/+3
* gensec: Fix picky unused variable errorsAndreas Schneider2015-11-231-1/+3
* s4-auth: Fix picky unused variable warningAndreas Schneider2015-11-231-0/+4
* s4-auth: Fix some debugging and crash in error casesGünther Deschner2015-11-131-5/+10
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* ntlm auth: spelling fixesDouglas Bagnall2015-10-161-3/+3
* selftest: Add test for GSSAPI with no authenticator checksum modeAndrew Bartlett2015-08-051-2/+1
* gensec: Add an option emulating another mode a client building GSSAPI/krb5 ma...Andrew Bartlett2015-08-051-3/+9
* s4-auth: Call krb5_get_init_creds_opt_set_canonicalize() in MIT case.Günther Deschner2015-07-301-1/+8
* s3-auth: Add MIT return code for KDC not reachableAndreas Schneider2015-07-301-0/+1
* s4-auth: Make sure error_string is correctly initializedAndreas Schneider2015-07-211-21/+29
* s4-kerberos: Make sure we handle kvno's in keytabs correctlyAndreas Schneider2015-07-171-2/+9
* s4-auth: Always pass down the salt principalAndreas Schneider2015-07-171-90/+11
* s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider2015-07-171-222/+48
* s4-auth: Add smb_krb5_remove_obsolete_keytab_entries()Andreas Schneider2015-07-171-0/+157
* s4-auth: Add smb_krb5_create_principals_array()Andreas Schneider2015-07-171-0/+86
* Fix gensec_gssapi compilation for i386Douglas Bagnall2015-07-091-7/+7
* s4:auth/sam: remove unused sam_get_results_trust()Stefan Metzmacher2015-07-081-74/+0
* s4:gensec/gssapi: make use of add gssapi_get_sig_size() and gssapi_{seal,unse...Stefan Metzmacher2015-06-242-214/+71
* s3:librpc/gse: make use of add gssapi_get_sig_size() and gssapi_{seal,unseal,...Stefan Metzmacher2015-06-241-0/+1
* s4:auth/gensec: remove unused gensec_socket_init()Stefan Metzmacher2015-06-233-464/+1
* s4:auth/gensec: remove unused include of lib/socket/socket.hStefan Metzmacher2015-06-231-1/+0