| Commit message (Expand) | Author | Age | Files | Lines |
* | r14711: let windows clients retry after getting ERR_SKEW | Stefan Metzmacher | 2007-10-10 | 1 | -1/+8 |
* | r14707: Initialise default value (the rest of this function sets it to 1 if | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r14635: - Remove lex.c from SVN (it is built anyway, and having it in SVN | Andrew Bartlett | 2007-10-10 | 9 | -4320/+113 |
* | r14605: Create heimdal/lib/des/hcrypto symlink if it doesn't exist | Jelmer Vernooij | 2007-10-10 | 1 | -1/+0 |
* | r14281: Pull apart LIBDIR and MODULESDIR | Jelmer Vernooij | 2007-10-10 | 2 | -120/+249 |
* | r14198: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 2007-10-10 | 64 | -863/+3018 |
* | r13481: As far as I can tell, my changes in -r 12863 were dangerously untested. | Andrew Bartlett | 2007-10-10 | 3 | -2/+62 |
* | r13144: This seems to be required for Samba4 to talk to Samba4, and to get the | Andrew Bartlett | 2007-10-10 | 1 | -0/+11 |
* | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 2007-10-10 | 4 | -1/+289 |
* | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 2007-10-10 | 3 | -48/+2 |
* | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 2007-10-10 | 1 | -0/+3 |
* | r12269: Update to current lorikeet-heimdal. This changed the way the hdb | Andrew Bartlett | 2007-10-10 | 27 | -634/+850 |
* | r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0) | Andrew Bartlett | 2007-10-10 | 1 | -3/+9 |
* | r12000: Update to current lorikeet-heimdal, including in particular support | Andrew Bartlett | 2007-10-10 | 12 | -26/+504 |
* | r11995: A big kerberos-related update. | Andrew Bartlett | 2007-10-10 | 18 | -219/+258 |
* | r11940: Love has clarified why this code does what it does. | Andrew Bartlett | 2007-10-10 | 1 | -0/+6 |
* | r11931: Add a short README explaining what this directory is all about. | Andrew Bartlett | 2007-10-10 | 1 | -0/+6 |
* | r11930: Add socket/packet handling code for kpasswdd | Andrew Bartlett | 2007-10-10 | 1 | -2/+18 |
* | r11568: Debuging aids: Let the administrator know when a key/entry expired, | Andrew Bartlett | 2007-10-10 | 1 | -6/+28 |
* | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 2007-10-10 | 5 | -76/+80 |
* | r11542: Add the netbios name type. We will need it when we start to handle | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r11541: More logical (I think...) delegation semantics. | Andrew Bartlett | 2007-10-10 | 1 | -10/+14 |
* | r11536: Add a hook for client-principal access control to hdb-ldb, re-using | Andrew Bartlett | 2007-10-10 | 6 | -33/+138 |
* | r11529: Disable DNS lookups for forwarded credentials, unless really, really | Andrew Bartlett | 2007-10-10 | 1 | -34/+41 |
* | r11477: This seems really nasty, but as I understand it an attacker cannot | Andrew Bartlett | 2007-10-10 | 1 | -2/+11 |
* | r11469: Fix typo, and use the correct (RFC4120) session key for delegating | Andrew Bartlett | 2007-10-10 | 2 | -11/+13 |
* | r11468: Merge a bit more of init_sec_context from Heimdal CVS into our | Andrew Bartlett | 2007-10-10 | 1 | -4/+21 |
* | r11462: Fix the build: somehow I lost the header for this samba-specific hack. | Andrew Bartlett | 2007-10-10 | 1 | -0/+2 |
* | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 2007-10-10 | 9 | -109/+231 |
* | r11392: After confirmation from Love, fix a compiler warning | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
* | r11317: An ugly hack to setup the global gssapi_krb5_context early, when we | Andrew Bartlett | 2007-10-10 | 2 | -5/+18 |
* | r11314: Use a patch from lha to have the kerberos libs extract the PAC, rather | Andrew Bartlett | 2007-10-10 | 1 | -10/+148 |
* | r11310: Free the 'if_relevent' portion of the PAC when we build it. | Andrew Bartlett | 2007-10-10 | 1 | -0/+1 |
* | r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updated | Andrew Bartlett | 2007-10-10 | 24 | -690/+1264 |
* | r10983: Another case were we want to avoid DNS for unqualified names. | Andrew Bartlett | 2007-10-10 | 1 | -1/+8 |
* | r10561: This patch takes over KDC socket routines in Heimdal, and directs them | Andrew Bartlett | 2007-10-10 | 4 | -8/+61 |
* | r10398: Don't do DNS lookups on short names (no .). | Andrew Bartlett | 2007-10-10 | 1 | -0/+5 |
* | r10386: Merge current lorikeet-heimdal into Samba4. | Andrew Bartlett | 2007-10-10 | 17 | -866/+570 |
* | r10382: In the absence of client support for the full KDC-side | Andrew Bartlett | 2007-10-10 | 1 | -10/+23 |
* | r10337: This grubby little hack is the implementation of a concept discussed | Andrew Bartlett | 2007-10-10 | 3 | -0/+11 |
* | r10286: This patch is ugly and disgusting, but for now it works better than t... | Andrew Bartlett | 2007-10-10 | 1 | -2/+30 |
* | r10191: Return the right error code in the case of a time skew. Windows will now | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 |
* | r10159: Dereference padsize before comparing to an int. | James Peach | 2007-10-10 | 1 | -1/+1 |
* | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 2007-10-10 | 6 | -24/+159 |
* | r10149: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 2007-10-10 | 2 | -32/+47 |
* | r10072: Fix mismerge weridness in error handling. | Andrew Bartlett | 2007-10-10 | 1 | -7/+12 |
* | r10066: This is the second in my patches to work on Samba4's kerberos support, | Andrew Bartlett | 2007-10-10 | 9 | -427/+522 |
* | r10035: This patch removes the need for the special case hack | Andrew Bartlett | 2007-10-10 | 3 | -55/+0 |
* | r10022: Merge tpot's fix for IRIX and AIX_rea build problems from lorikeet-he... | Andrew Bartlett | 2007-10-10 | 1 | -3/+3 |
* | r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@'). | Andrew Bartlett | 2007-10-10 | 2 | -20/+64 |