Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 4 | -1/+289 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 3 | -48/+2 |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r12269: Update to current lorikeet-heimdal. This changed the way the hdb | Andrew Bartlett | 20 | -433/+554 |
2007-10-10 | r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0) | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r12000: Update to current lorikeet-heimdal, including in particular support | Andrew Bartlett | 12 | -26/+504 |
2007-10-10 | r11995: A big kerberos-related update. | Andrew Bartlett | 17 | -208/+244 |
2007-10-10 | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 4 | -11/+37 |
2007-10-10 | r11542: Add the netbios name type. We will need it when we start to handle | Andrew Bartlett | 1 | -0/+1 |
2007-10-10 | r11541: More logical (I think...) delegation semantics. | Andrew Bartlett | 1 | -10/+14 |
2007-10-10 | r11536: Add a hook for client-principal access control to hdb-ldb, re-using | Andrew Bartlett | 3 | -1/+33 |
2007-10-10 | r11529: Disable DNS lookups for forwarded credentials, unless really, really | Andrew Bartlett | 1 | -34/+41 |
2007-10-10 | r11477: This seems really nasty, but as I understand it an attacker cannot | Andrew Bartlett | 1 | -2/+11 |
2007-10-10 | r11469: Fix typo, and use the correct (RFC4120) session key for delegating | Andrew Bartlett | 2 | -11/+13 |
2007-10-10 | r11468: Merge a bit more of init_sec_context from Heimdal CVS into our | Andrew Bartlett | 1 | -4/+21 |
2007-10-10 | r11462: Fix the build: somehow I lost the header for this samba-specific hack. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r11452: Update Heimdal to current lorikeet, including removing the ccache side | Andrew Bartlett | 9 | -109/+231 |
2007-10-10 | r11392: After confirmation from Love, fix a compiler warning | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11317: An ugly hack to setup the global gssapi_krb5_context early, when we | Andrew Bartlett | 2 | -5/+18 |
2007-10-10 | r11314: Use a patch from lha to have the kerberos libs extract the PAC, rather | Andrew Bartlett | 1 | -10/+148 |
2007-10-10 | r11294: Update Heimdal in Samba4 to lorikeet-heimdal (which is in turn updated | Andrew Bartlett | 21 | -476/+1173 |
2007-10-10 | r10983: Another case were we want to avoid DNS for unqualified names. | Andrew Bartlett | 1 | -1/+8 |
2007-10-10 | r10561: This patch takes over KDC socket routines in Heimdal, and directs them | Andrew Bartlett | 4 | -8/+61 |
2007-10-10 | r10398: Don't do DNS lookups on short names (no .). | Andrew Bartlett | 1 | -0/+5 |
2007-10-10 | r10386: Merge current lorikeet-heimdal into Samba4. | Andrew Bartlett | 14 | -809/+472 |
2007-10-10 | r10382: In the absence of client support for the full KDC-side | Andrew Bartlett | 1 | -10/+23 |
2007-10-10 | r10337: This grubby little hack is the implementation of a concept discussed | Andrew Bartlett | 3 | -0/+11 |
2007-10-10 | r10286: This patch is ugly and disgusting, but for now it works better than t... | Andrew Bartlett | 1 | -2/+30 |
2007-10-10 | r10159: Dereference padsize before comparing to an int. | James Peach | 1 | -1/+1 |
2007-10-10 | r10153: This patch adds a new parameter to gensec_sig_size(), the size of the | Andrew Bartlett | 6 | -24/+159 |
2007-10-10 | r10149: Update Samba4 to current lorikeet-heimdal. | Andrew Bartlett | 2 | -32/+47 |
2007-10-10 | r10072: Fix mismerge weridness in error handling. | Andrew Bartlett | 1 | -7/+12 |
2007-10-10 | r10066: This is the second in my patches to work on Samba4's kerberos support, | Andrew Bartlett | 8 | -423/+495 |
2007-10-10 | r10035: This patch removes the need for the special case hack | Andrew Bartlett | 3 | -55/+0 |
2007-10-10 | r10022: Merge tpot's fix for IRIX and AIX_rea build problems from lorikeet-he... | Andrew Bartlett | 1 | -3/+3 |
2007-10-10 | r9931: Make use of new 'norealm' parsing functions rather than strchr(p '@'). | Andrew Bartlett | 2 | -20/+64 |
2007-10-10 | r9696: Update prototypes for new name of short parsing function. | Andrew Bartlett | 1 | -4/+11 |
2007-10-10 | r9680: Update Heimdal to current lorikeet-heimdal (which was itself updated | Andrew Bartlett | 22 | -314/+768 |
2007-10-10 | r9413: Bring Samba4 back up to date with lorikeet-heimdal. | Andrew Bartlett | 21 | -583/+1526 |
2007-10-10 | r9221: Try to merge Heimdal across from lorikeet-heimdal to samba4. | Andrew Bartlett | 67 | -4400/+9094 |
2007-10-10 | r9151: reverting to return char * again | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r9107: try to get the build on solaris going... | Stefan Metzmacher | 1 | -0/+49 |
2007-10-10 | r9105: match the prototype of netdb.h | Stefan Metzmacher | 2 | -3/+3 |
2007-10-10 | r8464: the last few functions needed by irix 6.4. | Andrew Tridgell | 5 | -0/+383 |
2007-10-10 | r8463: more irix fixes. This one adds some missing addrinfo functions | Andrew Tridgell | 3 | -0/+551 |
2007-10-10 | r8420: slowly getting my way through some more heimdal portability fixes | Andrew Tridgell | 1 | -0/+88 |
2007-10-10 | r8310: replace the heimdal networking interface scanning code with glue code ... | Andrew Tridgell | 2 | -1477/+0 |
2007-10-10 | r8307: try to cope with flex and bison not being installed, in a similar fash... | Andrew Tridgell | 6 | -0/+7230 |
2007-10-10 | r8302: import mini HEIMDAL into the tree | Heimdal Import User | 226 | -0/+68369 |