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
...
|
*
|
Start implementind domain trusts in our KDC.
Andrew Bartlett
2008-08-05
1
-7
/
+33
*
|
|
Add GenericInfo level for SamLogon calls from the WSPP IDL.
Andrew Bartlett
2008-08-12
2
-19
/
+46
*
|
|
Always set a session key, even for the 'no password' case.
Andrew Bartlett
2008-08-08
1
-0
/
+2
*
|
|
Clarify comment
Andrew Bartlett
2008-08-08
1
-2
/
+2
|
|
/
|
/
|
*
|
We can't use ndr_pull_struct_blob_all in combinatin with relative pointers
Andrew Bartlett
2008-08-08
1
-3
/
+4
*
|
lib: prepare the build of zlib
Stefan Metzmacher
2008-08-07
4
-0
/
+33
*
|
zlib: add inflateReset2()...
Stefan Metzmacher
2008-08-07
3
-3
/
+28
*
|
import of zlib-1.2.3
Stefan Metzmacher
2008-08-07
200
-0
/
+54035
*
|
drsuapi: fix callers after idl change
Stefan Metzmacher
2008-08-07
3
-3
/
+3
*
|
drsuapi.idl: directly use mszip in level 2
Stefan Metzmacher
2008-08-07
1
-7
/
+1
*
|
rpc_server: add support for DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
2008-08-07
3
-1
/
+14
*
|
librpc/rpc: add support DCERPC_PFC_FLAG_SUPPORT_HEADER_SIGN
Stefan Metzmacher
2008-08-07
4
-1
/
+35
*
|
librpc/rpc: pass struct dcerpc_pipe to dcerpc_auth3()
Stefan Metzmacher
2008-08-07
2
-6
/
+9
*
|
gensec_gssapi: add support for GENSEC_FEATURE_SIGN_PKT_HEADER
Stefan Metzmacher
2008-08-07
1
-4
/
+82
*
|
gensec: add GENSEC_FEATURE_SIGN_PKT_HEADER flag
Stefan Metzmacher
2008-08-07
1
-0
/
+1
|
/
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpage
Jelmer Vernooij
2008-08-01
11
-10
/
+122
|
\
|
*
heimdal: add experimental --enable-external-heimdal
Stefan Metzmacher
2008-08-01
3
-1
/
+78
|
*
libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
Stefan Metzmacher
2008-08-01
2
-4
/
+14
|
*
auth/kerberos: remove dependencies to internal heimdal
Stefan Metzmacher
2008-08-01
2
-2
/
+1
|
*
heimdal_build/internal: add some useful defines
Stefan Metzmacher
2008-08-01
1
-0
/
+6
|
*
heimdal: fix dependency
Stefan Metzmacher
2008-08-01
1
-0
/
+1
|
*
lib/crypto: remove dependency to internal heimdal
Stefan Metzmacher
2008-08-01
1
-2
/
+21
|
*
build: remove warning about missing generated include file
Stefan Metzmacher
2008-08-01
1
-1
/
+1
*
|
Add helper object Hostconfig to make it easier to get to e.g. the
Jelmer Vernooij
2008-08-01
3
-3
/
+39
*
|
Use new style python classes.
Jelmer Vernooij
2008-08-01
9
-12
/
+27
|
/
*
Move domain DN determination out of newuser function.
Jelmer Vernooij
2008-08-01
1
-6
/
+9
*
Actually fix missing substitution variables.
Jelmer Vernooij
2008-08-01
1
-4
/
+10
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into manpage
Jelmer Vernooij
2008-08-01
274
-3749
/
+10633
|
\
|
*
kdc: use mostly only public kerberos headers
Stefan Metzmacher
2008-08-01
4
-8
/
+11
|
*
auth/kerberos: we don't need to include heimdal private headers
Stefan Metzmacher
2008-08-01
1
-2
/
+0
|
*
gensec_gssapi: include <gssapi/gssapi.h>
Stefan Metzmacher
2008-08-01
1
-1
/
+1
|
*
heimdal_build: we should only use PRIVATE_DEPENDENCIES
Stefan Metzmacher
2008-08-01
1
-19
/
+7
|
*
build: autogenerate heimdal basics
Stefan Metzmacher
2008-08-01
5
-30
/
+4
|
*
build: autogenarate VPATH by configure
Stefan Metzmacher
2008-08-01
5
-3
/
+9
|
*
heimdal: add missing files
Stefan Metzmacher
2008-08-01
2
-0
/
+107
|
*
auth_server: set the workstation name
Stefan Metzmacher
2008-08-01
1
-0
/
+4
|
*
heimdal: add missing file heimdal/lib/gssapi/mech/gss_pseudo_random.c
Stefan Metzmacher
2008-08-01
1
-0
/
+69
|
*
build with the new heimdal version
Stefan Metzmacher
2008-08-01
3
-2
/
+12
|
*
heimdal: update to lorikeet-heimdal rev 801
Stefan Metzmacher
2008-08-01
233
-3563
/
+10176
|
*
build: allow flex-2.34 together with bison-2.3
Stefan Metzmacher
2008-08-01
3
-3
/
+15
|
*
auth/ntlmssp: don't crash when the backend give no challenge
Stefan Metzmacher
2008-08-01
1
-0
/
+6
|
*
auth_server: fix the logic of server_get_challenge()
Stefan Metzmacher
2008-08-01
1
-4
/
+4
|
*
auth_server: fix segfault reported by Julien Kerihuel <j.kerihuel@openchange....
Stefan Metzmacher
2008-08-01
1
-1
/
+1
|
*
Revert "Start implementind domain trusts in our KDC."
Stefan Metzmacher
2008-08-01
1
-33
/
+7
|
*
Update to a working trustAuthIncoming and trustAuthOutgoing parser.
Andrew Bartlett
2008-07-31
1
-4
/
+25
|
*
Print trustAuthOutgoing and trustAuthIncoming in RPC-DSSYNC
Andrew Bartlett
2008-07-31
1
-6
/
+22
|
*
Use the cldap reply to avoid segfaulting in RPC-DSSYNC
Andrew Bartlett
2008-07-31
1
-1
/
+13
|
*
Don't fail if the domain has a trust already.
Andrew Bartlett
2008-07-31
1
-1
/
+6
|
*
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-local
Andrew Bartlett
2008-07-31
16
-73
/
+101
|
|
\
|
|
*
Revert "gensec_gssapi: use gsskrb5_get_subkey() to make smb2 signing with aes...
Stefan Metzmacher
2008-07-28
1
-3
/
+3
[prev]
[next]