Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-10-15 | s4:auth/credentials/credentials - fix uninitalised pointers | Matthias Dieter Wallnöfer | 1 | -7/+35 |
2009-06-17 | pycredentials: Raise MemoryError when unable to create objects. | Jelmer Vernooij | 1 | -1/+6 |
2009-06-17 | pycredentials: Fix memory leak. | Jelmer Vernooij | 1 | -1/+7 |
2009-06-12 | s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6... | Andrew Bartlett | 1 | -3/+0 |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 2 | -10/+1 |
2009-06-02 | python: Move helper functions for using param into a separate file rather | Jelmer Vernooij | 1 | -1/+1 |
2009-04-14 | Rework Samba4 to use the new common libcli/auth code | Andrew Bartlett | 2 | -5/+5 |
2009-03-26 | s4:auth/credentials: include gssapi/gssapi_krb5.h | Stefan Metzmacher | 1 | -0/+1 |
2009-02-05 | s4:pycredentials: fix compiler warnings | Stefan Metzmacher | 2 | -26/+25 |
2009-02-02 | s4:auth/credentials: the python bindings don't use swig anymore | Stefan Metzmacher | 1 | -4/+2 |
2009-01-25 | Add prototypes required by samba-gtk. | Jelmer Vernooij | 1 | -0/+9 |
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 |
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -0/+1 |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -6/+6 |
2008-12-29 | s4:lib/tevent: rename structs | Stefan Metzmacher | 4 | -25/+25 |
2008-12-22 | Add header for pyparam. | Jelmer Vernooij | 1 | -3/+1 |
2008-12-21 | Include errors.i verbatim in security.i, as it's the only file still using it. | Jelmer Vernooij | 1 | -4/+2 |
2008-12-21 | Convert credentials Python module to "manual" C - no SWIG used to generate | Jelmer Vernooij | 6 | -4719/+350 |
2008-10-20 | Make sure prototypes are always included, make some functions static and | Jelmer Vernooij | 2 | -0/+2 |
2008-10-12 | Use common util_file code. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Fix include paths to new location of libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-11 | Move lib/util from source4 to top-level libutil. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-09-18 | Generate with 1.3.36. | Jelmer Vernooij | 2 | -22/+27 |
2008-07-28 | auth/credentials: explain why we need to the enctypes for the gssapi layer | Stefan Metzmacher | 1 | -1/+11 |
2008-07-26 | auth/credentials: use the same enctypes when getting a TGT and a TGS | Stefan Metzmacher | 1 | -0/+23 |
2008-07-15 | Kill of some bogus debugs for the world who does not use the LDAP backend | Andrew Bartlett | 1 | -3/+3 |
2008-07-15 | Allow ldap credentials to be (optionally) stored in secrets.ldb | Andrew Bartlett | 1 | -11/+33 |
2008-06-27 | credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFER | Stefan Metzmacher | 1 | -1/+4 |
2008-06-27 | credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr... | Michael Adam | 1 | -1/+1 |
2008-06-19 | credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS... | Stefan Metzmacher | 1 | -6/+21 |
2008-06-14 | Make up the right dependencies now that ldb depends on libevents | Simo Sorce | 1 | -1/+2 |
2008-05-31 | Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c | Andrew Bartlett | 1 | -1/+1 |
2008-05-30 | Move CFLAGS handling out of smb_build. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-24 | Add docstrings to a couple more python modules. | Jelmer Vernooij | 2 | -1/+5 |
2008-05-23 | Add some docstrings to credentials python module. | Jelmer Vernooij | 3 | -25/+174 |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 4 | -23/+50 |
2008-05-21 | Move some python files into the samba package. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-21 | Move CFLAGS overrides for SWIG modules to Makefile. | Jelmer Vernooij | 1 | -0/+2 |
2008-05-21 | Remove support for .py files from smb_build - deal with it only in the makefi... | Jelmer Vernooij | 1 | -0/+2 |
2008-05-18 | Fix a bunch of dependencies. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Fix a couple (well, little more than that..) of typos. | Jelmer Vernooij | 1 | -1/+1 |
2008-05-18 | Avoid smb_build for prototype headers in some places. | Jelmer Vernooij | 1 | -4/+6 |