summaryrefslogtreecommitdiff
path: root/source4/auth
AgeCommit message (Expand)AuthorFilesLines
2016-04-28s4:auth_anonymous: anonymous authentication doesn't allow a passwordStefan Metzmacher1-0/+30
2016-04-28s4:gensec_tstream: allow wrapped messages up to a size of 0xfffffffStefan Metzmacher1-1/+5
2016-04-12CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()Stefan Metzmacher1-1/+3
2016-03-10s4:pygensec: make sig_size() and sign/check_packet() availableStefan Metzmacher1-0/+83
2016-03-10s4/auth/ntlm/auth_unix.c: add parensAurelien Aptel1-1/+1
2016-03-08pyauth: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-6/+1
2016-03-08pygensec: Use pytalloc_BaseObject_PyType_Ready()Andrew Bartlett1-6/+1
2016-03-08pygensec: Use pytalloc_steal() in gensec_start_{client,server}()Andrew Bartlett1-41/+31
2016-02-06dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam1-1/+1
2016-01-13Rename 'errors' to 'samba-errors' and make it public.Jelmer Vernooij1-1/+1
2016-01-13Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2-0/+2
2016-01-07python: Remove Python 2.4 support macrosAndrew Bartlett1-7/+0
2016-01-06lib: Use asn1_current_ofs()Volker Lendecke1-1/+2
2016-01-06lib: Use asn1_extract_blob()Volker Lendecke1-1/+3
2016-01-06lib: Use asn1_set_error()Volker Lendecke1-1/+1
2016-01-06lib: Use asn1_has_error()Volker Lendecke1-1/+1
2015-12-15auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2-12/+151
2015-12-15auth: increase resolution for password grace period calculationDouglas Bagnall1-1/+3
2015-11-23gensec: Fix picky unused variable errorsAndreas Schneider1-1/+3
2015-11-23s4-auth: Fix picky unused variable warningAndreas Schneider1-0/+4
2015-11-13s4-auth: Fix some debugging and crash in error casesGünther Deschner1-5/+10
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-10-16ntlm auth: spelling fixesDouglas Bagnall1-3/+3
2015-08-05selftest: Add test for GSSAPI with no authenticator checksum modeAndrew Bartlett1-2/+1
2015-08-05gensec: Add an option emulating another mode a client building GSSAPI/krb5 ma...Andrew Bartlett1-3/+9
2015-07-30s4-auth: Call krb5_get_init_creds_opt_set_canonicalize() in MIT case.Günther Deschner1-1/+8
2015-07-30s3-auth: Add MIT return code for KDC not reachableAndreas Schneider1-0/+1
2015-07-21s4-auth: Make sure error_string is correctly initializedAndreas Schneider1-21/+29
2015-07-17s4-kerberos: Make sure we handle kvno's in keytabs correctlyAndreas Schneider1-2/+9
2015-07-17s4-auth: Always pass down the salt principalAndreas Schneider1-90/+11
2015-07-17s4-auth: Use kerberos util functions in srv_keytabAndreas Schneider1-222/+48
2015-07-17s4-auth: Add smb_krb5_remove_obsolete_keytab_entries()Andreas Schneider1-0/+157
2015-07-17s4-auth: Add smb_krb5_create_principals_array()Andreas Schneider1-0/+86
2015-07-09Fix gensec_gssapi compilation for i386Douglas Bagnall1-7/+7
2015-07-08s4:auth/sam: remove unused sam_get_results_trust()Stefan Metzmacher1-74/+0
2015-06-24s4:gensec/gssapi: make use of add gssapi_get_sig_size() and gssapi_{seal,unse...Stefan Metzmacher2-214/+71
2015-06-24s3:librpc/gse: make use of add gssapi_get_sig_size() and gssapi_{seal,unseal,...Stefan Metzmacher1-0/+1
2015-06-23s4:auth/gensec: remove unused gensec_socket_init()Stefan Metzmacher3-464/+1
2015-06-23s4:auth/gensec: remove unused include of lib/socket/socket.hStefan Metzmacher1-1/+0
2015-06-23s4:auth/gensec: remove unused and untested cyrus_sasl moduleStefan Metzmacher3-468/+0
2015-06-23s4:gensec/gssapi: make calculation of gensec_gssapi_sig_size() for aes keys m...Stefan Metzmacher1-5/+4
2015-06-23s4:gensec/gssapi: use gensec_gssapi_max_{input,wrapped}_size() for all backendsStefan Metzmacher1-0/+4
2015-03-27s4-auth: fix DEBUG statement.Günther Deschner1-1/+1
2015-03-27gensec: map KRB5KRB_AP_ERR_BAD_INTEGRITY to logon failure.Günther Deschner1-0/+1
2015-03-27lib/krb5_wrap: use krb5_const_principal in smb_krb5_create_key_from_string.Günther Deschner1-1/+1
2015-03-27s4-auth: avoid double free of krb5 kt_entries when compiling with MIT kerbero...Günther Deschner1-0/+9
2015-03-27s4-gensec: Check if we have delegated credentials.Andreas Schneider1-4/+7
2015-03-20s4:auth/gensec_cyrus_sasl: allow_warnings=TrueStefan Metzmacher1-1/+0
2015-03-20s4:auth/gensec_cyrus_sasl: remove compiler warningsStefan Metzmacher1-7/+9
2015-03-20s4:auth/gensec_gssapi: remove allow_warnings=TrueStefan Metzmacher1-1/+0