summaryrefslogtreecommitdiff
path: root/source4/auth/credentials
AgeCommit message (Expand)AuthorFilesLines
2008-09-24Move source4/lib/crypto to lib/crypto.Jelmer Vernooij1-1/+1
2008-09-18Generate with 1.3.36.Jelmer Vernooij2-22/+27
2008-07-28auth/credentials: explain why we need to the enctypes for the gssapi layerStefan Metzmacher1-1/+11
2008-07-26auth/credentials: use the same enctypes when getting a TGT and a TGSStefan Metzmacher1-0/+23
2008-07-15Kill of some bogus debugs for the world who does not use the LDAP backendAndrew Bartlett1-3/+3
2008-07-15Allow ldap credentials to be (optionally) stored in secrets.ldbAndrew Bartlett1-11/+33
2008-06-27credentials: gss_set_cred_option() doesn't like GSS_C_NO_BUFFERStefan Metzmacher1-1/+4
2008-06-27credentials: gss_set_cred_option() needs gss_cred_id_t * argument, not gss_cr...Michael Adam1-1/+1
2008-06-19credentials: set GSS_KRB5_CRED_NO_CI_FLAGS_X to avoid GSS_C_CONF_FLAG and GSS...Stefan Metzmacher1-6/+21
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+2
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-1/+1
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-1/+1
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij2-1/+5
2008-05-23Add some docstrings to credentials python module.Jelmer Vernooij3-25/+174
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij4-23/+50
2008-05-21Move some python files into the samba package.Jelmer Vernooij1-1/+1
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-18Fix a bunch of dependencies.Jelmer Vernooij1-1/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-1/+1
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-4/+6
2008-05-05Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett3-18/+63
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij5-44/+44
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij1-5/+4
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett4-29/+78
2008-04-02Reduce the number of installed headers.Jelmer Vernooij1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij5-58/+170
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett4-15/+111
2008-03-17Don't require users of credentials.h to have krb5.h and gssapi.hAndrew Bartlett3-7/+20
2008-02-29Move public header accumulation out of the perl code.Jelmer Vernooij1-2/+3
2008-01-24python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij5-1/+38
2008-01-23Default to creating anonymous credentials.Jelmer Vernooij2-2/+2
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using DCE/...Jelmer Vernooij2-0/+33
2007-12-24r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij1-1/+1
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij2-5/+5
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a bunch...Jelmer Vernooij2-77/+38
2007-12-21r26504: Don't rely on system-provided kerberos headers.Jelmer Vernooij1-2/+2
2007-12-21r26484: Don't rely on removed header.Jelmer Vernooij2-1/+5
2007-12-21r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij1-17/+6
2007-12-21r26474: Move credentials-specific kerberos file to credentials subsystem. Fix...Jelmer Vernooij2-2/+4
2007-12-21r26464: Tighten dependencies.Jelmer Vernooij1-1/+1
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij2-49/+97
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij3-4/+11
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij4-29/+48
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij2-32/+53
2007-12-21r26385: Integrate gensec-socket into gensec.Jelmer Vernooij1-0/+1
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij1-1/+1
2007-12-21r26323: Regenerated credentials SWIG.Jelmer Vernooij1-3/+1
2007-12-21r26321: Fix python tests.Jelmer Vernooij1-2/+3
2007-12-21r26320: Clean up properly after error.Jelmer Vernooij2-3/+2