index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
credentials
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-smbtorture: Make test names lowercase and dot-separated.
Jelmer Vernooij
2010-12-11
1
-2
/
+1
*
pycredentials: Use talloc.Object.
Jelmer Vernooij
2010-12-01
1
-2
/
+5
*
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-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
*
credentials: Lowercase library name,
Jelmer Vernooij
2010-11-07
1
-10
/
+10
*
s4/test: Added test for simple bind with machine account
Anatoliy Atanasov
2010-11-05
1
-0
/
+116
*
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
2010-10-31
1
-20
/
+0
*
s4-cmdline: make cmdline-credentials a private library
Andrew Tridgell
2010-10-30
1
-1
/
+1
*
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
1
-1
/
+1
*
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
2010-10-26
1
-1
/
+1
*
s4: Rename LIBSAMBA-* to libsamba-*
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
2010-10-24
1
-1
/
+1
*
s4: Rename LIBEVENTS to libevents.
Jelmer Vernooij
2010-10-23
1
-1
/
+1
*
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
2010-10-18
2
-2
/
+1
*
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
2010-10-17
2
-1
/
+2
*
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
2010-10-17
2
-2
/
+1
*
s4-credentials Allocate ldb result on correct memory context
Andrew Bartlett
2010-10-12
1
-1
/
+1
*
s4-credentials Add explicit event context handling to Kerberos calls (only)
Andrew Bartlett
2010-10-11
5
-42
/
+24
*
s4-param Refactor secrets code to not require an event context.
Andrew Bartlett
2010-10-11
1
-1
/
+1
*
credentials: Avoid unnecessary includes.
Jelmer Vernooij
2010-10-11
1
-2
/
+0
*
credentials: Fix the build.
Jelmer Vernooij
2010-10-11
5
-2
/
+7
*
credentials: Split up into several subsystems.
Jelmer Vernooij
2010-10-11
2
-5
/
+17
*
kerberos_util: Put into separate subsystem.
Jelmer Vernooij
2010-10-11
2
-2
/
+3
*
credentials: Move code that doesn't need any external dependencies into
Jelmer Vernooij
2010-10-10
3
-144
/
+147
*
Add missing dependencies for com_err.
Jelmer Vernooij
2010-10-05
1
-1
/
+1
*
heimdal: Fix library name of gssapi.
Jelmer Vernooij
2010-10-05
1
-1
/
+1
*
s4-pycredentials: avoid a tallloc_free on ref
Andrew Tridgell
2010-09-25
1
-1
/
+1
*
s4-kerberos Move 'set key into keytab' code out of credentials.
Andrew Bartlett
2010-09-24
3
-69
/
+5
*
s4-selftest: Move credentials tests to standard python directory.
Jelmer Vernooij
2010-09-22
1
-100
/
+0
*
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
2010-09-22
1
-10
/
+38
*
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
2010-09-22
1
-2
/
+7
*
s4-pycredentials: expose forwardable setting via python
Andrew Tridgell
2010-09-16
1
-0
/
+16
*
s4-credentials: added ability to control forwardable attribute on krb5 tickets
Andrew Tridgell
2010-09-16
2
-0
/
+24
*
s4-credentials: get all attributes in cli_credentials_set_secrets()
Andrew Tridgell
2010-09-11
1
-17
/
+1
*
s4:credentials_krb5.c - quiet a Solaris warning
Matthias Dieter Wallnöfer
2010-08-27
1
-1
/
+2
*
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
2010-07-16
4
-18
/
+18
*
s4-python: python is not always in /usr/bin
Andrew Tridgell
2010-06-24
1
-1
/
+1
*
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
2010-06-19
1
-2
/
+4
*
s4:auth/credentials/credentials.c - initialise "password_last_changed_time"
Matthias Dieter Wallnöfer
2010-05-30
1
-0
/
+2
*
s4:credentials Add in tracking of the password last set time
Andrew Bartlett
2010-05-18
3
-1
/
+33
*
s4:credentials Allow setting of an empty Kerberos CCACHE
Andrew Bartlett
2010-05-14
1
-18
/
+12
*
s4:credentials Make the CCACHE in credentials depend on the things that built it
Andrew Bartlett
2010-05-02
3
-20
/
+81
*
s4:kerberos Give a better error message than "Could not allocate memory"
Andrew Bartlett
2010-04-27
1
-3
/
+3
*
pytalloc: ensure talloc_ctx is directly after PyObject_HEAD
Andrew Tridgell
2010-04-20
1
-1
/
+1
*
s4-python: PyErr_SetString() will crash on NULL strings
Andrew Tridgell
2010-04-19
1
-1
/
+1
[next]