summaryrefslogtreecommitdiffstats
path: root/librpc/idl/krb5pac.idl
Commit message (Collapse)AuthorAgeFilesLines
* krb5pac.idl: add PAC_CONSTRAINED_DELEGATION (S4U_DELEGATION_INFO)Stefan Metzmacher2011-06-281-1/+13
| | | | metze
* librpc/idl Add [nopython] to krb5pac ndrdump functionsAndrew Bartlett2011-04-051-5/+5
| | | | | | | These functions are not real RPC functions, but are used to help ndrdump operate. They don't need python bindings. Andrew Bartlett
* idl-pac: add a decoder for the pac info ctrAndrew Tridgell2010-09-261-0/+4
| | | | | Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* Fix "ndr_size_PAC_LOGON_INFO defined but not used" build warningTim Prouty2008-10-231-1/+1
| | | | | | | This patch removes the gensize option from krb5pac.idl because it generates an unused function that has been causing warnings during the s3 build. I re-ran 'make samba3-idl' to update the generated files for s3. For s4 I ran a full build with no problems.
* idl: finally share krb5_pac.idl.Günther Deschner2008-10-201-0/+134
Guenther