summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials_files.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-20s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett1-44/+48
2009-11-02s4:credentials Put the 'secrets.keytab' in the same directory as secrets.ldbAndrew Bartlett1-1/+3
2009-10-16s4:auth - fixed problem reading bind DN from secrets databaseEndi S. Dewata1-0/+3
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-3/+3
2008-10-20Make sure prototypes are always included, make some functions static andJelmer Vernooij1-0/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij1-1/+1
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-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce1-1/+2
2008-04-17Remove event context tracking from the credentials struct.Jelmer Vernooij1-5/+9
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett1-1/+1
2008-04-02Install public header files again and include required prototypes.Jelmer Vernooij1-7/+7
2007-12-21r26430: require explicit specification of loadparm context.Jelmer Vernooij1-6/+10
2007-12-21r26272: Remove global_loadparm in some more places.Jelmer Vernooij1-2/+3
2007-12-21r26271: Remove some more uses of global_loadparm.Jelmer Vernooij1-4/+6
2007-12-21r26229: Set loadparm context as opaque pointer in ldb, remove more uses of gl...Jelmer Vernooij1-5/+6
2007-12-21r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij1-1/+1
2007-12-21r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij1-1/+1
2007-10-10r25552: Convert to standard bool type.Jelmer Vernooij1-16/+16
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24730: Allow secrets entries to be for service principals.Andrew Bartlett1-6/+11
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett1-1/+1
2007-10-10r21362: rename:Stefan Metzmacher1-2/+2
2007-10-10r21314: add more usefull debug outputStefan Metzmacher1-6/+6
2007-10-10r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett1-73/+12
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-1/+1
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-1/+1
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett1-0/+1
2007-10-10r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij1-1/+1
2007-10-10r17516: Change helper function names to make more clear what they are meant t...Simo Sorce1-10/+10
2007-10-10r14977: more IBM checker fixesAndrew Tridgell1-0/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+1
2007-10-10r14363: Remove credentials.h from the global includes.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett1-19/+10
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij1-1/+1
2007-10-10r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett1-2/+2
2007-10-10r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett1-6/+33
2007-10-10r11995: A big kerberos-related update.Andrew Bartlett1-4/+88
2007-10-10r11401: A simple hack to have our central credentials system deny sending LMAndrew Bartlett1-0/+3
2007-10-10r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett1-4/+9
2007-10-10r11209: We can't read the priorSecret unless we ask for it.Andrew Bartlett1-0/+1
2007-10-10r11204: Allow us to read credentials from secrets.ldb without aAndrew Bartlett1-6/+2
2007-10-10r11200: Reposition the creation of the kerberos keytab for GSSAPI and Krb5Andrew Bartlett1-4/+53
2007-10-10r10596: Move the credentials code into it's own subsystem, and push it under ...Andrew Bartlett1-0/+293