Age | Commit message (Expand) | Author | Files | Lines |
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 | r12062: SASL negotiation now requires a gensec_security context, so that we | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r12061: Add missing file to previous commit. This provides a hook on which to | Andrew Bartlett | 1 | -0/+31 |
2007-10-10 | r12060: Work towards allowing the credentials system to allow/deny certain | Andrew Bartlett | 5 | -65/+105 |
2007-10-10 | r12059: Use random keytab names (so we get different keytabs, rather than | Andrew Bartlett | 1 | -1/+15 |
2007-10-10 | r12058: Set an anonymous fallback, if the machine account isn't available. | Andrew Bartlett | 1 | -0/+2 |
2007-10-10 | r12057: fixed authentication in ldb client tools | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r12056: Some clarification fixes for the keytab code, and use the right | Andrew Bartlett | 1 | -14/+15 |
2007-10-10 | r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0) | Andrew Bartlett | 1 | -3/+9 |
2007-10-10 | r12036: Fix more KDC memory leaks (and there are probably still more...). | Andrew Bartlett | 1 | -0/+4 |
2007-10-10 | r12035: Fix memory leaks in the KDC. | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r12024: do some extra sleeping to give the server the chance to handle our reply | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r12023: use the NBTD IRPC proxy calls for implementing the challenge and rele... | Stefan Metzmacher | 1 | -4/+115 |
2007-10-10 | r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand, | Stefan Metzmacher | 4 | -1/+403 |
2007-10-10 | r12021: remove shortpath for winsdb_lookup, this isn't needed | Stefan Metzmacher | 2 | -7/+6 |
2007-10-10 | r12020: fix memory hierachie | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12019: - let us only reference libblkid stuff in one file | Stefan Metzmacher | 3 | -54/+58 |
2007-10-10 | r12016: fixed a valgrind error | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 5 | -9/+8 |
2007-10-10 | r12013: fix compiler warnings | Stefan Metzmacher | 2 | -6/+6 |
2007-10-10 | r12012: fix renaming smbsrv_trees -> smbsrv_tcons | Stefan Metzmacher | 1 | -6/+6 |
2007-10-10 | r12011: fixed another 'mixed code and declarations' bug | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r12010: - added support for domain specific SID codes in SDDL strings | Andrew Tridgell | 3 | -22/+101 |
2007-10-10 | r12009: made the LOCAL-SDDL test less verbose by default, and add it to the | Andrew Tridgell | 2 | -2/+4 |
2007-10-10 | r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be | Andrew Tridgell | 4 | -21/+85 |
2007-10-10 | r12007: fixed a valgrind error in the SMB2-SETINFO test | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r12006: don't require callers to fill in pad bytes in SMB2 calls | Andrew Tridgell | 4 | -4/+4 |
2007-10-10 | r12005: added a SDDL (Security Descriptor Description Language) parser. Not | Andrew Tridgell | 2 | -0/+316 |
2007-10-10 | r12004: added some SEC_ADS_* security flags. Needed for a SDDL parser. | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r12001: Replace smbcli_full_connection call with composite connect used | Rafal Szczesniak | 1 | -8/+25 |
2007-10-10 | r12000: Update to current lorikeet-heimdal, including in particular support | Andrew Bartlett | 12 | -26/+504 |
2007-10-10 | r11997: for multidimentional array like this: | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r11996: don't overwrite the buffercode | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11995: A big kerberos-related update. | Andrew Bartlett | 27 | -295/+633 |
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 | r11992: Potentially allow SPNEGO to be disabled (as occours on WinXP | Andrew Bartlett | 1 | -13/+22 |
2007-10-10 | r11991: Null termainte the list of backends. (Makes it easier to walk the li... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r11990: Set the password set time as 'now', so it isn't expired back in 2004. | Andrew Bartlett | 1 | -2/+1 |
2007-10-10 | r11989: Rather than grabbing the machine account details at this point, grab | Andrew Bartlett | 1 | -10/+1 |
2007-10-10 | r11988: Setup the sessionInfo just before the connect, rather than earlier | Andrew Bartlett | 1 | -4/+6 |
2007-10-10 | r11987: Clarify the accountExpires behaviour in the KDC. | Andrew Bartlett | 1 | -4/+5 |
2007-10-10 | r11984: LGPL on header and testsuite as well | Andrew Tridgell | 2 | -22/+30 |
2007-10-10 | r11983: make talloc LGPL. This makes more sense given that ldb depends on | Andrew Tridgell | 1 | -11/+15 |
2007-10-10 | r11982: ensure the fde event gets freed before the socket itself, as otherwise | Andrew Tridgell | 2 | -5/+5 |
2007-10-10 | r11981: we should allocate request specific memory in ldb modules off the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and that | Andrew Tridgell | 7 | -27/+30 |
2007-10-10 | r11974: only look at $pl->{POINTER_TYPE} when $pl is defined | Stefan Metzmacher | 1 | -7/+6 |
2007-10-10 | r11973: make it easier to find bugs | Stefan Metzmacher | 2 | -2/+7 |