r26445: Fix credentials python bindings.
[ira/wip.git] / source / auth / credentials /
2007-12-21 Jelmer Vernooijr26445: Fix credentials python bindings.
2007-12-21 Jelmer Vernooijr26430: require explicit specification of loadparm...
2007-12-21 Jelmer Vernooijr26399: Use -O option for SWIG (less evil generated...
2007-12-21 Jelmer Vernooijr26385: Integrate gensec-socket into gensec.
2007-12-21 Jelmer Vernooijr26382: Remove more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26323: Regenerated credentials SWIG.
2007-12-21 Jelmer Vernooijr26321: Fix python tests.
2007-12-21 Jelmer Vernooijr26320: Clean up properly after error.
2007-12-21 Jelmer Vernooijr26274: Some syntax fixes, remove more global_loadparm...
2007-12-21 Jelmer Vernooijr26272: Remove global_loadparm in some more places.
2007-12-21 Jelmer Vernooijr26271: Remove some more uses of global_loadparm.
2007-12-21 Jelmer Vernooijr26270: Require specifying the loadparm_context or...
2007-12-21 Jelmer Vernooijr26269: Fix a couple more references to global_loadparm.
2007-12-21 Jelmer Vernooijr26248: Check in SWIG output so SWIG is not required...
2007-12-21 Jelmer Vernooijr26233: Pass loadparm context when creating krb5 contexts.
2007-12-21 Jelmer Vernooijr26231: Spell check: credentails -> credentials.
2007-12-21 Jelmer Vernooijr26229: Set loadparm context as opaque pointer in ldb...
2007-12-21 Jelmer Vernooijr26205: Pass loadparm_context to secrets_db_connect...
2007-12-21 Jelmer Vernooijr26204: Binsings for some more functions.
2007-12-21 Jelmer Vernooijr26069: Import python bindings for credentials.
2007-12-21 Jelmer Vernooijr26004: Add some simple credentials tests.
2007-12-21 Jelmer Vernooijr26003: Split up DB_WRAP, as first step in an attempt...
2007-12-21 Andrew Bartlettr25703: Use less entropy by using the pointer value...
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25552: Convert to standard bool type.
2007-10-10 Jelmer Vernooijr25446: Merge some changes I made on the way home from...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25193: Update headers to easy use by external apps.
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Andrew Bartlettr24730: Allow secrets entries to be for service principals.
2007-10-10 Jelmer Vernooijr24712: No longer expose the 'BOOL' data type in any...
2007-10-10 Andrew Bartlettr24282: Try to fix the occasional Samba4 crash in BASE...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Andrew Bartlettr23132: Resolve an issue where we would use the ccache...
2007-10-10 Andrew Bartlettr23063: Make sure to invalidate the ccache when we...
2007-10-10 Andrew Bartlettr23034: Thanks to metze for providing some vital clues...
2007-10-10 Andrew Tridgellr22969: fix some more places where we could end up...
2007-10-10 Andrew Bartlettr22558: Move to a static list of enctypes to put into...
2007-10-10 Stefan Metzmacherr22387: see if this fixes the build on the aix1 hosts
2007-10-10 Andrew Bartlettr22187: Test kerberos logins in the smbclient blackbox...
2007-10-10 Andrew Bartlettr22115: I don't like the DOMAIN environment variable...
2007-10-10 Andrew Bartlettr21736: Fix the smbclient test to do something more...
2007-10-10 James Peachr21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it...
2007-10-10 Stefan Metzmacherr21451: if kerberos is requested ( -k yes ), we should...
2007-10-10 Stefan Metzmacherr21362: rename:
2007-10-10 Stefan Metzmacherr21314: add more usefull debug output
2007-10-10 Stefan Metzmacherr21142: fix compiler warnings
2007-10-10 Andrew Bartlettr21135: Instead of having hooks to update keytabs as...
2007-10-10 Stefan Metzmacherr20135: attach default gensec features to the cli_crede...
2007-10-10 Simo Sorcer19832: better prototypes for the linearization functions:
2007-10-10 Simo Sorcer19831: Big ldb_dn optimization and interfaces enhancem...
2007-10-10 Jelmer Vernooijr19676: Fix some more dependencies.
2007-10-10 Jelmer Vernooijr19670: Reduce the number of unresolved symbols when...
2007-10-10 Andrew Bartlettr19604: This is a massive commit, and I appologise...
2007-10-10 Andrew Bartlettr19598: Ahead of a merge to current lorikeet-heimdal:
2007-10-10 Jelmer Vernooijr19573: Move secrets.o into param/ (subsystems haven...
2007-10-10 Simo Sorcer17516: Change helper function names to make more clear...
2007-10-10 Andrew Bartlettr16218: If a connection is forced as 'anonymous', don...
2007-10-10 Andrew Tridgellr15853: started the process of removing the warnings...
2007-10-10 Jelmer Vernooijr15702: Fix typo
2007-10-10 Andrew Bartlettr15498: Initialise the callback_running field, and...
2007-10-10 Jelmer Vernooijr15422: Fix issues with functions being called recursiv...
2007-10-10 Andrew Bartlettr15421: Correct function comments.
2007-10-10 Andrew Bartlettr15420: Add a new function to print a the 'unparsed...
2007-10-10 Andrew Bartlettr15415: Use Jelmer's new credentials 'wrong password...
2007-10-10 Jelmer Vernooijr15414: Support retrying different username/password...
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15297: Move create_security_token() to samdb as it...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Andrew Tridgellr14977: more IBM checker fixes
2007-10-10 Andrew Tridgellr14837: fixed build error
2007-10-10 Andrew Bartlettr14701: Allow, with non-default options, NTLMSSP to...
2007-10-10 Jelmer Vernooijr14484: Install more headers
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Jelmer Vernooijr13960: Generate makefile rules for installing/removing...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr13206: This patch finally re-adds a -k option that...
2007-10-10 Andrew Bartlettr13107: Follow the lead of Heimdal's kpasswdd and use...
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12670: Make a couple of dependencies stricter
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12592: Remove some useless dependencies
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Andrew Bartlettr12411: Add 'net samdump keytab <keytab>'.
2007-10-10 Andrew Bartlettr12310: Link simple bind support in our internal LDAP...
2007-10-10 Andrew Bartlettr12227: I realised that I wasn't yet seeing authenticat...
2007-10-10 Andrew Bartlettr12179: Allow our KDC to use LDAP to get to the backend...
2007-10-10 Stefan Metzmacherr12065: fix compiler warning
2007-10-10 Andrew Bartlettr12061: Add missing file to previous commit. This...
2007-10-10 Andrew Bartlettr12060: Work towards allowing the credentials system...
2007-10-10 Andrew Bartlettr11995: A big kerberos-related update.
2007-10-10 Andrew Bartlettr11452: Update Heimdal to current lorikeet, including...
2007-10-10 Andrew Bartlettr11440: Actually check the right thing for 'is this...
2007-10-10 Andrew Bartlettr11401: A simple hack to have our central credentials...
2007-10-10 Andrew Bartlettr11358: Ensure domains are always upper-case as well...
2007-10-10 Andrew Bartlettr11313: Typo
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
next