index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
Commit message (
Expand
)
Author
Age
Files
Lines
*
ndr_compression: use inflateReset() and inflateSetDictionary() instead of inf...
Stefan Metzmacher
2008-09-06
1
-7
/
+14
*
Don't compare identity, it'll never be different.
Jeremy Allison
2008-09-05
1
-2
/
+2
*
Added tests that show that write time update is immediate
Jeremy Allison
2008-09-05
1
-1
/
+347
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-09-04
16
-95
/
+474
|
\
|
*
Regenerate SWIG file.
Jelmer Vernooij
2008-09-03
3
-12
/
+32
|
*
Avoid using version call for version string.
Jelmer Vernooij
2008-09-03
3
-33
/
+4
|
*
Allow overriding shared library policy using environment variable.
Jelmer Vernooij
2008-09-03
1
-2
/
+4
|
*
Fix embedding of Samba 4.
Jelmer Vernooij
2008-09-03
3
-17
/
+23
|
*
Implement NETLOGON PAC verfication on the server-side
Andrew Bartlett
2008-09-03
6
-38
/
+164
|
*
Merge krb5_cksumtype_to_enctype from Heimdal svn -r 23719
Andrew Bartlett
2008-09-03
1
-32
/
+70
|
*
Test a few more error cases in RPC-PAC
Andrew Bartlett
2008-09-03
1
-2
/
+179
|
*
Start implementing the server-sde NETLOGON PAC verification.
Andrew Bartlett
2008-08-29
1
-1
/
+46
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
Andrew Tridgell
2008-08-30
540
-38311
/
+51243
|
\
|
|
*
It turns out that the Netlogon PAC verification is encrypted.
Andrew Bartlett
2008-08-29
3
-3
/
+12
|
*
Further rework the RPC-PAC test.
Andrew Bartlett
2008-08-28
2
-35
/
+16
|
*
Heimdal provides Kerberos PAC parsing routines. Use them.
Andrew Bartlett
2008-08-28
6
-129
/
+243
|
*
Don't wipe the PAC checksums, the caller may actually need them.
Andrew Bartlett
2008-08-28
1
-14
/
+0
|
*
Add missing file - netlogon.h
Andrew Bartlett
2008-08-27
1
-0
/
+6
|
*
Add a test to explore Netlogon PAC validation
Andrew Bartlett
2008-08-27
8
-9
/
+263
|
*
Put the internal gensec_gssapi state into a header.
Andrew Bartlett
2008-08-27
2
-43
/
+69
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify
Andrew Bartlett
2008-08-27
509
-37923
/
+49820
|
|
\
|
|
*
heimdal: add missing heimdal/lib/hcrypto/{evp-aes-cts.c,evp-hcrypto.c}, sorry...
Stefan Metzmacher
2008-08-26
2
-0
/
+453
|
|
*
heimdal_build: include heimdal's new EVP code to fix the build
Stefan Metzmacher
2008-08-26
2
-1
/
+6
|
|
*
heimdal: import heimdal's trunk svn rev 23697 + lorikeet-heimdal patches
Stefan Metzmacher
2008-08-26
465
-1953
/
+2747
|
|
*
heimdal_build: fix parse.h lex.c dependencies
Stefan Metzmacher
2008-08-26
1
-15
/
+12
|
|
*
heimdal_build: autogenerate the heimdal private/proto headers
Stefan Metzmacher
2008-08-26
14
-8824
/
+452
|
|
*
heimdal_build: autogenerate table files in heimdal/lib/wind/
Stefan Metzmacher
2008-08-26
33
-26563
/
+46096
|
|
*
heimdal_build: autogenerate heimdal/lib/roken/roken.h
Stefan Metzmacher
2008-08-26
1
-0
/
+10
|
|
*
heimdal_build: add fallback for AC_WARNING_ENABLE()
Stefan Metzmacher
2008-08-26
2
-1
/
+3
|
|
*
heimdal: remove unused old files
Stefan Metzmacher
2008-08-26
3
-510
/
+0
|
|
*
heimdal_build: split heimdal/lib/asn1 file lists
Stefan Metzmacher
2008-08-26
1
-14
/
+12
|
|
*
heimdal_build: split handwritten and generated hx509 file lists
Stefan Metzmacher
2008-08-26
1
-3
/
+6
|
|
*
heimdal_build: split out gssapi_spnego and gssapi_krb5 file lists
Stefan Metzmacher
2008-08-26
1
-51
/
+57
|
|
*
heimdal_build: add a fake sqlite keytab implementation
Stefan Metzmacher
2008-08-26
2
-2
/
+21
|
|
*
heimdal_build: split glue.c into krb5 and gssapi parts
Stefan Metzmacher
2008-08-26
3
-20
/
+33
|
|
*
kdc: move references to heimdal internals into heimdal_build/kpasswd-glue.h
Stefan Metzmacher
2008-08-26
2
-2
/
+4
|
|
*
Revert "gsskrb5: add support for DCE_STYLE and des and des3 keys"
Stefan Metzmacher
2008-08-26
2
-64
/
+22
|
|
*
Revert "gsskrb5: always return an acceptor subkey"
Stefan Metzmacher
2008-08-26
1
-18
/
+4
|
|
*
build: generate :: rules for automatic dependencies
Stefan Metzmacher
2008-08-26
1
-2
/
+2
|
*
|
Add definition for NT_STATUS_DOWNGRADE_DETECTED
Andrew Bartlett
2008-08-27
2
-0
/
+2
|
*
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify
Andrew Bartlett
2008-08-26
1
-2
/
+3
|
|
\
|
|
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet
Andrew Bartlett
2008-08-26
11
-173
/
+802
|
|
|
\
|
|
*
|
Don't use lsa_Delete any more, as smbd now refuses it.
Andrew Bartlett
2008-08-26
1
-2
/
+3
|
*
|
|
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into pac-verify
Andrew Bartlett
2008-08-26
136
-2905
/
+4835
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
More LSA server and testuite work.
Andrew Bartlett
2008-08-26
2
-8
/
+63
|
|
*
|
Make RPC-LSA test deterministic with an msleep(200).
Andrew Bartlett
2008-08-26
1
-5
/
+8
|
|
*
|
Implement matching logic to Windows 2008 on handling of secrets.
Andrew Bartlett
2008-08-26
1
-16
/
+8
|
|
*
|
Fix LSA server to pass more of RPC-LSA and match Windows 2008
Andrew Bartlett
2008-08-26
1
-17
/
+32
|
|
*
|
Only allow the trust in the correct direction (per the flags).
Andrew Bartlett
2008-08-26
1
-3
/
+9
|
|
*
|
Update RPC-LSA to (almost) pass against Windows 2008.
Andrew Bartlett
2008-08-26
3
-72
/
+153
[next]