summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r12063: fixed the krb5 client code to handle ICMP port unreachable errors, andAndrew Tridgell1-17/+21
2007-10-10r12062: SASL negotiation now requires a gensec_security context, so that weAndrew Bartlett1-1/+1
2007-10-10r12061: Add missing file to previous commit. This provides a hook on which toAndrew Bartlett1-0/+31
2007-10-10r12060: Work towards allowing the credentials system to allow/deny certainAndrew Bartlett5-65/+105
2007-10-10r12059: Use random keytab names (so we get different keytabs, rather thanAndrew Bartlett1-1/+15
2007-10-10r12058: Set an anonymous fallback, if the machine account isn't available.Andrew Bartlett1-0/+2
2007-10-10r12057: fixed authentication in ldb client toolsAndrew Tridgell1-0/+3
2007-10-10r12056: Some clarification fixes for the keytab code, and use the rightAndrew Bartlett1-14/+15
2007-10-10r12037: Fix malloc corruption caused by double-free(), where realloc(ptr, 0)Andrew Bartlett1-3/+9
2007-10-10r12036: Fix more KDC memory leaks (and there are probably still more...).Andrew Bartlett1-0/+4
2007-10-10r12035: Fix memory leaks in the KDC.Andrew Bartlett1-0/+3
2007-10-10r12024: do some extra sleeping to give the server the chance to handle our replyStefan Metzmacher1-0/+2
2007-10-10r12023: use the NBTD IRPC proxy calls for implementing the challenge and rele...Stefan Metzmacher1-4/+115
2007-10-10r12022: add NBTD IRPC proxy calls for wins challenge and wins release demand,Stefan Metzmacher4-1/+403
2007-10-10r12021: remove shortpath for winsdb_lookup, this isn't neededStefan Metzmacher2-7/+6
2007-10-10r12020: fix memory hierachieStefan Metzmacher1-1/+1
2007-10-10r12019: - let us only reference libblkid stuff in one fileStefan Metzmacher3-54/+58
2007-10-10r12016: fixed a valgrind errorAndrew Tridgell1-1/+1
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher5-9/+8
2007-10-10r12013: fix compiler warningsStefan Metzmacher2-6/+6
2007-10-10r12012: fix renaming smbsrv_trees -> smbsrv_tconsStefan Metzmacher1-6/+6
2007-10-10r12011: fixed another 'mixed code and declarations' bugAndrew Tridgell1-1/+2
2007-10-10r12010: - added support for domain specific SID codes in SDDL stringsAndrew Tridgell3-22/+101
2007-10-10r12009: made the LOCAL-SDDL test less verbose by default, and add it to theAndrew Tridgell2-2/+4
2007-10-10r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will beAndrew Tridgell4-21/+85
2007-10-10r12007: fixed a valgrind error in the SMB2-SETINFO testAndrew Tridgell1-0/+2
2007-10-10r12006: don't require callers to fill in pad bytes in SMB2 callsAndrew Tridgell4-4/+4
2007-10-10r12005: added a SDDL (Security Descriptor Description Language) parser. NotAndrew Tridgell2-0/+316
2007-10-10r12004: added some SEC_ADS_* security flags. Needed for a SDDL parser.Andrew Tridgell1-0/+11
2007-10-10r12001: Replace smbcli_full_connection call with composite connect usedRafal Szczesniak1-8/+25
2007-10-10r12000: Update to current lorikeet-heimdal, including in particular supportAndrew Bartlett12-26/+504
2007-10-10r11997: for multidimentional array like this:Stefan Metzmacher1-2/+3
2007-10-10r11996: don't overwrite the buffercodeStefan Metzmacher1-1/+1
2007-10-10r11995: A big kerberos-related update.Andrew Bartlett27-295/+633
2007-10-10r11994: This function no longer needs a special declaration.Andrew Bartlett1-4/+0
2007-10-10r11993: As well as making an in-MEMORY keytab, allow a file-based keytab to b...Andrew Bartlett1-98/+321
2007-10-10r11992: Potentially allow SPNEGO to be disabled (as occours on WinXPAndrew Bartlett1-13/+22
2007-10-10r11991: Null termainte the list of backends. (Makes it easier to walk the li...Andrew Bartlett1-2/+2
2007-10-10r11990: Set the password set time as 'now', so it isn't expired back in 2004.Andrew Bartlett1-2/+1
2007-10-10r11989: Rather than grabbing the machine account details at this point, grabAndrew Bartlett1-10/+1
2007-10-10r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett1-4/+6
2007-10-10r11987: Clarify the accountExpires behaviour in the KDC.Andrew Bartlett1-4/+5
2007-10-10r11984: LGPL on header and testsuite as wellAndrew Tridgell2-22/+30
2007-10-10r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell1-11/+15
2007-10-10r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2-5/+5
2007-10-10r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell1-1/+1
2007-10-10r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell7-27/+30
2007-10-10r11974: only look at $pl->{POINTER_TYPE} when $pl is definedStefan Metzmacher1-7/+6
2007-10-10r11973: make it easier to find bugsStefan Metzmacher2-2/+7
2007-10-10r11972: handle [noejs] property also on functionsStefan Metzmacher1-1/+2