summaryrefslogtreecommitdiff
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
...
* sdb: Fix NULL pointer deference if we return earlyAndreas Schneider2016-06-021-3/+6
* kdb: Do not allocate memory with size 0Andreas Schneider2016-06-021-14/+14
* sdb: Do not set disallow if we do not have ticket info in the DBAndreas Schneider2016-06-021-10/+17
* s4: add a minimal ktutil for selftestRalph Boehme2016-04-252-0/+127
* mit-kdb: Add missing SDB_F_FOR_AS_REQ for AS requestsAndreas Schneider2016-03-171-1/+5
* mit-kdb: Fix segfault in krb5kdc dereferencing an invalid pointerAndreas Schneider2016-03-171-3/+9
* mit-kdb: Add support for KDB version 8Andreas Schneider2016-03-172-0/+16
* mit-kdb: Add support for bad password countAndreas Schneider2016-03-173-1/+34
* mit-kdb: Restrict admin/changepw principal db_entry with some flagsGünther Deschner2016-03-171-0/+12
* mit-kdb: Return 0 in kdb_samba_db_put_principal()Günther Deschner2016-03-171-2/+3
* mit-kdb: Implement KDB function to change passwordsAndreas Schneider2016-03-174-1/+66
* mit-kdb: Use calloc to initialize master keylists.Günther Deschner2016-03-172-2/+2
* mit-kdb: Add ks_get_admin_principal() and use it for kadmin users.Andreas Schneider2016-03-171-3/+26
* mit-kdb: Add ks_create_principal().Andreas Schneider2016-03-171-5/+100
* mit-kdb: Do not allow to get a kadmin ticket as a client.Andreas Schneider2016-03-171-0/+4
* mit-kdb: Add more ks_is_kadmin* functions.Andreas Schneider2016-03-172-0/+43
* mit-kdb: Use calloc so both authdata elements are zeroedGünther Deschner2016-03-171-1/+1
* mit-kdb: Do not overwrite the error code in failure case.Günther Deschner2016-03-171-8/+10
* mit-kdb: Add initial MIT KDB Samba driverAndreas Schneider2016-03-179-0/+1306
* mit_samba: Setup logging to stdoutAndreas Schneider2016-03-171-0/+3
* mit_samba: Add function for handling bad password countAndreas Schneider2016-03-172-0/+32
* mit_samba: Add functions to generate random password and salt.Andreas Schneider2016-03-172-0/+53
* mit_samba: Add function to change the passwordAndreas Schneider2016-03-173-0/+169
* mit_samba: Add ks_is_tgs_principal()Andreas Schneider2016-03-171-0/+15
* mit_samba: Use talloc_zero in mit_samba_context_init().Günther Deschner2016-03-171-1/+1
* mit_samba: Directly pass the principal and kflagsAndreas Schneider2016-03-172-9/+18
* mit_samba: Make mit_samba a shim layer between Samba and KDBAndreas Schneider2016-03-174-114/+107
* mit_samba: Use sdb in the mit_samba pluginGünther Deschner2016-03-173-43/+96
* s4-kdc: Introduce a simple sdb_kdb shim layerGünther Deschner2016-03-172-0/+342
* Avoid including libds/common/roles.h in public loadparm.h header.Jelmer Vernooij2016-01-131-0/+1
* auth: keep track of lastLogon and lastLogonTimestampDouglas Bagnall2015-12-151-2/+5
* waf: Add talloc as a dependencyAndreas Schneider2015-08-051-2/+2
* sdb: Assert if the HDB flags will changeAndreas Schneider2015-08-051-2/+34
* hdb-samba: Translate SDB errors to HDB errorsAndreas Schneider2015-08-051-26/+97
* s4-kdc: Use sdb in db-glue and hdb-samba4Günther Deschner2015-07-304-121/+138
* s4-kdc: Introduce a simple sdb_hdb shim layerGünther Deschner2015-07-302-0/+322
* s4-kdc: Introduce sdb a KDC backend abstractionGünther Deschner2015-07-303-0/+263
* s4-kdc: PAC_GLUE does not depend on hdb anymore.Günther Deschner2015-07-302-2/+1
* s4-kdc: Use smb_krb5_principal_get_(type|realm) in db-glueAndreas Schneider2015-07-301-4/+4
* s4-kdc_kpasswd: split out some code to a KPASSWD_GLUE subsystem.Günther Deschner2015-07-214-60/+172
* s4-kdc: move kdc_check_pac() to a new subsystem KDC-GLUE.Günther Deschner2015-07-215-50/+98
* s4-kdc: only use a void* in samba_kdc_entry instead of hdb_entry_ex.Günther Deschner2015-07-211-1/+1
* s4-kdc/pac_glue: remove old samba_kdc_build_edata_reply().Günther Deschner2015-07-212-36/+0
* s4-kdc/mit_samba: add a copy of samba_kdc_build_edata_reply for MIT.Günther Deschner2015-07-211-0/+47
* s4-kdc/wdc-samba4: add a copy of samba_kdc_build_edata_reply for Heimdal.Günther Deschner2015-07-211-0/+41
* waf: Make mit_samba a subsystem and do not build with HeimdalAndreas Schneider2015-07-211-12/+13
* s4-kdc: Fix a casting warningAndreas Schneider2015-07-211-1/+1
* s4-kdc: Fix a typoAndreas Schneider2015-07-211-1/+1
* s4:dsdb/common: pass optional new_version to samdb_set_password_sid()Stefan Metzmacher2015-07-081-1/+1
* s4:kdc/db-glue: make use of dsdb_trust_search_tdo()Stefan Metzmacher2015-07-081-4/+3