index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
auth
/
credentials
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add prototypes required by samba-gtk.
Jelmer Vernooij
2009-01-25
1
-0
/
+9
*
Avoid using a utility header for Python replacements included in Samba,
Jelmer Vernooij
2009-01-08
1
-1
/
+5
*
s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4
Tim Prouty
2009-01-07
1
-0
/
+1
*
py: Properly increase the reference counter of Py_None.
Jelmer Vernooij
2009-01-06
1
-6
/
+6
*
s4:lib/tevent: rename structs
Stefan Metzmacher
2008-12-29
4
-25
/
+25
*
Add header for pyparam.
Jelmer Vernooij
2008-12-22
1
-3
/
+1
*
Include errors.i verbatim in security.i, as it's the only file still using it.
Jelmer Vernooij
2008-12-21
1
-4
/
+2
*
Convert credentials Python module to "manual" C - no SWIG used to generate
Jelmer Vernooij
2008-12-21
6
-4719
/
+350
*
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
2008-10-20
2
-0
/
+2
*
Use common util_file code.
Jelmer Vernooij
2008-10-12
1
-1
/
+1
*
Fix include paths to new location of libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Move lib/util from source4 to top-level libutil.
Jelmer Vernooij
2008-10-11
1
-1
/
+1
*
Move source4/lib/crypto to lib/crypto.
Jelmer Vernooij
2008-09-24
1
-1
/
+1
*
Generate with 1.3.36.
Jelmer Vernooij
2008-09-18
2
-22
/
+27
*
auth/credentials: explain why we need to the enctypes for the gssapi layer
Stefan Metzmacher
2008-07-28
1
-1
/
+11
*
auth/credentials: use the same enctypes when getting a TGT and a TGS
Stefan Metzmacher
2008-07-26
1
-0
/
+23
*
Kill of some bogus debugs for the world who does not use the LDAP backend
Andrew Bartlett
2008-07-15
1
-3
/
+3
*
Allow ldap credentials to be (optionally) stored in secrets.ldb
Andrew Bartlett
2008-07-15
1
-11
/
+33
*
credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFER
Stefan Metzmacher
2008-06-27
1
-1
/
+4
*
credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...
Michael Adam
2008-06-27
1
-1
/
+1
*
credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...
Stefan Metzmacher
2008-06-19
1
-6
/
+21
*
Make up the right dependencies now that ldb depends on libevents
Simo Sorce
2008-06-14
1
-1
/
+2
*
Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c
Andrew Bartlett
2008-05-31
1
-1
/
+1
*
Move CFLAGS handling out of smb_build.
Jelmer Vernooij
2008-05-30
1
-1
/
+1
*
Add docstrings to a couple more python modules.
Jelmer Vernooij
2008-05-24
2
-1
/
+5
*
Add some docstrings to credentials python module.
Jelmer Vernooij
2008-05-23
3
-25
/
+174
*
Move more modules inside of the samba package.
Jelmer Vernooij
2008-05-21
4
-23
/
+50
*
Move some python files into the samba package.
Jelmer Vernooij
2008-05-21
1
-1
/
+1
*
Move CFLAGS overrides for SWIG modules to Makefile.
Jelmer Vernooij
2008-05-21
1
-0
/
+2
*
Remove support for .py files from smb_build - deal with it only in the makefi...
Jelmer Vernooij
2008-05-21
1
-0
/
+2
*
Fix a bunch of dependencies.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Fix a couple (well, little more than that..) of typos.
Jelmer Vernooij
2008-05-18
1
-1
/
+1
*
Avoid smb_build for prototype headers in some places.
Jelmer Vernooij
2008-05-18
1
-4
/
+6
*
Allow an NTLM response to be specified into the auth subsystem.
Andrew Bartlett
2008-05-05
3
-18
/
+63
*
Remove event context tracking from the credentials struct.
Jelmer Vernooij
2008-04-17
5
-44
/
+44
*
Move object files lists to makefile rather than smb_build.
Jelmer Vernooij
2008-04-14
1
-5
/
+4
*
Extend credentials python API to include set_machine_account.
Andrew Bartlett
2008-04-05
4
-29
/
+78
*
Reduce the number of installed headers.
Jelmer Vernooij
2008-04-02
1
-1
/
+1
*
Install public header files again and include required prototypes.
Jelmer Vernooij
2008-04-02
5
-58
/
+170
*
Fix and test python scripts and kerberos
Andrew Bartlett
2008-03-28
4
-15
/
+111
*
Don't require users of credentials.h to have krb5.h and gssapi.h
Andrew Bartlett
2008-03-17
3
-7
/
+20
*
Move public header accumulation out of the perl code.
Jelmer Vernooij
2008-02-29
1
-2
/
+3
*
python: Add bindings for cli_credentials_set_cmdline_callbacks().
Jelmer Vernooij
2008-01-24
5
-1
/
+38
*
Default to creating anonymous credentials.
Jelmer Vernooij
2008-01-23
2
-2
/
+2
*
pidl/python: Pass credentials and loadparm context when connecting using DCE/...
Jelmer Vernooij
2008-01-14
2
-0
/
+33
*
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
2007-12-24
1
-1
/
+1
*
r26572: Fix warnings in the Python code.
Jelmer Vernooij
2007-12-24
2
-5
/
+5
*
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2007-12-24
2
-77
/
+38
*
r26504: Don't rely on system-provided kerberos headers.
Jelmer Vernooij
2007-12-21
1
-2
/
+2
*
r26484: Don't rely on removed header.
Jelmer Vernooij
2007-12-21
2
-1
/
+5
[next]