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
/
pyauth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-20
Use python.h from libreplace
Andreas Schneider
1
-1
/
+1
2023-07-21
python: Remove const from PyList_AsStringList()
Andrew Bartlett
1
-2
/
+2
2023-07-21
python: Move PyList_AsStringList to common code so we can reuse
Andrew Bartlett
1
-34
/
+0
2020-06-05
pyauth: add python binding for auth_session_info_set_unix()
Björn Baumbach
1
-0
/
+72
2020-05-08
Fix clang 9 missing-field-initializer warnings
Gary Lockyer
1
-1
/
+1
2019-07-22
s4/auth/py: avoid null deref with bad python arguments
Douglas Bagnall
1
-2
/
+2
2019-06-24
py3: Remove duplicated PyUnicode_Check() after the py3 compat macros were rem...
Andrew Bartlett
1
-1
/
+1
2019-06-24
py3: Remove PyStr_AsUTF8AndSize() compatability macro
Andrew Bartlett
1
-1
/
+1
2019-06-24
py3: Remove PyStr_Check() compatability macro
Andrew Bartlett
1
-1
/
+1
2019-05-16
s4: squash 'cast between incompatible function types' warning
Noel Power
1
-3
/
+5
2019-02-01
s4/pyauth: fix memory leak when context_new() has bad arguments
Douglas Bagnall
1
-0
/
+2
2019-02-01
s4/pyauth: insist on proper ldb in context_new()
Douglas Bagnall
1
-0
/
+4
2019-02-01
s4/pyauth: check ldb argument in py_user_session()
Douglas Bagnall
1
-0
/
+4
2018-10-11
python: Add samba.auth.copy_session_info()
Björn Baumbach
1
-0
/
+59
2018-10-10
pyauth: Remove imessaging_ctx parameter to new
Gary Lockyer
1
-13
/
+11
2018-07-12
python: Add samba.auth.session_info_fill_unix()
Andrew Bartlett
1
-0
/
+61
2018-04-30
s4/auth: Additionally accept unicode as string param in Py2
Noel Power
1
-1
/
+1
2017-03-27
auth: Add SID_NT_NTLM_AUTHENTICATION / S-1-5-64-10 to the token during NTLM auth
Andrew Bartlett
1
-0
/
+1
2017-03-10
python: samba.auth: Port samba.auth to Python 3 compatible form
Lumir Balhar
1
-17
/
+29
2016-03-08
pyauth: Use pytalloc_BaseObject_PyType_Ready()
Andrew Bartlett
1
-6
/
+1
2016-01-07
python: Remove Python 2.4 support macros
Andrew Bartlett
1
-7
/
+0
2014-01-09
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
1
-4
/
+0
2013-02-22
pyauth: Check return value of lpcfg_from_py_object().
Andreas Schneider
1
-0
/
+4
2012-04-14
s4-auth: Make sure ldb context is initialized even if not passed by Python code
Alexander Bokovoy
1
-1
/
+1
2011-12-29
s4-pyauth: Make sure event context allows nesting
Andrew Bartlett
1
-1
/
+2
2011-08-10
pytalloc: Use consistent prefix for functions, add ABI file.
Jelmer Vernooij
1
-4
/
+4
2011-08-07
pyldb: Consistently use pyldb_ prefix.
Jelmer Vernooij
1
-3
/
+3
2011-07-28
s4auth: Remove duplicate assignment of structure variable
Amitay Isaacs
1
-1
/
+0
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
1
-2
/
+2
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-7
/
+7
2011-04-05
auth: Move auth_session_info into IDL
Andrew Bartlett
1
-74
/
+2
2011-03-19
source4/auth: Fix prototypes for all functions.
Jelmer Vernooij
1
-0
/
+2
2011-01-30
s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4
Matthias Dieter Wallnöfer
1
-0
/
+11
2011-01-19
s4-pyauth Fix AuthContext wrapper
Andrew Bartlett
1
-2
/
+13
2011-01-18
s4-auth Extend python bindings to allow ldb and message to be specified
Andrew Bartlett
1
-10
/
+59
2011-01-18
s4-pyauth Add bindings for auth_context_create() as AuthContext()
Andrew Bartlett
1
-0
/
+80
2011-01-18
s4-pyauth Use py_talloc_get_type() for greater talloc binding safety
Andrew Bartlett
1
-6
/
+6
2011-01-14
s4-auth Add get and set methods for auth_session_info python wrapper
Andrew Bartlett
1
-6
/
+72
2011-01-14
s4-auth Add function to obtain any user's session_info from a given LDB
Andrew Bartlett
1
-1
/
+63
2010-12-01
pyauth: Use talloc.Object.
Jelmer Vernooij
1
-3
/
+5
2010-09-22
s4-param: Fix more memory leaks, invalid memory context.
Jelmer Vernooij
1
-8
/
+32
2010-09-22
s4-param: Check type when converting python object to lp_ctx, fix some
Jelmer Vernooij
1
-2
/
+6
2010-08-18
s4:auth Remove system_session_anon() from python bindings
Andrew Bartlett
1
-19
/
+0
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-3
/
+3
2010-04-08
pynet: Create a net class.
Jelmer Vernooij
1
-3
/
+4
2010-04-06
s4-python: Move set_session_info to PySambaLdb.
Jelmer Vernooij
1
-1
/
+2
2010-01-21
s4: Fix a few warnings.
Jelmer Vernooij
1
-0
/
+1
2009-10-23
s4-dsdb: create a static system_session context
Andrew Tridgell
1
-1
/
+1
2009-09-09
Added "admin_session" method.
Nadezhda Ivanova
1
-0
/
+23
2009-07-01
another case that should use py_talloc_reference
Andrew Tridgell
1
-1
/
+1
[next]