summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-09-05Don't compare identity, it'll never be different.Jeremy Allison1-2/+2
2008-09-05Added tests that show that write time update is immediateJeremy Allison1-1/+347
2008-09-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell16-95/+474
2008-09-03Regenerate SWIG file.Jelmer Vernooij3-12/+32
2008-09-03Avoid using version call for version string.Jelmer Vernooij3-33/+4
2008-09-03Allow overriding shared library policy using environment variable.Jelmer Vernooij1-2/+4
2008-09-03Fix embedding of Samba 4.Jelmer Vernooij3-17/+23
2008-09-03Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett6-38/+164
2008-09-03Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett1-32/+70
2008-09-03Test a few more error cases in RPC-PACAndrew Bartlett1-2/+179
2008-08-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell540-38311/+51243
2008-08-30Add a setexpiry operation in samdb.pyAndrew Tridgell9-102/+233
2008-08-30added a simple script for setting password expiryAndrew Tridgell1-0/+44
2008-08-29Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett1-1/+46
2008-08-29It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett3-3/+12
2008-08-28Further rework the RPC-PAC test.Andrew Bartlett2-35/+16
2008-08-28Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett6-129/+243
2008-08-28Don't wipe the PAC checksums, the caller may actually need them.Andrew Bartlett1-14/+0
2008-08-27Add missing file - netlogon.hAndrew Bartlett1-0/+6
2008-08-27Add a test to explore Netlogon PAC validationAndrew Bartlett8-9/+263
2008-08-27Put the internal gensec_gssapi state into a header.Andrew Bartlett2-43/+69
2008-08-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett509-37923/+49820
2008-08-27Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2-0/+2
2008-08-26heimdal: add missing heimdal/lib/hcrypto/{evp-aes-cts.c,evp-hcrypto.c}, sorry...Stefan Metzmacher2-0/+453
2008-08-26heimdal_build: include heimdal's new EVP code to fix the buildStefan Metzmacher2-1/+6
2008-08-26heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patchesStefan Metzmacher465-1953/+2747
2008-08-26heimdal_build: fix parse.h lex.c dependenciesStefan Metzmacher1-15/+12
2008-08-26heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher14-8824/+452
2008-08-26heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher33-26563/+46096
2008-08-26heimdal_build: autogenerate heimdal/lib/roken/roken.hStefan Metzmacher1-0/+10
2008-08-26heimdal_build: add fallback for AC_WARNING_ENABLE()Stefan Metzmacher2-1/+3
2008-08-26heimdal: remove unused old filesStefan Metzmacher3-510/+0
2008-08-26heimdal_build: split heimdal/lib/asn1 file listsStefan Metzmacher1-14/+12
2008-08-26heimdal_build: split handwritten and generated hx509 file listsStefan Metzmacher1-3/+6
2008-08-26heimdal_build: split out gssapi_spnego and gssapi_krb5 file listsStefan Metzmacher1-51/+57
2008-08-26heimdal_build: add a fake sqlite keytab implementationStefan Metzmacher2-2/+21
2008-08-26heimdal_build: split glue.c into krb5 and gssapi partsStefan Metzmacher3-20/+33
2008-08-26kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.hStefan Metzmacher2-2/+4
2008-08-26Revert "gsskrb5: add support for DCE_STYLE and des and des3 keys"Stefan Metzmacher2-64/+22
2008-08-26Revert "gsskrb5: always return an acceptor subkey"Stefan Metzmacher1-18/+4
2008-08-26build: generate :: rules for automatic dependenciesStefan Metzmacher1-2/+2
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett1-2/+3
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett11-173/+802
2008-08-26Don't use lsa_Delete any more, as smbd now refuses it.Andrew Bartlett1-2/+3
2008-08-26Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett136-2905/+4835
2008-08-26More LSA server and testuite work.Andrew Bartlett2-8/+63
2008-08-26Make RPC-LSA test deterministic with an msleep(200).Andrew Bartlett1-5/+8
2008-08-26Implement matching logic to Windows 2008 on handling of secrets.Andrew Bartlett1-16/+8
2008-08-26Fix LSA server to pass more of RPC-LSA and match Windows 2008Andrew Bartlett1-17/+32
2008-08-26Only allow the trust in the correct direction (per the flags).Andrew Bartlett1-3/+9