Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r17774: this macro is unused | Stefan Metzmacher | 1 | -2/+0 |
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 | 2 | -12/+9 |
2007-10-10 | r15511: Using this name causes less warnings on the IBM checker, due to using | Andrew Bartlett | 1 | -3/+5 |
2007-10-10 | r15501: Allow interactive password prompting on kerberos as well. | Andrew Bartlett | 1 | -0/+7 |
2007-10-10 | r15384: Improve naming of socket library, disable Requires(.private)? fields ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15379: Fix shared library build's unresolved dependencies | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15373: Rename SOCKET to LIBSAMBA-SOCKET to prevent name clashes with -lsocke... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15366: Use type name rather then typedef directly - fixes build on tcc | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15356: Remove unused 'flags' argument from socket_send() and friends. | Andrew Bartlett | 1 | -4/+4 |
2007-10-10 | r15313: Fix some dependencies in dso mode | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r15298: Fix the build using a few hacks in the build system. | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15297: Move create_security_token() to samdb as it requires SAMDB (and the r... | Jelmer Vernooij | 2 | -2/+3 |
2007-10-10 | r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues wit... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r15258: Another attempt at fixing getaddrinfo on IRIX | Jelmer Vernooij | 1 | -0/+1 |
2007-10-10 | r15256: Use libroken's getaddrinfo if it is not provided by the system. Should | Jelmer Vernooij | 2 | -1/+2 |
2007-10-10 | r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r14380: Reduce the size of structs.h | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r14363: Remove credentials.h from the global includes. | Jelmer Vernooij | 1 | -1/+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 |
2007-10-10 | r14180: The PAC isn't so special that it deserves a level 0 debug any more. | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r13926: More header splitups. | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r13844: Remove _PUBLIC_ for now as the proto script seems to make false assum... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13842: Make some more functions public. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r13481: As far as I can tell, my changes in -r 12863 were dangerously untested. | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r13107: Follow the lead of Heimdal's kpasswdd and use the HDB (hdb-ldb in our | Andrew Bartlett | 2 | -1/+5 |
2007-10-10 | r12899: - fix warnings on AIX | Stefan Metzmacher | 1 | -1/+2 |
2007-10-10 | r12863: As lha suggested to me a while back, it appears that the | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r12808: Actually, with that we can avoid roken compleatly. | Andrew Bartlett | 1 | -1/+0 |
2007-10-10 | r12807: I'm wondering if this might fix AIX on the build farm... | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12804: This patch reworks the Samba4 sockets layer to use a socket_address | Andrew Bartlett | 2 | -26/+7 |
2007-10-10 | r12694: Move some headers to the directory of the subsystem they belong to. | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12670: Make a couple of dependencies stricter | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r12594: Jelmer pushed some proposed header reductions to the list today. This | Andrew Bartlett | 6 | -22/+2 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -8/+7 |
2007-10-10 | r12422: Some kerberos comments and clarifications. | Andrew Bartlett | 2 | -11/+22 |
2007-10-10 | r12411: Add 'net samdump keytab <keytab>'. | Andrew Bartlett | 1 | -22/+36 |
2007-10-10 | r12064: pass back the socket level error correctly (so we get | Andrew Tridgell | 1 | -7/+2 |
2007-10-10 | r12063: fixed the krb5 client code to handle ICMP port unreachable errors, and | Andrew Tridgell | 1 | -17/+21 |
2007-10-10 | r12059: Use random keytab names (so we get different keytabs, rather than | Andrew Bartlett | 1 | -1/+15 |
2007-10-10 | r12056: Some clarification fixes for the keytab code, and use the right | Andrew Bartlett | 1 | -14/+15 |
2007-10-10 | r11994: This function no longer needs a special declaration. | Andrew Bartlett | 1 | -4/+0 |
2007-10-10 | r11993: As well as making an in-MEMORY keytab, allow a file-based keytab to b... | Andrew Bartlett | 1 | -98/+321 |
2007-10-10 | r11940: Love has clarified why this code does what it does. | Andrew Bartlett | 1 | -8/+0 |
2007-10-10 | r11928: More Kerberos musings... | Andrew Bartlett | 1 | -20/+64 |
2007-10-10 | r11601: try to fix the build on IRIX 6.5 us4 | Stefan Metzmacher | 1 | -0/+3 |
2007-10-10 | r11543: A major upgrade to our KDC and PAC handling. | Andrew Bartlett | 2 | -8/+30 |