diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-01-12 13:24:33 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-03-27 11:53:23 +1100 |
commit | 564d5cd2c48b9d9debccf03433cfee282040e2da (patch) | |
tree | ebcb72327b78c98bb59e60b424ed2d6fb62ad9de /.gitignore | |
parent | 89eaef025376339ef25d07cdc4748920fceaa968 (diff) | |
download | samba-564d5cd2c48b9d9debccf03433cfee282040e2da.tar.gz samba-564d5cd2c48b9d9debccf03433cfee282040e2da.tar.bz2 samba-564d5cd2c48b9d9debccf03433cfee282040e2da.zip |
s4:heimdal New files and supporting logic for heimdal update
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7f1a9be057..e847035f27 100644 --- a/.gitignore +++ b/.gitignore @@ -155,11 +155,14 @@ source4/gentest_seeds.dat source4/heimdal/kdc/kdc-private.h source4/heimdal/kdc/kdc-protos.h source4/heimdal/lib/asn1/asn1_* +source4/heimdal/lib/asn1/*_asn1-priv.h* source4/heimdal/lib/asn1/der-protos.h source4/heimdal/lib/asn1/krb5_asn1_files source4/heimdal/lib/asn1/krb5_asn1.h source4/heimdal/lib/des/hcrypto source4/heimdal/lib/gssapi/asn1_*.c +source4/heimdal/lib/gssapi/gssapi_asn1-priv.h +source4/heimdal/lib/gssapi/spnego_asn1-priv.h source4/heimdal/lib/gssapi/krb5/gsskrb5-private.h source4/heimdal/lib/gssapi/spnego_asn1_files source4/heimdal/lib/gssapi/spnego_asn1.h @@ -167,10 +170,12 @@ source4/heimdal/lib/gssapi/spnego/spnego-private.h source4/heimdal/lib/hdb/asn1_*.c source4/heimdal/lib/hdb/hdb_asn1_files source4/heimdal/lib/hdb/hdb_asn1.h +source4/heimdal/lib/hdb/hdb_asn1-priv.h source4/heimdal/lib/hdb/hdb_err.? source4/heimdal/lib/hdb/hdb-private.h source4/heimdal/lib/hdb/hdb-protos.h source4/heimdal/lib/hx509/asn1_*.c +source4/heimdal/lib/hx509/*asn1-priv.h source4/heimdal/lib/hx509/hx509-private.h source4/heimdal/lib/hx509/hx509-protos.h source4/heimdal/lib/krb5/heim_err.? |