Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4:kdc: generate the S4U_DELEGATION_INFO in the regenerated pac | Stefan Metzmacher | 2011-06-28 | 1 | -1/+9 |
| | | | | metze | ||||
* | s4-kdc Add function to determine if a hdb entry is a RODC | Andrew Bartlett | 2010-09-29 | 1 | -0/+2 |
| | | | | | | This is important, as we must ignore the PAC from an RODC. Andrew Bartlett | ||||
* | s3: Remove use of iconv_convenience. | Jelmer Vernooij | 2010-05-18 | 1 | -1/+0 |
| | |||||
* | s4:kdc make function static | Simo Sorce | 2010-02-25 | 1 | -6/+0 |
| | |||||
* | s4:kdc Streamline client access verification call | Simo Sorce | 2010-01-31 | 1 | -2/+8 |
| | | | | Move the core to pac-glue so that other plugins can use it. | ||||
* | s4:PAC make common functions public | Simo Sorce | 2010-01-27 | 1 | -0/+46 |
| | |||||
* | s4:kdc Simplify header files | Simo Sorce | 2010-01-22 | 1 | -30/+0 |
| | |||||
* | s4:cleanups More trailing spaces and tabs | Simo Sorce | 2009-12-23 | 1 | -3/+3 |
| | |||||
* | s4:kerberos Add 'net export keytab' command for wireshark decryption | Andrew Bartlett | 2009-07-28 | 1 | -0/+30 |
It is much easier to do decryption with wireshark when the keytab is available for every host in the domain. Running 'net export keytab <keytab name>' will export the current (as pointed to by the supplied smb.conf) local Samba4 doamin. (This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4, and so has a good chance of keeping working in the long term). Andrew Bartlett |