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
/
credentials
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-18
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
2
-2
/
+1
2010-10-17
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
2
-1
/
+2
2010-10-17
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
2
-2
/
+1
2010-10-12
s4-credentials Allocate ldb result on correct memory context
Andrew Bartlett
1
-1
/
+1
2010-10-11
s4-credentials Add explicit event context handling to Kerberos calls (only)
Andrew Bartlett
5
-42
/
+24
2010-10-11
s4-param Refactor secrets code to not require an event context.
Andrew Bartlett
1
-1
/
+1
2010-10-11
credentials: Avoid unnecessary includes.
Jelmer Vernooij
1
-2
/
+0
2010-10-11
credentials: Fix the build.
Jelmer Vernooij
5
-2
/
+7
2010-10-11
credentials: Split up into several subsystems.
Jelmer Vernooij
2
-5
/
+17
2010-10-11
kerberos_util: Put into separate subsystem.
Jelmer Vernooij
2
-2
/
+3
2010-10-10
credentials: Move code that doesn't need any external dependencies into
Jelmer Vernooij
3
-144
/
+147
2010-10-05
Add missing dependencies for com_err.
Jelmer Vernooij
1
-1
/
+1
2010-10-05
heimdal: Fix library name of gssapi.
Jelmer Vernooij
1
-1
/
+1
2010-09-25
s4-pycredentials: avoid a tallloc_free on ref
Andrew Tridgell
1
-1
/
+1
2010-09-24
s4-kerberos Move 'set key into keytab' code out of credentials.
Andrew Bartlett
3
-69
/
+5
2010-09-22
s4-selftest: Move credentials tests to standard python directory.
Jelmer Vernooij
1
-100
/
+0
2010-09-22
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
1
-10
/
+38
2010-09-22
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
1
-2
/
+7
2010-09-16
s4-pycredentials: expose forwardable setting via python
Andrew Tridgell
1
-0
/
+16
2010-09-16
s4-credentials: added ability to control forwardable attribute on krb5 tickets
Andrew Tridgell
2
-0
/
+24
2010-09-11
s4-credentials: get all attributes in cli_credentials_set_secrets()
Andrew Tridgell
1
-17
/
+1
2010-08-27
s4:credentials_krb5.c - quiet a Solaris warning
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
4
-18
/
+18
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
-2
/
+4
2010-05-30
s4:auth/credentials/credentials.c - initialise "password_last_changed_time"
Matthias Dieter Wallnöfer
1
-0
/
+2
2010-05-18
s4:credentials Add in tracking of the password last set time
Andrew Bartlett
3
-1
/
+33
2010-05-14
s4:credentials Allow setting of an empty Kerberos CCACHE
Andrew Bartlett
1
-18
/
+12
2010-05-02
s4:credentials Make the CCACHE in credentials depend on the things that built it
Andrew Bartlett
3
-20
/
+81
2010-04-27
s4:kerberos Give a better error message than "Could not allocate memory"
Andrew Bartlett
1
-3
/
+3
2010-04-20
pytalloc: ensure talloc_ctx is directly after PyObject_HEAD
Andrew Tridgell
1
-1
/
+1
2010-04-19
s4-python: PyErr_SetString() will crash on NULL strings
Andrew Tridgell
1
-1
/
+1
2010-04-10
s4:credentials Add the functions needed to do S4U2Self with cli_credentials
Andrew Bartlett
3
-0
/
+47
2010-04-10
s4:credentials talloc_free() any previous salt_principal
Andrew Bartlett
2
-1
/
+2
2010-04-08
pynet: Create a net class.
Jelmer Vernooij
1
-6
/
+17
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-4
/
+0
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
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+19
2010-04-04
s4-python: Remove convenience macro PyErr_SetStringError.
Jelmer Vernooij
1
-1
/
+1
2010-03-29
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
1
-1
/
+1
2010-03-26
s4:auth/credentials/credentials.c - initialise more content
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-02-26
s4:python Add bindings to set GENSEC flags on credentials in python
Andrew Bartlett
1
-0
/
+23
2010-02-26
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
5
-56
/
+91
2010-02-20
s4:credentials Add hooks to extract a named Kerberos credentials cache
Andrew Bartlett
5
-63
/
+162
2010-02-12
s4:auth/credentials/credentials.c - Initialise the "lm_response" and "nt_resp...
Matthias Dieter Wallnöfer
1
-0
/
+5
2010-02-09
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
1
-4
/
+0
2009-12-29
dsdb: Fix dependencies when building against system ldb.
Jelmer Vernooij
1
-1
/
+1
2009-11-02
s4:credentials Put the 'secrets.keytab' in the same directory as secrets.ldb
Andrew Bartlett
1
-1
/
+3
2009-10-23
s4-python: we need to include Python.h first
Andrew Tridgell
1
-1
/
+1
2009-10-16
s4:auth - fixed problem reading bind DN from secrets database
Endi S. Dewata
2
-0
/
+8
[next]