summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
...
* s4-param: Fix more memory leaks, invalid memory context.Jelmer Vernooij2010-09-221-10/+38
* s4-param: Check type when converting python object to lp_ctx, fix someJelmer Vernooij2010-09-221-2/+7
* s4-pycredentials: expose forwardable setting via pythonAndrew Tridgell2010-09-161-0/+16
* s4-credentials: added ability to control forwardable attribute on krb5 ticketsAndrew Tridgell2010-09-162-0/+24
* s4-credentials: get all attributes in cli_credentials_set_secrets()Andrew Tridgell2010-09-111-17/+1
* s4:credentials_krb5.c - quiet a Solaris warningMatthias Dieter Wallnöfer2010-08-271-1/+2
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-164-18/+18
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1
* python: Use samba.tests.TestCase, make sure base class tearDown andJelmer Vernooij2010-06-191-2/+4
* s4:auth/credentials/credentials.c - initialise "password_last_changed_time"Matthias Dieter Wallnöfer2010-05-301-0/+2
* 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