summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | More work to implement LSA CreateTrustedDomainEx2Andrew Bartlett2008-09-043-11/+63
| | * | | | Merge commit 'origin/v4-0-test' into trusted-domainsAndrew Bartlett2008-09-049-63/+62
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Regenerate SWIG file.Jelmer Vernooij2008-09-033-12/+32
| | | * | | Avoid using version call for version string.Jelmer Vernooij2008-09-033-33/+4
| | | * | | Allow overriding shared library policy using environment variable.Jelmer Vernooij2008-09-031-2/+4
| | | * | | Fix embedding of Samba 4.Jelmer Vernooij2008-09-033-17/+23
| | * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-09-038-42/+428
| | |\| | |
| | | * | | Implement NETLOGON PAC verfication on the server-sideAndrew Bartlett2008-09-036-38/+164
| | | * | | Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719Andrew Bartlett2008-09-031-32/+70
| | | * | | Test a few more error cases in RPC-PACAndrew Bartlett2008-09-031-2/+179
| | | * | | Start implementing the server-sde NETLOGON PAC verification.Andrew Bartlett2008-08-291-1/+46
| | | | |/ | | | |/|
| | * | | Start testing CreateTrustedDomainEx2Andrew Bartlett2008-09-021-1/+108
| | * | | Share IDL between the LSA and drsblob representations of trustsAndrew Bartlett2008-09-022-41/+51
| | * | | Follow MS-LSAD 3.1.4.7.12 and set defaults when creating a trust.Andrew Bartlett2008-09-012-3/+24
| | |/ /
| | * | It turns out that the Netlogon PAC verification is encrypted.Andrew Bartlett2008-08-293-3/+12
| | * | Update packaging per suggestions on the reviewAndrew Bartlett2008-08-292-6/+53
| | * | Further rework the RPC-PAC test.Andrew Bartlett2008-08-282-35/+16
| | * | Heimdal provides Kerberos PAC parsing routines. Use them.Andrew Bartlett2008-08-286-129/+243
| | * | Don't wipe the PAC checksums, the caller may actually need them.Andrew Bartlett2008-08-281-14/+0
| | * | Add missing file - netlogon.hAndrew Bartlett2008-08-271-0/+6
| | * | Add a test to explore Netlogon PAC validationAndrew Bartlett2008-08-278-9/+263
| | * | Put the internal gensec_gssapi state into a header.Andrew Bartlett2008-08-272-43/+69
| | * | Fix the build on Win32, and use NEGOTIATE security (to allow kerberos)Andrew Bartlett2008-08-272-2/+2
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-27510-37923/+49833
| | |\ \
| | | * | heimdal: add missing heimdal/lib/hcrypto/{evp-aes-cts.c,evp-hcrypto.c}, sorry...Stefan Metzmacher2008-08-262-0/+453
| | | * | heimdal_build: include heimdal's new EVP code to fix the buildStefan Metzmacher2008-08-262-1/+6
| | | * | heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patchesStefan Metzmacher2008-08-26465-1953/+2747
| | | * | heimdal_build: fix parse.h lex.c dependenciesStefan Metzmacher2008-08-261-15/+12
| | | * | heimdal_build: autogenerate the heimdal private/proto headersStefan Metzmacher2008-08-2615-8824/+464
| | | * | heimdal_build: autogenerate table files in heimdal/lib/wind/Stefan Metzmacher2008-08-2634-26563/+46097
| | | * | heimdal_build: autogenerate heimdal/lib/roken/roken.hStefan Metzmacher2008-08-261-0/+10
| | | * | heimdal_build: add fallback for AC_WARNING_ENABLE()Stefan Metzmacher2008-08-262-1/+3
| | | * | heimdal: remove unused old filesStefan Metzmacher2008-08-263-510/+0
| | | * | heimdal_build: split heimdal/lib/asn1 file listsStefan Metzmacher2008-08-261-14/+12
| | | * | heimdal_build: split handwritten and generated hx509 file listsStefan Metzmacher2008-08-261-3/+6
| | | * | heimdal_build: split out gssapi_spnego and gssapi_krb5 file listsStefan Metzmacher2008-08-261-51/+57
| | | * | heimdal_build: add a fake sqlite keytab implementationStefan Metzmacher2008-08-262-2/+21
| | | * | heimdal_build: split glue.c into krb5 and gssapi partsStefan Metzmacher2008-08-263-20/+33
| | | * | kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.hStefan Metzmacher2008-08-262-2/+4
| | | * | Revert "gsskrb5: add support for DCE_STYLE and des and des3 keys"Stefan Metzmacher2008-08-262-64/+22
| | | * | Revert "gsskrb5: always return an acceptor subkey"Stefan Metzmacher2008-08-261-18/+4
| | | * | build: generate :: rules for automatic dependenciesStefan Metzmacher2008-08-261-2/+2
| | * | | Add definition for NT_STATUS_DOWNGRADE_DETECTEDAndrew Bartlett2008-08-272-0/+2
| | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-261-2/+3
| | |\| |
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-08-2611-173/+802
| | | |\ \
| | | * | | Don't use lsa_Delete any more, as smbd now refuses it.Andrew Bartlett2008-08-261-2/+3
| | | | |/ | | | |/|
| | * | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verifyAndrew Bartlett2008-08-26138-2946/+4837
| | |\ \ \ | | | | |/ | | | |/|
| | | * | More LSA server and testuite work.Andrew Bartlett2008-08-262-8/+63
| | | * | Make RPC-LSA test deterministic with an msleep(200).Andrew Bartlett2008-08-261-5/+8
| | | * | Implement matching logic to Windows 2008 on handling of secrets.Andrew Bartlett2008-08-261-16/+8