summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials
Commit message (Expand)AuthorAgeFilesLines
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-5/+2
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
* Remove public prototype headers. Generating both public and private prototype...Jelmer Vernooij2008-02-251-1/+1
* 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
* r26271: Remove some more uses of global_loadparm.Jelmer Vernooij2007-12-212-7/+12
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-213-8/+27
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij2007-12-212-0/+4172
* r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij2007-12-211-7/+9
* r26231: Spell check: credentails -> credentials.Jelmer Vernooij2007-12-211-1/+1
* r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij2007-12-211-5/+6
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-212-2/+1
* r26204: Binsings for some more functions.Jelmer Vernooij2007-12-212-0/+12
* r26069: Import python bindings for credentials.Jelmer Vernooij2007-12-213-0/+181
* r26004: Add some simple credentials tests.Jelmer Vernooij2007-12-211-0/+120
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25703: Use less entropy by using the pointer value as a process-unique token.Andrew Bartlett2007-12-211-10/+2
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-102-87/+87
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-7/+10
* r25193: Update headers to easy use by external apps.Jelmer Vernooij2007-10-101-0/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-102-0/+2
* r24730: Allow secrets entries to be for service principals.Andrew Bartlett2007-10-101-6/+11
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-3/+3
* r24282: Try to fix the occasional Samba4 crash in BASE-BENCH-READWRITE, asAndrew Bartlett2007-10-101-4/+6
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-106-18/+12
* r23132: Resolve an issue where we would use the ccache after we free()ed it.Andrew Bartlett2007-10-101-27/+34
* r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett2007-10-103-6/+70
* r23034: Thanks to metze for providing some vital clues in the 'kerberos ccacheAndrew Bartlett2007-10-101-2/+6