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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
wscript_build
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-21
python: Move PyList_AsStringList to common code so we can reuse
Andrew Bartlett
1
-1
/
+3
2022-10-25
CVE-2022-3437 s4/auth/tests: Add unit tests for unwrap_des3()
Joseph Sutton
1
-0
/
+21
2022-09-12
CVE-2021-20251 s4 auth test: Unit tests for source4/auth/sam.c
Gary Lockyer
1
-0
/
+11
2019-11-22
build: Do not build selftest binaries for builds without --enable-selftest
Andrew Bartlett
1
-1
/
+1
2019-03-21
build: Remove bld.gen_python_environments()
Andrew Bartlett
1
-11
/
+10
2019-03-21
build: Remove --extra-python
Andrew Bartlett
1
-2
/
+0
2018-09-27
PY3: fix "TabError: inconsistent use of tabs and spaces"
Noel Power
1
-2
/
+2
2018-05-15
auth: keytab invalidation test
Aaron Haslett
1
-0
/
+6
2018-04-13
wscript_build: make sure we link extra-python versions of libraries
Noel Power
1
-1
/
+4
2017-03-10
python: samba.auth: Port samba.auth to Python 3 compatible form
Lumir Balhar
1
-6
/
+10
2012-08-10
build: rename security → samba-security
Björn Jacke
1
-1
/
+1
2012-02-17
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
1
-1
/
+0
2011-10-11
auth: move credentials layer to the top level
Andrew Bartlett
1
-1
/
+0
2011-09-08
build: make LIBWBCLIENT_OLD and auth_unix_token libraries
Andrew Bartlett
1
-5
/
+6
2011-08-18
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
1
-3
/
+3
2011-07-29
s4-auth Move conversion of security_token to unix_token to auth
Andrew Bartlett
1
-0
/
+6
2011-02-18
s4-auth: rename 'auth' subsystem to 'auth4'
Andrew Tridgell
1
-4
/
+4
2011-02-10
auth Move auth_sam_reply into the top level.
Andrew Bartlett
1
-7
/
+0
2011-01-18
s4-pyauth Add bindings for auth_context_create() as AuthContext()
Andrew Bartlett
1
-1
/
+1
2011-01-14
s4-auth Add get and set methods for auth_session_info python wrapper
Andrew Bartlett
1
-1
/
+1
2011-01-14
s4-auth Add function to obtain any user's session_info from a given LDB
Andrew Bartlett
1
-1
/
+1
2010-11-07
credentials: Lowercase library name,
Jelmer Vernooij
1
-3
/
+3
2010-11-07
samdb: Lowercase library name.
Jelmer Vernooij
1
-3
/
+3
2010-10-26
talloc: change pytalloc-util to be a public library.
Jelmer Vernooij
1
-1
/
+1
2010-10-26
s4: Drop duplicate 'lib' prefix for private libraries.
Jelmer Vernooij
1
-1
/
+1
2010-10-24
s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,}
Jelmer Vernooij
1
-1
/
+1
2010-10-18
s4:"util_ldb" - remove some really unused dependancies
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-17
Revert "s4:remove "util_ldb" submodule and integrate the three gendb_* calls ...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-17
s4:remove "util_ldb" submodule and integrate the three gendb_* calls in "dsdb...
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-10-10
auth: Remove unnecessary dependencies, fix formatting.
Jelmer Vernooij
1
-2
/
+2
2010-05-31
ldb: Fix dependencies when building with system ldb.
Jelmer Vernooij
1
-1
/
+1
2010-04-06
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
1
-5
/
+5
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
1
-3
/
+0
2010-04-06
s4-waf: more dependencies on talloc
Andrew Tridgell
1
-0
/
+1
2010-04-06
s4-waf: fixed some deps now we don't auto-include tevent and replace
Andrew Tridgell
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: install the rest of the headers
Andrew Tridgell
1
-0
/
+1
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
1
-0
/
+53