summaryrefslogtreecommitdiff
path: root/source
Commit message (Expand)AuthorAgeFilesLines
* identified RPC_AUTH_NTLMSSP_VERIFIER as something general to allLuke Leighton2000-01-087-85/+60
* split ntlmssp coding/decoding off into separate module, including headers.Luke Leighton2000-01-0810-509/+614
* very cool. Elrond spotted that the SAM name was missing fromLuke Leighton2000-01-081-8/+21
* removed check_access() call as it was executing gethostbyaddr on aLuke Leighton2000-01-082-16/+5
* excellent!!! my first use of tdb, and it worked!Luke Leighton2000-01-086-72/+297
* updating tdb code from cvs mainLuke Leighton2000-01-083-259/+203
* tracking down problem caused by having NULL domain name from dce/rpcLuke Leighton2000-01-083-2/+13
* added dce/rpc authentication, client-sideLuke Leighton2000-01-081-0/+176
* removed "requirement" to have domain name non-NULL in ntlmssp auth.Luke Leighton2000-01-081-1/+0
* client-side dce/rpc authentication APILuke Leighton2000-01-081-0/+571
* added client-side dce/rpc authentication API.Luke Leighton2000-01-0815-561/+254
* explicit 64-bit file support required (#define)Luke Leighton2000-01-071-3/+3
* elrond spotted that S-0-0 was being referred to in lsalookupsids S-0-0-1400Luke Leighton2000-01-065-30/+10
* couple more things spotted by Elrond - sizeof(char*) instead of sizeof(fstring).Luke Leighton2000-01-062-5/+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-069-92/+144
* more become_somefn() code splitting.Luke Leighton2000-01-064-134/+153
* 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-065-59/+24
* yikes! forgot that i only started the dce/rpc auth api yesterday!!!Luke Leighton2000-01-061-0/+594
* elrond spotted: prs_uint32_post() / prs_uint16_post() not symmetric,Luke Leighton2000-01-062-11/+4
* more corrections from elrond.Luke Leighton2000-01-061-0/+2
* created a "no authentication" server-side instance of dce/rpc authentication.Luke Leighton2000-01-066-664/+251
* man, i must be trashed.Luke Leighton2000-01-051-2/+3
* compilation errors introduced by last couple of commits. *tired*.Luke Leighton2000-01-056-7/+27
* finally got somewhere with encrypted msrpc. i had to do some hacking aboutLuke Leighton2000-01-0510-30/+71
* added bit about needing to run smbpasswd -a -j your_own samba_server_nameLuke Leighton2000-01-051-0/+5
* getting there... couple more encrypted msrpc bugs...Luke Leighton2000-01-042-1/+6
* debugging dce/rpc server-side crypt apiLuke Leighton2000-01-043-7/+4
* 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-045-245/+433
* problems spotted by Elrond@wunder-nett.org with parsing, possibleLuke Leighton2000-01-041-5/+15
* more clean-out to use local variables instead of ones in rpcsrv_struct.Luke Leighton2000-01-043-75/+93
* oops, must use read_data() not read() to guarantee receiving theLuke Leighton2000-01-041-2/+2
* yesterday, it was bugging me that the info needed for the creation ofLuke Leighton2000-01-043-118/+125
* attempting to get encrypted DCE/RPC working again. it core-dumpedLuke Leighton2000-01-044-4/+9
* trying to split become_user(), become_vuser(), become_root(), become_guest()Luke Leighton2000-01-037-382/+430
* decided to add tridge's tdb code into SAMBA_TNG. i may (will) need it inLuke Leighton2000-01-0319-658/+843
* simple instructions on how to run samba cvs smbd with the SAMBA_TNGLuke Leighton2000-01-031-0/+13
* minor modifications / cleanups. moved loop-back dce/rpc socket intoLuke Leighton2000-01-036-9/+8
* added usage / compilation instructions. removed policy handle initialisationLuke Leighton2000-01-032-4/+53
* more simplification of msrpc / smb interfaceLuke Leighton2000-01-037-76/+38
* i hate rewriting dce/rpc reassembly code.Luke Leighton2000-01-032-2/+31
* wow. apart from what looks like an (unrelated) off-by-one bug in theLuke Leighton2000-01-037-51/+39
* amazing. incredible. cut msrpc _right_ out the loop from smbd.Luke Leighton2000-01-035-198/+80
* more delineation between smbd and msrpc. thinking of attemptingLuke Leighton2000-01-035-37/+49
* This commit was manufactured by cvs2svn to create branch 'SAMBA_TNG'.cvs2svn Import User2000-01-0314-0/+79198
|\
| * ignore a few filesAndrew Tridgell2000-01-033-1/+20
| * got rid of mem_manAndrew Tridgell2000-01-037-857/+0
| * the bulk of the unexpected packet handling code is in hereAndrew Tridgell2000-01-031-0/+160