summaryrefslogtreecommitdiffstats
path: root/source4/auth/credentials/credentials.c
Commit message (Expand)AuthorAgeFilesLines
* s4:auth/credentials/credentials.c - initialise "password_last_changed_time"Matthias Dieter Wallnöfer2010-05-301-0/+2
* s4:credentials Add in tracking of the password last set timeAndrew Bartlett2010-05-181-0/+19
* s4:credentials Make the CCACHE in credentials depend on the things that built itAndrew Bartlett2010-05-021-2/+18
* s4:credentials Add the functions needed to do S4U2Self with cli_credentialsAndrew Bartlett2010-04-101-0/+2
* s4:auth/credentials/credentials.c - initialise more contentMatthias Dieter Wallnöfer2010-03-261-0/+3
* s4-krb5: propogate errors from a lot more kerberos functionsAndrew Tridgell2010-02-261-1/+3
* s4:auth/credentials/credentials.c - Initialise the "lm_response" and "nt_resp...Matthias Dieter Wallnöfer2010-02-121-0/+5
* s4:auth - fixed problem reading bind DN from secrets databaseEndi S. Dewata2009-10-161-0/+5
* s4:auth/credentials/credentials - fix uninitalised pointersMatthias Dieter Wallnöfer2009-10-151-7/+35
* Rework Samba4 to use the new common libcli/auth codeAndrew Bartlett2009-04-141-2/+2
* Make sure prototypes are always included, make some functions static andJelmer Vernooij2008-10-201-0/+1
* Allow an NTLM response to be specified into the auth subsystem.Andrew Bartlett2008-05-051-18/+2
* Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-171-21/+1
* Install public header files again and include required prototypes.Jelmer Vernooij2008-04-021-35/+35
* r26430: require explicit specification of loadparm context.Jelmer Vernooij2007-12-211-8/+15
* 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
* r26274: Some syntax fixes, remove more global_loadparm instances.Jelmer Vernooij2007-12-211-1/+1
* r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...Jelmer Vernooij2007-12-211-2/+5
* r26269: Fix a couple more references to global_loadparm.Jelmer Vernooij2007-12-211-1/+1
* r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...Jelmer Vernooij2007-12-211-1/+0
* r25552: Convert to standard bool type.Jelmer Vernooij2007-10-101-71/+71
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-7/+9
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r23063: Make sure to invalidate the ccache when we set aAndrew Bartlett2007-10-101-0/+14
* r22969: fix some more places where we could end up with more than one eventAndrew Tridgell2007-10-101-0/+21
* r22115: I don't like the DOMAIN environment variable. It really isn't a goodAndrew Bartlett2007-10-101-4/+0
* r21736: Fix the smbclient test to do something more interesting with the lastAndrew Bartlett2007-10-101-2/+3
* r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. AddJames Peach2007-10-101-0/+15
* r21451: if kerberos is requested ( -k yes ), we should use authentificated co...Stefan Metzmacher2007-10-101-0/+5
* r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett2007-10-101-2/+6
* r20135: attach default gensec features to the cli_credentials structure,Stefan Metzmacher2007-10-101-0/+11
* r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2007-10-101-1/+2
* r16218: If a connection is forced as 'anonymous', don't treat it asAndrew Bartlett2007-10-101-2/+2
* r15498: Initialise the callback_running field, and get the flag set/clear theAndrew Bartlett2007-10-101-4/+5
* r15422: Fix issues with functions being called recursively in the credentialsJelmer Vernooij2007-10-101-6/+24
* r15421: Correct function comments.Andrew Bartlett2007-10-101-4/+3
* r15420: Add a new function to print a the 'unparsed' string format for userna...Andrew Bartlett2007-10-101-3/+37
* r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3Andrew Bartlett2007-10-101-1/+3
* r15414: Support retrying different username/password combinationsJelmer Vernooij2007-10-101-0/+21
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-1/+1
* r14380: Reduce the size of structs.hJelmer Vernooij2007-10-101-1/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13206: This patch finally re-adds a -k option that works reasonably.Andrew Bartlett2007-10-101-2/+15
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-101-1/+0
* r12310: Link simple bind support in our internal LDAP libs to LDB and theAndrew Bartlett2007-10-101-0/+23
* r12227: I realised that I wasn't yet seeing authenticated LDAP for the ldbAndrew Bartlett2007-10-101-0/+4
* r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett2007-10-101-0/+1
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-101-3/+24