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
/
gensec
/
gensec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-11-01
s4-modules: get rid of the remaining static prototypes for modules
Andrew Tridgell
1
-11
/
+2
2010-10-10
gensec: Support building without any linked-in modules.
Jelmer Vernooij
1
-0
/
+4
2010-09-26
s4-gensec: fixed a valgrind error in gensec
Andrew Tridgell
1
-12
/
+2
2010-09-22
pygensec: Implement start_mech_by_name().
Jelmer Vernooij
1
-3
/
+2
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-3
/
+3
2010-05-20
s4:auth Change auth_generate_session_info to take flags
Andrew Bartlett
1
-1
/
+7
2010-05-14
s4:gensec expose gensec_set_target_principal for use outside GENSEC
Andrew Bartlett
1
-1
/
+1
2010-04-14
s4:auth Change auth_generate_session_info to take an auth context
Andrew Bartlett
1
-1
/
+20
2010-02-13
s4-auth: use TYPESAFE_QSORT() in gensec
Andrew Tridgell
1
-1
/
+2
2009-12-24
s4:gensec: change gensec_update_send/recv to tevent_req
Stefan Metzmacher
1
-41
/
+76
2009-12-16
s4:gensec: allow clearing local and remote address by passing NULL
Stefan Metzmacher
1
-0
/
+10
2009-12-16
s4-gensec: Remove obsolete socket_address vars and fns.
Andreas Schneider
1
-34
/
+0
2009-12-16
s4-gensec: Replace gensec_get_peer_addr with new tsocket based fn.
Andreas Schneider
1
-13
/
+0
2009-12-16
s4-gensec: Replace gensec_set_peer_addr with new tsocket based fn.
Andreas Schneider
1
-9
/
+0
2009-12-16
s4-gensec: Replace gensec_get_my_addr with new tsocket based fn.
Andreas Schneider
1
-11
/
+0
2009-12-16
s4-gensec: Replace gensec_set_my_addr() with new tsocket based fn.
Andreas Schneider
1
-9
/
+0
2009-12-16
s4-gensec: Added remote and local setter/getter using tsocket.
Andreas Schneider
1
-3
/
+116
2009-10-20
s4: ran minimal_includes.pl on source4/auth/gensec
Andrew Tridgell
1
-2
/
+0
2009-09-26
gensec: Avoid exposing lp_ctx on the API level.
Jelmer Vernooij
1
-12
/
+10
2009-07-01
gensec_start now steals the auth_context
Andrew Tridgell
1
-1
/
+3
2009-02-13
Remove auth/ntlm as a dependency of GENSEC by means of function pointers.
Andrew Bartlett
1
-13
/
+9
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-5
/
+5
2008-11-02
Fix the build.
Jelmer Vernooij
1
-14
/
+37
2008-11-02
Remove use of global_loadparm for disabled gensec backends.
Jelmer Vernooij
1
-4
/
+20
2008-11-02
Fix the build.
Jelmer Vernooij
1
-2
/
+2
2008-11-02
Add gensec_settings structure. This wraps loadparm_context for now, but
Jelmer Vernooij
1
-10
/
+19
2008-10-06
s4:gensec: pass down want_features to the spnego backend mech
Stefan Metzmacher
1
-1
/
+7
2008-04-25
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-17
/
+5
2008-04-21
Remove more event_context_init() uses from function calls within deep down th...
Simo Sorce
1
-17
/
+5
2008-04-14
Remove prototypes from build.h in preparation of removing build.h
Jelmer Vernooij
1
-0
/
+6
2008-04-08
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
Jelmer Vernooij
1
-23
/
+24
2008-04-02
Install public header files again and include required prototypes.
Jelmer Vernooij
1
-23
/
+24
2008-02-26
Fix the build (again).
Jelmer Vernooij
1
-0
/
+6
2008-02-16
Move responsibilities of build.h to makefile.
Jelmer Vernooij
1
-1
/
+0
2007-12-24
r26580: Include sentinel in build.h, in case the list is empty.
Jelmer Vernooij
1
-1
/
+1
2007-12-24
r26576: Allow the static module loading code to be used for the Python modules.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26260: Store loadparm context in gensec context.
Jelmer Vernooij
1
-5
/
+10
2007-12-21
r26258: Use loadparm context in client_start function of gensec.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26231: Spell check: credentails -> credentials.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26226: Avoid more uses of global_loadparm.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25552: Convert to standard bool type.
Jelmer Vernooij
1
-8
/
+8
2007-10-10
r25446: Merge some changes I made on the way home from SFO:
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r25430: Add the loadparm context to all parametric options.
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25428: forward declarations of enums are not portable,
Stefan Metzmacher
1
-4
/
+7
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-2
/
+2
2007-10-10
r25026: Move param/param.h out of includes.h
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r24994: Fix some C++ warnings.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r23792: convert Samba4 to GPLv3
Andrew Tridgell
1
-3
/
+2
2007-10-10
r20135: attach default gensec features to the cli_credentials structure,
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r19598: Ahead of a merge to current lorikeet-heimdal:
Andrew Bartlett
1
-0
/
+2
[next]