summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* s4:credentials Add in tracking of the password last set timeAndrew Bartlett2010-05-183-1/+33
* s4:credentials Allow setting of an empty Kerberos CCACHEAndrew Bartlett2010-05-141-18/+12
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-023-20/+81
* s4:kerberos Give a better error message than "Could not allocate memory"Andrew Bartlett2010-04-271-3/+3
* pytalloc: ensure talloc_ctx is directly after PyObject_HEADAndrew Tridgell2010-04-201-1/+1
* s4-python: PyErr_SetString() will crash on NULL stringsAndrew Tridgell2010-04-191-1/+1
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-103-0/+47
* s4:credentials talloc_free() any previous salt_principalAndrew Bartlett2010-04-102-1/+2
* pynet: Create a net class.Jelmer Vernooij2010-04-081-6/+17
* s4-waf: removed the AUTOGENERATED markersAndrew Tridgell2010-04-061-4/+0
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+19
* s4-python: Remove convenience macro PyErr_SetStringError.Jelmer Vernooij2010-04-041-1/+1
* pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell2010-03-291-1/+1
* s4:auth/credentials/credentials.c - initialise more contentMatthias Dieter Wallnöfer2010-03-261-0/+3
* s4:python Add bindings to set GENSEC flags on credentials in pythonAndrew Bartlett2010-02-261-0/+23
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-265-56/+91
* s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett2010-02-205-63/+162
* s4:auth/credentials/credentials.c - Initialise the "lm_response" and "nt_resp...Matthias Dieter Wallnöfer2010-02-121-0/+5
* s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer2010-02-091-4/+0
* dsdb: Fix dependencies when building against system ldb.Jelmer Vernooij2009-12-291-1/+1
* s4:credentials Put the 'secrets.keytab' in the same directory as secrets.ldbAndrew Bartlett2009-11-021-1/+3
* s4-python: we need to include Python.h firstAndrew Tridgell2009-10-231-1/+1
* s4:auth - fixed problem reading bind DN from secrets databaseEndi S. Dewata2009-10-162-0/+8
* s4:auth/credentials/credentials - fix uninitalised pointersMatthias Dieter Wallnöfer2009-10-151-7/+35
* pycredentials: Raise MemoryError when unable to create objects.Jelmer Vernooij2009-06-171-1/+6
* pycredentials: Fix memory leak.Jelmer Vernooij2009-06-171-1/+7
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-3/+0
* Fix more unresolved symbols.Jelmer Vernooij2009-06-022-10/+1
* python: Move helper functions for using param into a separate file ratherJelmer Vernooij2009-06-021-1/+1
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-142-5/+5
* s4:auth/credentials: include gssapi/gssapi_krb5.hStefan Metzmacher2009-03-261-0/+1
* s4:pycredentials: fix compiler warningsStefan Metzmacher2009-02-052-26/+25
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-4/+2
* Add prototypes required by samba-gtk.Jelmer Vernooij2009-01-251-0/+9
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-0/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-6/+6
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-25/+25
* Add header for pyparam.Jelmer Vernooij2008-12-221-3/+1
* Include errors.i verbatim in security.i, as it's the only file still using it.Jelmer Vernooij2008-12-211-4/+2
* Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij2008-12-216-4719/+350
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-202-0/+2
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* Move lib/util from source4 to top-level libutil.Jelmer Vernooij2008-10-111-1/+1
* Move source4/lib/crypto to lib/crypto.Jelmer Vernooij2008-09-241-1/+1
* Generate with 1.3.36.Jelmer Vernooij2008-09-182-22/+27
* auth/credentials: explain why we need to the enctypes for the gssapi layerStefan Metzmacher2008-07-281-1/+11
* auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher2008-07-261-0/+23