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
/
kerberos
/
krb5_init_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-29
s4-param Remove config_path() -> lpcfg_config_path()
Andrew Bartlett
1
-1
/
+1
2011-04-04
s4-krb5: be a bit less verbose about krb5 packets
Andrew Tridgell
1
-1
/
+1
2010-11-14
s4-auth: fixed infinite loop in krb5 auth
Andrew Tridgell
1
-1
/
+1
2010-11-14
s4-auth: fixed crash in krb5 auth
Andrew Tridgell
1
-2
/
+1
2010-11-05
s4-kerberos Mention the remote address we fail to contact the KDC on
Andrew Bartlett
1
-1
/
+10
2010-11-04
s4-auth: unconditionally set previous_ev
Andrew Tridgell
1
-3
/
+1
2010-10-11
s4-credentials Add explicit event context handling to Kerberos calls (only)
Andrew Bartlett
1
-18
/
+107
2010-10-11
s4-kerberos Remove unused parameter
Andrew Bartlett
1
-2
/
+1
2010-07-16
s4-loadparm: 2nd half of lp_ to lpcfg_ conversion
Andrew Tridgell
1
-2
/
+2
2010-01-31
s4:kdc streamline context initialization
Simo Sorce
1
-36
/
+51
2010-01-28
cleanup: remove trailing spaces and tabs
Simo Sorce
1
-37
/
+37
2010-01-16
s4-kerberos: raise the general kerberos debug level to 3
Andrew Tridgell
1
-1
/
+1
2009-10-14
s4: Changes the old occurences of "lp_realm" in "lp_dnsdomain" where needed
Matthias Dieter Wallnöfer
1
-9
/
+4
2009-02-02
s4:auth/kerberos: s/private/private_data
Stefan Metzmacher
1
-10
/
+10
2009-01-03
s4:auth/kerberos: convert to tevent_* api
Stefan Metzmacher
1
-13
/
+12
2009-01-03
s4:socket: use a socket_wrapper aware function to auto close the fd event for...
Stefan Metzmacher
1
-4
/
+5
2008-12-29
s4:lib/tevent: rename structs
Stefan Metzmacher
1
-6
/
+6
2008-12-18
s4:lib/socket: socket_connect_send() and socket_connect_ev() should only wrok...
Stefan Metzmacher
1
-2
/
+1
2008-11-02
Remove two debug parameters, not used anywhere.
Jelmer Vernooij
1
-6
/
+2
2008-09-24
Cosmetic corrections for the KERBEROS library
Matthias Dieter Wallnöfer
1
-2
/
+2
2008-08-01
auth/kerberos: we don't need to include heimdal private headers
Stefan Metzmacher
1
-2
/
+0
2008-08-01
build with the new heimdal version
Stefan Metzmacher
1
-1
/
+2
2007-12-21
r26449: Support configuration without a known configuration dir.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26397: Fix circular dependency in samba-socket.
Jelmer Vernooij
1
-1
/
+1
2007-12-21
r26376: Add context for libcli_resolve.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26335: Specify name_resolve_order to socket code.
Jelmer Vernooij
1
-1
/
+2
2007-12-21
r26233: Pass loadparm context when creating krb5 contexts.
Jelmer Vernooij
1
-5
/
+6
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
-3
/
+3
2007-10-10
r25398: Parse loadparm context to all lp_*() functions.
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r25035: Fix some more warnings, use service pointer rather than service numbe...
Jelmer Vernooij
1
-3
/
+3
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
r22987: Clarify how the events are handled in the kerberos code, and
Andrew Bartlett
1
-7
/
+17
2007-10-10
r22969: fix some more places where we could end up with more than one event
Andrew Tridgell
1
-2
/
+1
2007-10-10
r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.
Andrew Bartlett
1
-108
/
+95
2007-10-10
r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairy
Andrew Tridgell
1
-1
/
+4
2007-10-10
r22635: make it possible to not turn off dns canonicalization of hostnames
Stefan Metzmacher
1
-1
/
+2
2007-10-10
r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r20988: Call out to Heimdal's krb5.conf processing to configure many aspects
Andrew Bartlett
1
-1
/
+28
2007-10-10
r20639: Commit part 1 of 2.
Andrew Bartlett
1
-2
/
+0
2007-10-10
r19604: This is a massive commit, and I appologise in advance for it's size.
Andrew Bartlett
1
-21
/
+11
2007-10-10
r15988: try to fix the build on au2 IRIX 6.4
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r15876: Fix build on IPv6-less systems.
Jelmer Vernooij
1
-0
/
+2
2007-10-10
r15853: started the process of removing the warnings now that
Andrew Tridgell
1
-6
/
+3
2007-10-10
r15356: Remove unused 'flags' argument from socket_send() and friends.
Andrew Bartlett
1
-4
/
+4
2007-10-10
r15258: Another attempt at fixing getaddrinfo on IRIX
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r14306: fixed two break errors
Andrew Tridgell
1
-2
/
+2
2007-10-10
r14202: Oops. When removing a header, we need to replace it.
Andrew Bartlett
1
-0
/
+1
2007-10-10
r14201: I don't think including roken is going to be a good solution. Let's
Andrew Bartlett
1
-2
/
+0
[next]