summaryrefslogtreecommitdiff
path: root/source4/kdc
Commit message (Expand)AuthorAgeFilesLines
* mit-kdb: Fix NULL pointer check after mallocAndreas Schneider2017-07-241-1/+1
* mit_samba: Fix the MIT KDC build with the latest changesAndreas Schneider2017-06-011-1/+4
* netlogon: Implement SendToSam along with its winbind forwardingGarming Sam2017-05-301-1/+29
* kdc: Send bad password via NETLOGON in RODCGarming Sam2017-05-302-8/+73
* hdb: Dupe a copy of repl secrets into the KDCGarming Sam2017-05-302-2/+52
* python: Create the kdc.conf in the Samba private directoryAndreas Schneider2017-05-261-5/+11
* s4:kdc: make use of gensec_update() in kpasswd_process()Stefan Metzmacher2017-05-211-6/+14
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-112-2/+2
* mit_samba: Fix principal lookup for cross domain referralAndreas Schneider2017-04-301-6/+70
* mit-samba: Remove obsolete mit_samba_update_pac_data()Andreas Schneider2017-04-292-79/+0
* s4-kdc: Use mit_samba_reget_pac() in ks_verify_pac()Andreas Schneider2017-04-291-23/+27
* s4-kdc: Implement mit_samba_reget_pac()Andreas Schneider2017-04-292-0/+393
* s4-pac-glue: Do not add an empty PAC_TYPE_LOGON_NAME with MITAndreas Schneider2017-04-291-3/+10
* mit-samba: Remove unused mit_samba_get_pac_data()Andreas Schneider2017-04-292-39/+0
* s4-kdc: Use mit_samba_get_pac() in ks_get_pac()Andreas Schneider2017-04-291-22/+8
* s4-kdc: Implement mit_samba_get_pac()Andreas Schneider2017-04-292-0/+74
* s4-kdc: Fix logging with the KDB driverAndreas Schneider2017-04-291-1/+1
* s4-kdc: Start the kpasswd service with MIT KDCAndreas Schneider2017-04-292-1/+225
* s4-kdc: Add MIT Kerberos specific kpasswd codeAndreas Schneider2017-04-292-2/+305
* param: Add 'mit kdc config' option to smb.confAndreas Schneider2017-04-291-0/+7
* s4-kdc: Register the MIT irpc PAC validation serviceAndreas Schneider2017-04-292-0/+13
* s4-kdc: Add MIT KRB5 based irpc service for PAC validationAndreas Schneider2017-04-293-0/+234
* s4-kdc: Add a MIT Kerberos KDC serviceAndreas Schneider2017-04-293-18/+179
* mit-kdb: Update KDB vtable for DAL version 6Andreas Schneider2017-04-295-132/+63
* mit-kdb: Zero the db principal when we allocate itAndreas Schneider2017-04-291-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* heimdal: Pass extra information to hdb_auth_status() to log success and failuresAndrew Bartlett2017-03-294-4/+124
* auth: Generate a human readable Authentication log message.Gary Lockyer2017-03-291-5/+5
* s4:kdc: disable principal based autodetected referral detectionStefan Metzmacher2017-03-101-0/+2
* mit-kdb: Remove unneeded memset()Andreas Schneider2017-01-121-2/+0
* mit-kdb: Use calloc() to allocate memoryAndreas Schneider2017-01-121-3/+1
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* kdc: Use "all_zero" where appropriateVolker Lendecke2017-01-031-6/+4
* s4-kdc: Fix Coverity ID #1373385 (OVERRUN)Günther Deschner2016-09-291-5/+3
* s4-kdc: Fix Coverity ID #1373386 (Resource Leak)Günther Deschner2016-09-291-0/+2
* s4-kdc: Remove unused etypes from sdb structureAndreas Schneider2016-09-263-46/+0
* s4-sdb: Generate etypes list out of keys listAndreas Schneider2016-09-261-5/+10
* s4-kdc: Sort encrytion keys in descending order of strengthAndreas Schneider2016-09-261-0/+77
* s4-kdc: Do not leak memory on error in kpasswd_make_error_reply()Andreas Schneider2016-09-131-0/+2
* s4-kdc: Remove obsolete kpasswdd heimdal implementationJeremy Allison2016-09-131-551/+0
* s4-kdc: Switch to the new kpasswd service implementationAndreas Schneider2016-09-132-3/+13
* s4-kdc: Add new kpasswd service Heimdal backendAndreas Schneider2016-09-132-1/+301
* s4-kdc: Add a new kpasswd service implementationAndreas Schneider2016-09-133-0/+400
* s4-kdc: Allow to set the keytab_name in the kdc_server structureAndreas Schneider2016-09-131-0/+1
* s4-kdc: Add a kpasswd_samdb_set_password() helper functionAndreas Schneider2016-09-132-0/+93
* s4-kdc: Move kpasswd_make_pwchange_reply() to a helper fileAndreas Schneider2016-09-113-59/+94
* s4-kdc: Move kpasswd_make_error_reply() to a helper fileAndreas Schneider2016-09-114-43/+122
* krb5_wrap: Fix smb_krb5_mk_error() with MIT KerberosAndreas Schneider2016-09-112-0/+4
* krb5_wrap: Rename smb_krb5_open_keytab_relative()Andreas Schneider2016-08-311-1/+1
* krb5_wrap: Rename smb_get_enctype_from_kt_entry()Andreas Schneider2016-08-311-1/+1