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
/
utils
/
ntlm_auth.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-03
ntlm_auth4: Use new samba_getpass() function.
Andreas Schneider
1
-1
/
+7
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
1
-3
/
+3
2011-10-13
s4-messaging: Pass the loadparm context, not just the messaging path
Andrew Bartlett
1
-1
/
+1
2011-08-03
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
1
-3
/
+3
2011-06-06
s4-modules Remove lp_ctx from init functions that no longer need it
Andrew Bartlett
1
-1
/
+1
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
1
-1
/
+1
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
1
-2
/
+2
2011-03-30
lib/util Move base64 functions into lib/util/base64.c
Andrew Bartlett
1
-29
/
+2
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
1
-1
/
+1
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
1
-2
/
+2
2010-08-23
s4:security Change struct security_token->sids from struct dom_sid * to struc...
Andrew Bartlett
1
-1
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-16
/
+16
2010-05-28
s4:utils/ntlm_auth.c - fix "asprintf" calls
Matthias Dieter Wallnöfer
1
-6
/
+11
2010-05-20
s4:auth Allow the operational module to get a user's tokenGroups from auth
Andrew Bartlett
1
-0
/
+1
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
1
-2
/
+1
2010-03-24
s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_state
Stefan Metzmacher
1
-4
/
+4
2010-02-22
Various source4 spelling fixes.
Brad Hards
1
-1
/
+1
2009-06-19
Fixed some uninitialised variables
Matthias Dieter Wallnöfer
1
-2
/
+11
2009-04-14
Port Samba4 to the new combined libcli/auth functions
Andrew Bartlett
1
-1
/
+0
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
1
-2
/
+19
2009-02-02
s4:ntlm_auth: s/private/private1
Stefan Metzmacher
1
-16
/
+16
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-1
/
+1
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-2
/
+4
2008-11-01
Remove use of lp_*() from ntlm_check.c.
Jelmer Vernooij
1
-1
/
+2
2008-10-22
Repel pstring to nsswitch/.
Jelmer Vernooij
1
-1
/
+0
2008-10-22
Remove pstring usages.
Jelmer Vernooij
1
-14
/
+10
2008-10-18
Add TALLOC_CTX pointer to strhex_to_data_blob for consistency with Samba
Jelmer Vernooij
1
-3
/
+3
2008-06-27
ntlm_auth: eliminate "cast pointer from integer of different size" warnings o...
Michael Adam
1
-2
/
+2
2008-06-14
Use a custom init function for samba4 that sets a samba4
Simo Sorce
1
-1
/
+1
2008-05-05
Move NTLM authentication details into auth/ntlm
Andrew Bartlett
1
-0
/
+1
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-5
/
+5
2008-03-20
ntlm_auth: Improve compliance to the Squid helper protocol.
Kai Blin
1
-10
/
+10
2007-12-21
r26540: Revert my previous commit after concerns raised by Andrew.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26539: Remove unnecessary statics.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26465: ntlm_auth: Remoce pstring.
Kai Blin
1
-3
/
+12
2007-12-21
r26441: Remove global_loadparm uses.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26430: require explicit specification of loadparm context.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26355: Eliminate global_loadparm in more places.
Jelmer Vernooij
1
-11
/
+13
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26250: Avoid global_loadparm in a couple more places.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26249: Remove a couple more uses of global_loadparm.
Jelmer Vernooij
1
-6
/
+7
2007-12-21
r26236: Remove more uses of global_loadparm or specify loadparm_context expli...
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
1
-2
/
+2
2007-12-21
r26230: Use task-provided loadparm context in a couple more places, avoid loa...
Jelmer Vernooij
1
-5
/
+13
2007-12-21
r26228: Store loadparm context in auth context, move more loadparm_contexts u...
Jelmer Vernooij
1
-2
/
+5
2007-12-21
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25454: Use standard bool types in a couple more places.
Jelmer Vernooij
1
-18
/
+18
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-10
/
+10
[next]