summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* r12000: Update to current lorikeet-heimdal, including in particular supportAndrew Bartlett2007-10-1012-26/+504
* r11997: for multidimentional array like this:Stefan Metzmacher2007-10-101-2/+3
* r11996: don't overwrite the buffercodeStefan Metzmacher2007-10-101-1/+1
* r11995: A big kerberos-related update.Andrew Bartlett2007-10-1027-295/+633
* r11994: This function no longer needs a special declaration.Andrew Bartlett2007-10-101-4/+0
* r11993: As well as making an in-MEMORY keytab, allow a file-based keytab to b...Andrew Bartlett2007-10-101-98/+321
* r11992: Potentially allow SPNEGO to be disabled (as occours on WinXPAndrew Bartlett2007-10-101-13/+22
* r11991: Null termainte the list of backends. (Makes it easier to walk the li...Andrew Bartlett2007-10-101-2/+2
* r11990: Set the password set time as 'now', so it isn't expired back in 2004.Andrew Bartlett2007-10-101-2/+1
* r11989: Rather than grabbing the machine account details at this point, grabAndrew Bartlett2007-10-101-10/+1
* r11988: Setup the sessionInfo just before the connect, rather than earlierAndrew Bartlett2007-10-101-4/+6
* r11987: Clarify the accountExpires behaviour in the KDC.Andrew Bartlett2007-10-101-4/+5
* r11984: LGPL on header and testsuite as wellAndrew Tridgell2007-10-102-22/+30
* r11983: make talloc LGPL. This makes more sense given that ldb depends onAndrew Tridgell2007-10-101-11/+15
* r11982: ensure the fde event gets freed before the socket itself, as otherwiseAndrew Tridgell2007-10-102-5/+5
* r11981: we should allocate request specific memory in ldb modules off theAndrew Tridgell2007-10-101-1/+1
* r11980: ronnie worked out that opcode 0xb in SMB2 is in fact ioctl, and thatAndrew Tridgell2007-10-107-27/+30
* r11974: only look at $pl->{POINTER_TYPE} when $pl is definedStefan Metzmacher2007-10-101-7/+6
* r11973: make it easier to find bugsStefan Metzmacher2007-10-102-2/+7
* r11972: handle [noejs] property also on functionsStefan Metzmacher2007-10-101-1/+2
* r11971: add nbt specific continue wrapperStefan Metzmacher2007-10-101-0/+11
* r11970: fixed a valgrind error. The auth info from the alter_context reply wasAndrew Tridgell2007-10-101-1/+1
* r11969: got rid of the very annoying 'failed to open /secrets.tdb'Andrew Tridgell2007-10-101-1/+5
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-107-14/+14
* r11967: Fix more 64-bit warnings.Tim Potter2007-10-1018-57/+65
* r11965: Try to fix some 64-bit warnings.Tim Potter2007-10-101-1/+1
* r11959: Use DOS_errors array for displaying WERROR valuesJelmer Vernooij2007-10-101-1/+1
* r11958: - fixed memory leaks in the ldb_result handling in ldb operationsAndrew Tridgell2007-10-109-100/+108
* r11957: fixed up code meant for debuggingAndrew Tridgell2007-10-101-3/+3
* r11956: removed the old rootdse.ldif, and the provision.js code that uses itAndrew Tridgell2007-10-102-35/+0
* r11955: got rid of the old rootDSE code in the ldap server.Andrew Tridgell2007-10-105-394/+0
* r11954: add the static rootdse content to the sam ldb,and enable the rootdseAndrew Tridgell2007-10-101-1/+21
* r11953: enabled the rootdse module in the ldb modules codeAndrew Tridgell2007-10-101-0/+1
* r11952: added a rootdse module. This will replace the existing rootdse code inAndrew Tridgell2007-10-103-40/+202
* r11949: make sure we ask gensec to give us a session keyAndrew Tridgell2007-10-101-0/+2
* r11941: fix cut'n'paste bugStefan Metzmacher2007-10-101-1/+1
* r11940: Love has clarified why this code does what it does.Andrew Bartlett2007-10-102-8/+6
* r11931: Add a short README explaining what this directory is all about.Andrew Bartlett2007-10-101-0/+6
* r11930: Add socket/packet handling code for kpasswddAndrew Bartlett2007-10-103-5/+52
* r11929: Add static, comments.Andrew Bartlett2007-10-101-3/+3
* r11928: More Kerberos musings...Andrew Bartlett2007-10-101-20/+64
* r11913: if we have a UNIQUE name with more than 1 address,Stefan Metzmacher2007-10-101-0/+5
* r11912: fix nbt_name_registration, there's still some minor stuff todo,Stefan Metzmacher2007-10-102-56/+134
* r11911: as we pass the owned_released vs. replica test now, run it with make ...Stefan Metzmacher2007-10-101-0/+1
* r11910: fix nbt_name_release and nbt_name_query, so that we pass the owned_re...Stefan Metzmacher2007-10-101-20/+70
* r11908: implement SGROUP merging, that passes the different owner testsStefan Metzmacher2007-10-101-14/+222
* r11907: added testing of SMB2 keepaliveAndrew Tridgell2007-10-101-1/+6
* r11906: opcode 13 appears to be keepalive. Metze guessed this one :-)Andrew Tridgell2007-10-103-1/+70
* r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for helpAndrew Tridgell2007-10-106-1/+91
* r11904: added smb2_tdis() testingAndrew Tridgell2007-10-101-1/+13