index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
auth
/
credentials
/
credentials.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-18
s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p...
Stefan Metzmacher
1
-0
/
+1
2011-03-19
source4/auth: Fix prototypes for all functions.
Jelmer Vernooij
1
-0
/
+1
2010-10-11
s4-credentials Add explicit event context handling to Kerberos calls (only)
Andrew Bartlett
1
-1
/
+1
2010-10-11
credentials: Avoid unnecessary includes.
Jelmer Vernooij
1
-2
/
+0
2010-10-11
credentials: Fix the build.
Jelmer Vernooij
1
-1
/
+1
2010-10-10
credentials: Move code that doesn't need any external dependencies into
Jelmer Vernooij
1
-0
/
+147
2010-09-16
s4-credentials: added ability to control forwardable attribute on krb5 tickets
Andrew Tridgell
1
-0
/
+12
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-3
/
+3
2010-05-30
s4:auth/credentials/credentials.c - initialise "password_last_changed_time"
Matthias Dieter Wallnöfer
1
-0
/
+2
2010-05-18
s4:credentials Add in tracking of the password last set time
Andrew Bartlett
1
-0
/
+19
2010-05-02
s4:credentials Make the CCACHE in credentials depend on the things that built it
Andrew Bartlett
1
-2
/
+18
2010-04-10
s4:credentials Add the functions needed to do S4U2Self with cli_credentials
Andrew Bartlett
1
-0
/
+2
2010-03-26
s4:auth/credentials/credentials.c - initialise more content
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-02-26
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
1
-1
/
+3
2010-02-12
s4:auth/credentials/credentials.c - Initialise the "lm_response" and "nt_resp...
Matthias Dieter Wallnöfer
1
-0
/
+5
2009-10-16
s4:auth - fixed problem reading bind DN from secrets database
Endi S. Dewata
1
-0
/
+5
2009-10-15
s4:auth/credentials/credentials - fix uninitalised pointers
Matthias Dieter Wallnöfer
1
-7
/
+35
2009-04-14
Rework Samba4 to use the new common libcli/auth code
Andrew Bartlett
1
-2
/
+2
2008-10-20
Make sure prototypes are always included, make some functions static and
Jelmer Vernooij
1
-0
/
+1
2008-05-05
Allow an NTLM response to be specified into the auth subsystem.
Andrew Bartlett
1
-18
/
+2
2008-04-17
Remove event context tracking from the credentials struct.
Jelmer Vernooij
1
-21
/
+1
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-35
/
+35
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
1
-8
/
+15
2007-12-21
r26385: Integrate gensec-socket into gensec.
Jelmer Vernooij
1
-0
/
+1
2007-12-21
r26382: Remove more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26274: Some syntax fixes, remove more global_loadparm instances.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26270: Require specifying the loadparm_context or NULL to cli_credentials_gu...
Jelmer Vernooij
1
-2
/
+5
2007-12-21
r26269: Fix a couple more references to global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26205: Pass loadparm_context to secrets_db_connect() rather than using globa...
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
1
-71
/
+71
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-7
/
+9
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r23063: Make sure to invalidate the ccache when we set a
Andrew Bartlett
1
-0
/
+14
2007-10-10
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
1
-0
/
+21
2007-10-10
r22115: I don't like the DOMAIN environment variable. It really isn't a good
Andrew Bartlett
1
-4
/
+0
2007-10-10
r21736: Fix the smbclient test to do something more interesting with the last
Andrew Bartlett
1
-2
/
+3
2007-10-10
r21668: Add SMB_QFS_POSIX_WHOAMI to trans2.h so it's easy to find. Add
James Peach
1
-0
/
+15
2007-10-10
r21451: if kerberos is requested ( -k yes ), we should use authentificated co...
Stefan Metzmacher
1
-0
/
+5
2007-10-10
r21135: Instead of having hooks to update keytabs as an explicit thing, update
Andrew Bartlett
1
-2
/
+6
2007-10-10
r20135: attach default gensec features to the cli_credentials structure,
Stefan Metzmacher
1
-0
/
+11
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-1
/
+2
2007-10-10
r16218: If a connection is forced as 'anonymous', don't treat it as
Andrew Bartlett
1
-2
/
+2
2007-10-10
r15498: Initialise the callback_running field, and get the flag set/clear the
Andrew Bartlett
1
-4
/
+5
2007-10-10
r15422: Fix issues with functions being called recursively in the credentials
Jelmer Vernooij
1
-6
/
+24
2007-10-10
r15421: Correct function comments.
Andrew Bartlett
1
-4
/
+3
2007-10-10
r15420: Add a new function to print a the 'unparsed' string format for userna...
Andrew Bartlett
1
-3
/
+37
2007-10-10
r15415: Use Jelmer's new credentials 'wrong password' code to give the user 3
Andrew Bartlett
1
-1
/
+3
2007-10-10
r15414: Support retrying different username/password combinations
Jelmer Vernooij
1
-0
/
+21
2007-10-10
r14464: Don't include ndr_BASENAME.h files unless strictly required, instead
Jelmer Vernooij
1
-1
/
+1
[next]