index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
kdc
Commit message (
Expand
)
Author
Age
Files
Lines
*
CVE-2021-20251 s4:kdc: Check badPwdCount update return status
Joseph Sutton
2022-09-12
1
-2
/
+7
*
CVE-2021-20251 s4:kdc: Check return status of authsam_logon_success_accounting()
Joseph Sutton
2022-09-12
1
-4
/
+11
*
CVE-2021-20251 s4:kdc: Move logon success accounting code into existing branch
Joseph Sutton
2022-09-12
1
-20
/
+13
*
s4:kdc: Set Kerberos debug class for all KDC files
Andreas Schneider
2022-09-12
16
-0
/
+47
*
s4:kdc: Set kerberos debug class for kdc service
Andreas Schneider
2022-09-08
1
-0
/
+3
*
CVE-2022-2031 s4:kpasswd: Do not accept TGTs as kpasswd tickets
Joseph Sutton
2022-07-27
4
-0
/
+48
*
CVE-2022-32744 s4:kpasswd: Ensure we pass the kpasswd server principal into k...
Joseph Sutton
2022-07-27
1
-0
/
+30
*
CVE-2022-32744 s4:kdc: Modify HDB plugin to only look up kpasswd principal
Joseph Sutton
2022-07-27
3
-1
/
+70
*
s4:kdc: Remove kadmin mode from HDB plugin
Joseph Sutton
2022-07-27
1
-28
/
+7
*
CVE-2022-32744 s4:kdc: Rename keytab_name -> kpasswd_keytab_name
Joseph Sutton
2022-07-27
4
-6
/
+6
*
CVE-2022-2031 s4:kdc: Don't use strncmp to compare principal components
Joseph Sutton
2022-07-27
1
-5
/
+22
*
CVE-2022-32744 s4:kdc: Don't allow HDB keytab iteration
Joseph Sutton
2022-07-27
1
-2
/
+2
*
CVE-2022-2031 s4:kdc: Reject tickets during the last two minutes of their life
Joseph Sutton
2022-07-27
1
-0
/
+26
*
CVE-2022-2031 s4:kdc: Limit kpasswd ticket lifetime to two minutes or less
Joseph Sutton
2022-07-27
3
-1
/
+7
*
CVE-2022-2031 s4:kdc: Fix canonicalisation of kadmin/changepw principal
Joseph Sutton
2022-07-27
1
-38
/
+46
*
CVE-2022-2031 s4:kdc: Refactor samba_kdc_get_entry_principal()
Joseph Sutton
2022-07-27
1
-61
/
+55
*
CVE-2022-2031 s4:kdc: Split out a samba_kdc_get_entry_principal() function
Joseph Sutton
2022-07-27
1
-85
/
+107
*
CVE-2022-2031 s4:kdc: Implement is_kadmin_changepw() helper function
Andreas Schneider
2022-07-27
1
-5
/
+11
*
s4:kpasswd: Restructure code for clarity
Joseph Sutton
2022-07-27
1
-24
/
+22
*
CVE-2022-2031 s4:kpasswd: Require an initial ticket
Joseph Sutton
2022-07-27
3
-0
/
+35
*
CVE-2022-2031 s4:kpasswd: Return a kpasswd error code in KRB-ERROR
Joseph Sutton
2022-07-27
1
-1
/
+1
*
CVE-2022-2031 s4:kpasswd: Don't return AP-REP on failure
Joseph Sutton
2022-07-27
1
-0
/
+2
*
CVE-2022-2031 s4:kpasswd: Correctly generate error strings
Joseph Sutton
2022-07-27
1
-7
/
+6
*
CVE-2022-2031 s4:kpasswd: Add MIT fallback for decoding setpw structure
Joseph Sutton
2022-07-27
1
-15
/
+79
*
CVE-2022-2031 s4:kpasswd: Account for missing target principal
Joseph Sutton
2022-07-27
1
-10
/
+12
*
s4:mitkdc: Always set SDB_F_FOR_{TGS,AS}_REQ flag for DAL >= 9
Samuel Cabrero
2022-07-04
1
-8
/
+2
*
s4:kdc: Add helper function to extract AES256 key and salt
Joseph Sutton
2022-06-26
2
-0
/
+103
*
s4:kdc: Make RBCD access check less strict
Joseph Sutton
2022-06-14
1
-1
/
+6
*
s4:kdc: Add space in error message
Joseph Sutton
2022-06-14
1
-1
/
+1
*
s4:kdc: Add asserted identity SID to identify whether S4U2Self has occurred
Andreas Schneider
2022-04-13
4
-0
/
+74
*
s4:kdc: Fix S4U2Proxy in RODC case to return an error
Andreas Schneider
2022-04-13
1
-0
/
+16
*
s4:kdc: pass down SAMBA_KDC_FLAG_PROTOCOL_TRANSITION to samba_kdc_update_pac()
Andreas Schneider
2022-04-13
2
-2
/
+59
*
s4:mit-samba: Pass flags to mit_samba_get_pac()
Andreas Schneider
2022-04-13
3
-0
/
+3
*
s4:mit-samba: Pass flags to ks_get_pac()
Andreas Schneider
2022-04-13
1
-0
/
+4
*
s4:kdc: Set debug class for pac-glue
Andreas Schneider
2022-04-13
1
-0
/
+3
*
Add missing final newline to end of c file
Andreas Schneider
2022-04-01
1
-1
/
+1
*
s4:kdc: Add Smart Card and file based PKINIT support
Andreas Schneider
2022-03-25
1
-1
/
+12
*
s4:kdc: If we set the kerberos debug level to 10 write a trace file
Andreas Schneider
2022-03-25
1
-0
/
+16
*
s4:kdc: Remove trailing white spaces in kdc-service-mit.c
Andreas Schneider
2022-03-25
1
-1
/
+1
*
s4:kdc: Improve debug message of samba_kdc_fetch_server()
Andreas Schneider
2022-03-25
1
-1
/
+15
*
s4:kdc: Expose samba_kdc_message2entry_keys()
Andrew Bartlett
2022-03-24
2
-16
/
+40
*
s4:kdc: Move supported enc-type handling out of samba_kdc_message2entry_keys()
Andrew Bartlett
2022-03-24
1
-49
/
+52
*
s4:kdc: Pull auth_sam_trigger_repl_secret() up one layer to samba_kdc_message...
Andrew Bartlett
2022-03-24
1
-15
/
+20
*
s4:kdc: Add const to "msg" parameter in samba_kdc_message2entry_keys()
Andrew Bartlett
2022-03-24
1
-1
/
+1
*
s4:kdc: Pass supported enctypes to samba_kdc_set_random_keys()
Andrew Bartlett
2022-03-24
1
-11
/
+4
*
s4:kdc: Pass supported enctypes to samba_kdc_set_fixed_keys()
Andrew Bartlett
2022-03-24
3
-12
/
+10
*
s4:kdc: teach samba_kdc_message2entry_keys() to handle old and older keys too
Stefan Metzmacher
2022-03-24
1
-3
/
+111
*
s4:kdc: add old and older keys to sdb_entry
Stefan Metzmacher
2022-03-24
2
-0
/
+4
*
s4:kdc: pass flags and kvno down to samba_kdc_message2entry_keys()
Stefan Metzmacher
2022-03-24
1
-6
/
+13
*
s4:kdc: finally remove unused 'struct sdb_entry_ex'
Stefan Metzmacher
2022-03-24
2
-11
/
+0
[next]