index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
gensec
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-26
s4:schannel: handle move flag combinations in the server
Stefan Metzmacher
1
-13
/
+23
2010-09-23
s4-gensec: fixed a client side bug in GENSEC/SASL/SSF negotiation
Andrew Tridgell
1
-7
/
+10
2010-09-23
s4-gensec: prevent a double free in the error path of GSSAPI auth
Andrew Tridgell
1
-1
/
+0
2010-09-23
s4-gensec: fixed a GSSAPI SASL negotiation bug
Andrew Tridgell
1
-11
/
+14
2010-09-22
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
1
-1
/
+1
2010-09-22
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
1
-0
/
+18
2010-09-22
pygensec: Implement start_mech_by_name().
Jelmer Vernooij
2
-8
/
+30
2010-09-21
s4-selftest: Move more tests to scripting/python, simplifies running of tests.
Jelmer Vernooij
1
-39
/
+0
2010-09-14
s4: Fix two typos
Volker Lendecke
1
-2
/
+2
2010-09-11
s4:gensec Put the "NTLM" string for NTLMSSP's SASL name in a header
Andrew Bartlett
1
-0
/
+2
2010-08-09
s4-build: use @PACKAGE_VERSION@ in s4 pc.in files
Andrew Tridgell
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
5
-12
/
+12
2010-06-24
s4:auth/gensec/gensec_gssapi.c - reorder constructor
Matthias Dieter Wallnöfer
1
-30
/
+38
2010-06-24
s4-python: python is not always in /usr/bin
Andrew Tridgell
1
-1
/
+1
2010-06-19
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
1
-4
/
+4
2010-06-15
ldb: Only build standard ldb modules when building bundled ldb.
Jelmer Vernooij
1
-1
/
+1
2010-06-13
s4-test: Use smb.conf path set in environment rather than using
Jelmer Vernooij
1
-2
/
+2
2010-05-21
s4:auth Remove un-needed headers.
Andrew Bartlett
1
-1
/
+0
2010-05-20
s4:auth Change auth_generate_session_info to take flags
Andrew Bartlett
1
-1
/
+7
2010-05-20
s4:auth Allow the operational module to get a user's tokenGroups from auth
Andrew Bartlett
2
-1
/
+2
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
5
-12
/
+3
2010-05-14
s4:gensec expose gensec_set_target_principal for use outside GENSEC
Andrew Bartlett
4
-3
/
+8
2010-05-02
s4:credentials Make the CCACHE in credentials depend on the things that built it
Andrew Bartlett
2
-1
/
+12
2010-04-27
s4:gensec Use a different form of 'name' in GSSAPI import_name()
Andrew Bartlett
1
-3
/
+3
2010-04-14
s4:auth Change auth_generate_session_info to take an auth context
Andrew Bartlett
4
-4
/
+24
2010-04-11
s4:auth Remove event context from anonymous_session()
Andrew Bartlett
1
-1
/
+1
2010-04-08
pynet: Create a net class.
Jelmer Vernooij
1
-1
/
+1
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
1
-0
/
+2
2010-04-06
s4-waf: enable the pc_files in the build rules
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: fixed the build without sasl libraries
Andrew Tridgell
1
-1
/
+2
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-5
/
+1
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+63
2010-04-05
Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...
Matthias Dieter Wallnöfer
1
-5
/
+0
2010-03-30
s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available
Matthias Dieter Wallnöfer
1
-0
/
+5
2010-03-29
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
1
-1
/
+1
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2
-0
/
+2
2010-03-08
s4-gensec: Fixed wrong usage of error_string.
Andreas Schneider
1
-1
/
+1
2010-02-26
s4:python Add bindings to set GENSEC flags on credentials in python
Andrew Bartlett
1
-0
/
+9
2010-02-26
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
2
-9
/
+15
2010-02-23
s4:cleanup remove unused schannel ldb code
Simo Sorce
1
-67
/
+0
2010-02-23
s4:schannel merge code with s3
Simo Sorce
2
-22
/
+5
2010-02-13
s4-auth: use TYPESAFE_QSORT() in gensec
Andrew Tridgell
1
-1
/
+2
2010-02-09
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
1
-4
/
+0
2009-12-24
s4:gensec: change gensec_update_send/recv to tevent_req
Stefan Metzmacher
3
-58
/
+83
2009-12-16
s4:gensec: allow clearing local and remote address by passing NULL
Stefan Metzmacher
1
-0
/
+10
2009-12-16
s4-gensec: Remove obsolete socket_address vars and fns.
Andreas Schneider
2
-35
/
+0
2009-12-16
s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.
Andreas Schneider
4
-27
/
+21
2009-12-16
s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.
Andreas Schneider
2
-11
/
+0
2009-12-16
s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.
Andreas Schneider
3
-23
/
+24
2009-12-16
s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.
Andreas Schneider
2
-10
/
+0
[prev]
[next]