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
/
auth
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
pyauth: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-3
/
+5
*
pygensec: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-1
/
+4
*
pycredentials: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-2
/
+5
*
s4:auth/gensec/gensec_tstream.c - quiet warnings on Solaris "cc"
Matthias Dieter Wallnöfer
2010-11-29
1
-2
/
+2
*
s4:auth/ntlmssp/ntlmssp_server.c - remove unnecessary ";"
Matthias Dieter Wallnöfer
2010-11-29
1
-1
/
+1
*
s4:auth/gensec/gensec_gssapi.c - always print error messages on the same tall...
Matthias Dieter Wallnöfer
2010-11-29
1
-2
/
+2
*
s4-tests/bind.py: Use samba.tests.connect_samdb() instead of directly using S...
Kamen Mazdrashki
2010-11-28
1
-7
/
+10
*
s4-tests: Modified bind.py to use samba.tests.delete_force
Nadezhda Ivanova
2010-11-25
1
-7
/
+2
*
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
2010-11-22
1
-2
/
+2
*
s4-gensec: zero the gssapi_state
Andrew Tridgell
2010-11-17
1
-1
/
+1
*
s4-gensec Indicate if GENSEC is in client or server mode in the debug
Andrew Bartlett
2010-11-15
1
-2
/
+4
*
auth/ntlm: Use name consistent with other service names.
Jelmer Vernooij
2010-11-15
1
-1
/
+1
*
auth/gensec Handle incorrect username or password in Kerberos client code
Andrew Bartlett
2010-11-15
2
-0
/
+3
*
s4-auth: fixed infinite loop in krb5 auth
Andrew Tridgell
2010-11-14
1
-1
/
+1
*
s4-auth: fixed crash in krb5 auth
Andrew Tridgell
2010-11-14
1
-2
/
+1
*
s4-test: we need to import testtools before subunit/python
Andrew Tridgell
2010-11-13
1
-1
/
+1
*
s4/test: Expand BindTest
Anatoliy Atanasov
2010-11-11
1
-20
/
+60
*
s4-auth Supply more useful error messages on Kerberos failure
Andrew Bartlett
2010-11-08
3
-13
/
+28
*
s4-auth Fix typos in samba4 auth code
Brad Hards
2010-11-08
1
-7
/
+7
*
credentials: Lowercase library name,
Jelmer Vernooij
2010-11-07
5
-20
/
+20
*
samdb: Lowercase library name.
Jelmer Vernooij
2010-11-07
2
-5
/
+5
*
s4-kerberos Mention the remote address we fail to contact the KDC on
Andrew Bartlett
2010-11-05
1
-1
/
+10
*
s4/auth: Add logon_parameters to authenticate_username_pw
Anatoliy Atanasov
2010-11-05
2
-8
/
+12
*
s4/test: Added test for simple bind with machine account
Anatoliy Atanasov
2010-11-05
1
-0
/
+116
*
s4-auth: unconditionally set previous_ev
Andrew Tridgell
2010-11-04
1
-3
/
+1
*
s4:waf - fix the build on Gentoo platforms
Philip M. White
2010-11-03
1
-2
/
+4
*
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
2010-11-01
2
-18
/
+4
*
s4-auth: added a dependency on com_err
Andrew Tridgell
2010-10-31
1
-1
/
+1
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
9
-841
/
+0
*
s4-cmdline: make cmdline-credentials a private library
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
s4-auth: make KERBEROS subsystem into authkrb5 private library
Andrew Tridgell
2010-10-30
2
-9
/
+10
*
s4-credentials: make a private library from CREDENTIALS subsystem
Andrew Tridgell
2010-10-30
1
-8
/
+9
*
auth/credentials Give a sensible behaviour for resetting the krb5 context
Andrew Bartlett
2010-10-27
1
-3
/
+8
*
talloc: change pytalloc-util to be a public library.
Jelmer Vernooij
2010-10-26
3
-3
/
+3
*
waf: Remove lib prefix from libraries manually.
Jelmer Vernooij
2010-10-26
3
-6
/
+6
*
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
2010-10-26
4
-4
/
+4
*
s4: Rename WBCLIENT to wbclient.
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
2010-10-24
3
-5
/
+5
*
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
2010-10-24
3
-7
/
+7
*
s4: Rename NSS_WRAPPER to nss_wrapper.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
s4: Rename UID_WRAPPER to uid_wrapper.
Jelmer Vernooij
2010-10-23
1
-2
/
+2
*
s4: Rename LIBEVENTS to libevents.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
s4-waf: removed the XATTR and SASL aliases
Andrew Tridgell
2010-10-21
1
-1
/
+1
*
s4-auth: make auth a private library
Andrew Tridgell
2010-10-21
1
-5
/
+6
*
s4-auth Add DEBUG() for invalid DNs and errors expanding user groups.
Andrew Bartlett
2010-10-19
1
-0
/
+5
*
s4-gensec Don't give more to sasl_encode() than it will permit
Andrew Bartlett
2010-10-19
1
-3
/
+10
*
s4-gensec Don't upgrade all DIGEST-MD5 connections to seal
Andrew Bartlett
2010-10-19
1
-12
/
+21
*
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
2010-10-18
4
-4
/
+2
*
s4-gensec: Add dependency on com_err to GENSEC_KRB5.
Andreas Schneider
2010-10-18
1
-1
/
+1
*
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
2010-10-17
5
-3
/
+5
[prev]
[next]