summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* a fairly drastic code commit to add "process id" as an extra identificationLuke Leighton2000-01-211-1/+10
* decided to go ahead with the dynamic libsmb and libmsrpc idea. hopeLuke Leighton2000-01-191-4/+4
* compilation issues from Philip Guenther with C98 compiler instead of C99,Luke Leighton2000-01-181-1/+3
* - had to wrap register_vuid() with a become_root()/unbecome_root() setLuke Leighton2000-01-171-0/+3
* attempting to clean up prs_() usage to track down an unknown memoryLuke Leighton2000-01-172-5/+18
* [mixed commit. sorry!]Luke Leighton2000-01-142-38/+53
* first attempt at getting NETLOGON working samba-nt.Luke Leighton2000-01-131-1/+1
* patches from elrond to do some more memory clean-ups. these relatedLuke Leighton2000-01-122-4/+25
* fixing wksta-join code, i got samr_setuserinfo level 23 (0x17) a bit wrong.Luke Leighton2000-01-121-4/+16
* fixing logic errors in prs_realloc_data - luke, check this is whatMatthew Chapman2000-01-121-2/+5
* trying to fix usrmgr.exe. there's a problem with a limit, it seems,Luke Leighton2000-01-111-3/+7
* there were quite a few uninitalised memory areas. turns out that SP6 isLuke Leighton2000-01-112-1/+1
* this one's a _great_ fun commit.Luke Leighton2000-01-111-0/+16
* next packet: netlogond net-sec response. now to process it on receiptLuke Leighton2000-01-091-0/+169
* yes! a first packet send-receive of NETLOGON secure channel:Luke Leighton2000-01-091-4/+16
* added first server-side netlogon sec-chan response.Luke Leighton2000-01-081-4/+2
* adding first client-side Bind Request for netlogon sec chan.Luke Leighton2000-01-081-3/+3
* first compilation of netsec. removed ntlmssp srv auth from all but samrLuke Leighton2000-01-081-10/+2
* created means to add dce/rpc server auth parsers to individual pipes.Luke Leighton2000-01-083-12/+183
* identified RPC_AUTH_NTLMSSP_VERIFIER as something general to allLuke Leighton2000-01-082-32/+32
* split ntlmssp coding/decoding off into separate module, including headers.Luke Leighton2000-01-082-406/+434
* added client-side dce/rpc authentication API.Luke Leighton2000-01-081-1/+1
* removed user_sess_key from auth api, it's stored in rpcsrv_struct, now.Luke Leighton2000-01-061-1/+1
* elrond spotted: prs_uint32_post() / prs_uint16_post() not symmetric,Luke Leighton2000-01-061-0/+4
* finally got somewhere with encrypted msrpc. i had to do some hacking aboutLuke Leighton2000-01-052-9/+15
* debugging dce/rpc server-side crypt apiLuke Leighton2000-01-042-6/+3
* parsing string stuff, grew data to one more then started using it fromLuke Leighton2000-01-041-2/+2
* in the middle of writing a dce/rpc authentication server-side api.Luke Leighton2000-01-041-5/+2
* problems spotted by Elrond@wunder-nett.org with parsing, possibleLuke Leighton2000-01-041-5/+15
* attempting to get encrypted DCE/RPC working again. it core-dumpedLuke Leighton2000-01-041-2/+3
* attempting to delineate smbd / msrpc more.Luke Leighton2000-01-032-0/+77
* removed dependency of smbd on the smb password database api.Luke Leighton2000-01-032-4/+28
* ok. the smb-fileserver-only saga continues.Luke Leighton2000-01-022-2/+93
* - split ipc.c into lanman.c and ipc.cLuke Leighton2000-01-021-6/+8
* oo noo :) found the bug. constructing a pdu was setting the data lenLuke Leighton1999-12-311-6/+11
* got fed up of tryting to look for a stupid memory corruption, soLuke Leighton1999-12-313-81/+362
* i don't get it. there's some memory corruption somewhere. i turnedLuke Leighton1999-12-221-25/+53
* beeaaautiful. the one thing that i hate doing on this code (third orLuke Leighton1999-12-201-2/+2
* msrpc loopback works.Luke Leighton1999-12-151-1/+15
* bug found in password set: incorrect msrpc interpretation. the newLuke Leighton1999-12-141-6/+2
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-1/+4
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-128-80/+160
* parsing code for transferring unix and nt security credentials over-the-wire.Luke Leighton1999-12-081-0/+494
* ABOUT TIME!!!!!!!!Luke Leighton1999-12-081-1/+7
* the first independent msrpc daemon - lsarpcd.Luke Leighton1999-12-061-0/+10
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-012-8/+9
* fixing joining to domain plus something weird going down with nt logins...Luke Leighton1999-12-011-1/+1
* improving createuser account command to be able to add workstationsLuke Leighton1999-12-011-8/+11
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-292-10/+38
* well, i stuffed up the spooler commands.Luke Leighton1999-11-271-7/+7