summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* 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
* Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett2008-07-151-3/+3
* Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett2008-07-151-11/+33
* credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher2008-06-271-1/+4
* credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam2008-06-271-1/+1
* credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...Stefan Metzmacher2008-06-191-6/+21
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+2
* Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2008-05-311-1/+1
* Move CFLAGS handling out of smb_build.Jelmer Vernooij2008-05-301-1/+1
* Add docstrings to a couple more python modules.Jelmer Vernooij2008-05-242-1/+5
* Add some docstrings to credentials python module.Jelmer Vernooij2008-05-233-25/+174
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-214-23/+50
* Move some python files into the samba package.Jelmer Vernooij2008-05-211-1/+1
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
* Fix a bunch of dependencies.Jelmer Vernooij2008-05-181-1/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Avoid smb_build for prototype headers in some places.Jelmer Vernooij2008-05-181-4/+6
* Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-053-18/+63
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-175-44/+44
* Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-141-5/+4
* Extend credentials python API to include set_machine_account.Andrew Bartlett2008-04-054-29/+78
* Reduce the number of installed headers.Jelmer Vernooij2008-04-021-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-025-58/+170
* Fix and test python scripts and kerberosAndrew Bartlett2008-03-284-15/+111
* Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett2008-03-173-7/+20
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-2/+3
* python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij2008-01-245-1/+38
* Default to creating anonymous credentials.Jelmer Vernooij2008-01-232-2/+2
* pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2008-01-142-0/+33
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-241-1/+1
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-5/+5
* r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2007-12-242-77/+38
* r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij2007-12-211-2/+2
* r26484: Don't rely on removed header.Jelmer Vernooij2007-12-212-1/+5
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-17/+6
* r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij2007-12-212-2/+4
* r26464: Tighten dependencies.Jelmer Vernooij2007-12-211-1/+1
* r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2007-12-212-49/+97
* r26445: Fix credentials python bindings.Jelmer Vernooij2007-12-213-4/+11
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-214-29/+48
* r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2007-12-212-32/+53
* r26385: Integrate gensec-socket into gensec.Jelmer Vernooij2007-12-211-0/+1
* r26382: Remove more uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26323: Regenerated credentials SWIG.Jelmer Vernooij2007-12-211-3/+1
* r26321: Fix python tests.Jelmer Vernooij2007-12-211-2/+3
* r26320: Clean up properly after error.Jelmer Vernooij2007-12-212-3/+2
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-212-3/+5
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-2/+3