summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials/credentials_files.c
Commit message (Expand)AuthorAgeFilesLines
* credentials: Split up into several subsystems.Jelmer Vernooij2010-10-111-296/+0
* credentials: Move code that doesn't need any external dependencies intoJelmer Vernooij2010-10-101-131/+0
* s4-kerberos Move 'set key into keytab' code out of credentials.Andrew Bartlett2010-09-241-11/+3
* s4-credentials: get all attributes in cli_credentials_set_secrets()Andrew Tridgell2010-09-111-17/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-3/+3
* s4:credentials Add in tracking of the password last set timeAndrew Bartlett2010-05-181-1/+10
* s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett2010-02-201-44/+48
* s4:credentials Put the 'secrets.keytab' in the same directory as secrets.ldbAndrew Bartlett2009-11-021-1/+3
* s4:auth - fixed problem reading bind DN from secrets databaseEndi S. Dewata2009-10-161-0/+3
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-3/+3
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* 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
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-1/+2
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-5/+9
* Extend credentials python API to include set_machine_account.Andrew Bartlett2008-04-051-1/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-7/+7
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-6/+10
* 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-211-4/+6
* 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-211-1/+1
* r26003: Split up DB_WRAP, as first step in an attempt to sanitize dependencies.Jelmer Vernooij2007-12-211-1/+1
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-16/+16
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24730: Allow secrets entries to be for service principals.Andrew Bartlett2007-10-101-6/+11
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-10-101-1/+1
* r21362: rename:Stefan Metzmacher2007-10-101-2/+2
* r21314: add more usefull debug outputStefan Metzmacher2007-10-101-6/+6
* r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2007-10-101-73/+12
* r19832: better prototypes for the linearization functions:Simo Sorce2007-10-101-1/+1
* r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce2007-10-101-1/+1
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-0/+1
* r19573: Move secrets.o into param/ (subsystems haven't been integrated yet).Jelmer Vernooij2007-10-101-1/+1
* r17516: Change helper function names to make more clear what they are meant t...Simo Sorce2007-10-101-10/+10
* r14977: more IBM checker fixesAndrew Tridgell2007-10-101-0/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett2007-10-101-19/+10
* r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2007-10-101-1/+1
* r12411: Add 'net samdump keytab <keytab>'.Andrew Bartlett2007-10-101-2/+2
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-6/+33
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-4/+88
* r11401: A simple hack to have our central credentials system deny sending LMAndrew Bartlett2007-10-101-0/+3
* r11220: Add the ability to handle the salt prinicpal as part of theAndrew Bartlett2007-10-101-4/+9