summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
Commit message (Expand)AuthorAgeFilesLines
* gets really interesting. it's dog-slow (at debug level 100), butLuke Leighton2000-04-091-11/+4
* - fixing cli_pipe.c assertsLuke Leighton2000-04-091-0/+1
* merge of smbd and related files, from cvs main.Luke Leighton2000-04-031-241/+189
* series of perl scripts (thanks tim!) to replace all calls to bzero:Luke Leighton2000-03-311-9/+9
* moving some functions that were in parse_misc.c that i've been meaningLuke Leighton2000-03-281-3/+236
* unicode string alignments in NET_USER_INFO_x structures.Luke Leighton2000-03-181-1/+19
* making sure that req chal would not be affected by having prs_align()Luke Leighton2000-03-171-4/+7
* From Elrond@Wunder-Nett.org Tue Mar 14 06:07:16 2000Luke Leighton2000-03-131-25/+25
* - acb_info is a 32-bit field in samr stuff (oops!!) sun cascade withLuke Leighton2000-03-081-15/+6
* yet another stage in net user info level 2. server-side and client-sideLuke Leighton2000-03-081-4/+8
* next stage of having a NET_USER_INFO_CTRLuke Leighton2000-03-071-0/+60
* created a NET_USER_INFO_2.Luke Leighton2000-03-071-635/+1123
* Fix up Luke's problems so that Win9X clients can log onto Samba-TNG and canRichard Sharpe2000-02-201-1/+1
* this weird-looking code uses the user_struct* that was obtained fromLuke Leighton2000-02-081-2/+2
* this is probably one of THE most reluctant commits i've ever made.Luke Leighton2000-02-061-68/+65
* replacing enumeration of passdb/*.c in _net_sam_sync with _samr* API.Luke Leighton2000-02-041-28/+43
* ok, this _is_ as big as it looks, conceptually, and i haven't evenLuke Leighton2000-02-041-10/+14
* another removal of get_smbpwd_entry() calls.Luke Leighton2000-02-031-1/+129
* creating _samr_set_userinfo info level 0x12.Luke Leighton2000-02-031-51/+0
* clean-up of sander's netlogon patch, it didn't compile.Luke Leighton2000-02-031-5/+5
* patch from sander striker for netlogon api conversionLuke Leighton2000-02-031-69/+118
* from elrond. this patch is NOT as large as it looks.Luke Leighton2000-01-311-0/+1
* [mixed commit. sorry!]Luke Leighton2000-01-141-29/+38
* finally got somewhere with encrypted msrpc. i had to do some hacking aboutLuke Leighton2000-01-051-0/+6
* ok. the smb-fileserver-only saga continues.Luke Leighton2000-01-021-2/+91
* delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1999-12-121-4/+0
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-4/+3
* first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1999-11-291-8/+36
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-22/+8
* added two new params: "trusted domains" and "trusting domains".Luke Leighton1999-11-161-4/+4
* Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1999-11-161-0/+60
* const char* issuesLuke Leighton1999-11-011-2/+4
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-8/+8
* need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1999-10-191-1/+1
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-97/+197
* BDC support.Matthew Chapman1999-07-221-7/+3
* BDC support.Luke Leighton1999-07-211-29/+114
* Some more BDC-related fixes, mainly to the NET_SAM_SYNC RPC with respectMatthew Chapman1999-06-021-31/+66
* Mainly BDC-related changes.Matthew Chapman1999-04-081-4/+480
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-14/+14
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-1/+2
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-2/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-5/+5
* rpcclient ntlogin testLuke Leighton1998-10-161-3/+3
* rpcclient interactive login (with trust account changing if you are root)Luke Leighton1998-10-151-0/+69
* tridge the destroyer returns!Andrew Tridgell1998-09-051-123/+12
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-1/+3
* Changed ASSERT macros to SMB_ASSERT macros as some systems alreadyJeremy Allison1998-08-241-3/+3
* added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberallyAndrew Tridgell1998-08-221-0/+6
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-5/+6