summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* a fairly drastic code commit to add "process id" as an extra identificationLuke Leighton2000-01-214-46/+22
* this commit is NOT as large as it looks. sed is a wonderful thing.Luke Leighton2000-01-203-88/+88
* compilation issues from Philip Guenther with C98 compiler instead of C99,Luke Leighton2000-01-181-1/+2
* issue spotted by lonnie to do with no NT password. i think that'sLuke Leighton2000-01-181-38/+13
* - had to wrap register_vuid() with a become_root()/unbecome_root() setLuke Leighton2000-01-171-8/+7
* all sorts of weird stuff found by attempting to track down passwordLuke Leighton2000-01-171-1/+1
* some patches from Elrond@Wunder-Nett.org. Some short notes:Luke Leighton2000-01-172-79/+71
* attempting to clean up prs_() usage to track down an unknown memoryLuke Leighton2000-01-173-14/+13
* nngh! was ZERO_STRUCT()ing a pipe struct _before_ checking to closeLuke Leighton2000-01-161-2/+2
* - disable port 445 in server, again, until i have time to work it outLuke Leighton2000-01-141-7/+3
* YESS!!!! GOT IT! rpcclient now does NETLOGON "schannel" logins!Luke Leighton2000-01-141-2/+0
* [mixed commit. sorry!]Luke Leighton2000-01-141-0/+21
* first attempt at getting NETLOGON working samba-nt.Luke Leighton2000-01-131-0/+1
* added NET_SHAREENUM2 (aka NetrShareEnumSticky), currently just anMatthew Chapman2000-01-131-0/+1
* whee! got usrmgr working again. this was the "SMBtrans" long PDULuke Leighton2000-01-122-6/+40
* client_name() and client_addr() don't work on the other side of anLuke Leighton2000-01-121-1/+1
* patches from elrond to do some more memory clean-ups. these relatedLuke Leighton2000-01-121-1/+1
* need to use read_data_with_timeout() for DCE/RPC SMBreadX as well as SMBtrans.Luke Leighton2000-01-122-2/+5
* there were quite a few uninitalised memory areas. turns out that SP6 isLuke Leighton2000-01-115-63/+10
* this one's a _great_ fun commit.Luke Leighton2000-01-113-32/+23
* got fed up with all those messages from people (about 2 per day) onLuke Leighton2000-01-101-2/+5
* uninitialised assoc_gid variable.Luke Leighton2000-01-101-1/+1
* added two new auto-bool smb.conf parameters:Luke Leighton2000-01-091-5/+23
* next packet: netlogond net-sec response. now to process it on receiptLuke Leighton2000-01-091-146/+38
* yes! a first packet send-receive of NETLOGON secure channel:Luke Leighton2000-01-091-10/+11
* keep forgetting to update copyright dates on files.Luke Leighton2000-01-091-2/+2
* created first impl. of server-side decode netsec pdu.Luke Leighton2000-01-091-247/+147
* got fed up of smbpasswd getting damn SIDs from PDC when it's only doingLuke Leighton2000-01-091-1/+1
* added first server-side netlogon sec-chan response.Luke Leighton2000-01-081-0/+624
* adding first client-side Bind Request for netlogon sec chan.Luke Leighton2000-01-081-1/+1
* created means to add dce/rpc server auth parsers to individual pipes.Luke Leighton2000-01-082-13/+21
* identified RPC_AUTH_NTLMSSP_VERIFIER as something general to allLuke Leighton2000-01-081-7/+7
* split ntlmssp coding/decoding off into separate module, including headers.Luke Leighton2000-01-083-3/+9
* excellent!!! my first use of tdb, and it worked!Luke Leighton2000-01-081-66/+174
* removed "requirement" to have domain name non-NULL in ntlmssp auth.Luke Leighton2000-01-081-1/+0
* added client-side dce/rpc authentication API.Luke Leighton2000-01-081-6/+1
* user_sess_key no longer updated in noauthLuke Leighton2000-01-061-3/+2
* more reshuffling, removed that damn user_sess_key, use a vuid instead :)Luke Leighton2000-01-063-15/+56
* moving back to having user_sess_key in rpcsrv_structLuke Leighton2000-01-061-2/+1
* removed user_sess_key from auth api, it's stored in rpcsrv_struct, now.Luke Leighton2000-01-063-54/+22
* yikes! forgot that i only started the dce/rpc auth api yesterday!!!Luke Leighton2000-01-061-0/+594
* created a "no authentication" server-side instance of dce/rpc authentication.Luke Leighton2000-01-063-662/+240
* man, i must be trashed.Luke Leighton2000-01-051-2/+3
* compilation errors introduced by last couple of commits. *tired*.Luke Leighton2000-01-052-4/+23
* finally got somewhere with encrypted msrpc. i had to do some hacking aboutLuke Leighton2000-01-052-12/+31
* getting there... couple more encrypted msrpc bugs...Luke Leighton2000-01-041-1/+2
* debugging dce/rpc server-side crypt apiLuke Leighton2000-01-041-1/+1
* in the middle of writing a dce/rpc authentication server-side api.Luke Leighton2000-01-041-214/+389
* more clean-out to use local variables instead of ones in rpcsrv_struct.Luke Leighton2000-01-042-64/+89
* oops, must use read_data() not read() to guarantee receiving theLuke Leighton2000-01-041-2/+2