summaryrefslogtreecommitdiff
path: root/source4/auth/kerberos/krb5_init_context.c
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26449: Support configuration without a known configuration dir.Jelmer Vernooij1-1/+1
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij1-1/+1
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij1-1/+2
2007-12-21r26335: Specify name_resolve_order to socket code.Jelmer Vernooij1-1/+2
2007-12-21r26233: Pass loadparm context when creating krb5 contexts.Jelmer Vernooij1-5/+6
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij1-3/+3
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij1-3/+3
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r22987: Clarify how the events are handled in the kerberos code, andAndrew Bartlett1-7/+17
2007-10-10r22969: fix some more places where we could end up with more than one eventAndrew Tridgell1-2/+1
2007-10-10r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.Andrew Bartlett1-108/+95
2007-10-10r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairyAndrew Tridgell1-1/+4
2007-10-10r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher1-1/+2
2007-10-10r22602: s/HAVE_SOCKET_IPV6/HAVE_IPV6/ to match the define used by Heimdal.Jelmer Vernooij1-1/+1
2007-10-10r20988: Call out to Heimdal's krb5.conf processing to configure many aspectsAndrew Bartlett1-1/+28
2007-10-10r20639: Commit part 1 of 2.Andrew Bartlett1-2/+0
2007-10-10r19604: This is a massive commit, and I appologise in advance for it's size.Andrew Bartlett1-21/+11
2007-10-10r15988: try to fix the build on au2 IRIX 6.4Stefan Metzmacher1-1/+1
2007-10-10r15876: Fix build on IPv6-less systems.Jelmer Vernooij1-0/+2
2007-10-10r15853: started the process of removing the warnings now thatAndrew Tridgell1-6/+3
2007-10-10r15356: Remove unused 'flags' argument from socket_send() and friends.Andrew Bartlett1-4/+4
2007-10-10r15258: Another attempt at fixing getaddrinfo on IRIXJelmer Vernooij1-0/+1
2007-10-10r14306: fixed two break errorsAndrew Tridgell1-2/+2
2007-10-10r14202: Oops. When removing a header, we need to replace it.Andrew Bartlett1-0/+1
2007-10-10r14201: I don't think including roken is going to be a good solution. Let'sAndrew Bartlett1-2/+0
2007-10-10r13844: Remove _PUBLIC_ for now as the proto script seems to make false assum...Jelmer Vernooij1-1/+1
2007-10-10r13842: Make some more functions public.Jelmer Vernooij1-1/+1
2007-10-10r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in ourAndrew Bartlett1-0/+2
2007-10-10r12899: - fix warnings on AIXStefan Metzmacher1-1/+2
2007-10-10r12808: Actually, with that we can avoid roken compleatly.Andrew Bartlett1-1/+0
2007-10-10r12807: I'm wondering if this might fix AIX on the build farm...Andrew Bartlett1-1/+1
2007-10-10r12804: This patch reworks the Samba4 sockets layer to use a socket_addressAndrew Bartlett1-25/+6
2007-10-10r12594: Jelmer pushed some proposed header reductions to the list today. ThisAndrew Bartlett1-3/+0
2007-10-10r12064: pass back the socket level error correctly (so we getAndrew Tridgell1-7/+2
2007-10-10r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell1-17/+21
2007-10-10r11601: try to fix the build on IRIX 6.5 us4Stefan Metzmacher1-0/+3
2007-10-10r10985: To aid in testing, this allows us to easily force kerberos to use UDP...Andrew Bartlett1-5/+9
2007-10-10r10561: This patch takes over KDC socket routines in Heimdal, and directs themAndrew Bartlett1-2/+351
2007-10-10r10372: Having gone to all the effort to uppercase the realm, actually set theAndrew Bartlett1-1/+1
2007-10-10r10337: This grubby little hack is the implementation of a concept discussedAndrew Bartlett1-0/+5
2007-10-10r10286: This patch is ugly and disgusting, but for now it works better than t...Andrew Bartlett1-0/+126