summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_net.c
AgeCommit message (Expand)AuthorFilesLines
2001-11-21samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau1-2/+2
2001-11-04get the string lengths right in domain logonsAndrew Tridgell1-2/+2
2001-11-01Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett1-3/+3
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-1/+1
2001-10-31This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter1-1/+1
2001-10-30Removed confusing comment.Tim Potter1-1/+1
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-6/+6
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison1-6/+7
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett1-5/+5
2001-09-14Decode 68-byte password blocks using sam replication password key (whichTim Potter1-2/+4
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell1-3/+3
2001-09-04Welcome to tpot's exploit world!Tim Potter1-253/+413
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-14/+14
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett1-2/+2
2001-08-28Merge of sam sync code from TNG.Tim Potter1-0/+834
2001-08-22merge from 2.2Gerald Carter1-9/+14
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett1-13/+13
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett1-4/+11
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett1-11/+4
2001-06-22sync this function with 2.2 (single check for NULL parameter)Gerald Carter1-0/+3
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-2/+2
2001-05-24Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter1-12/+133
2001-04-27Added Herb's comment fix.Jeremy Allison1-1/+0
2001-04-23Fix "proc num out of range" error. Missing rpc call.Jeremy Allison1-0/+56
2001-03-13We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison1-0/+5
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-20/+18
2001-02-24This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison1-8/+22
2000-11-22o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter1-6/+6
2000-11-13Large commit which restructures the local password storage API.Gerald Carter1-48/+46
2000-10-13last part of W2K support.Jean-François Micouleau1-2/+27
2000-10-10a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau1-6/+0
2000-09-06Fix for the SID history problem when using a Win2k domain controllerJeremy Allison1-12/+56
2000-07-10Fix for passing NULL pointer as an array parameter inTim Potter1-2/+2
2000-06-09Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison1-2/+2
2000-06-09dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton1-5/+16
2000-05-03Insure uninitialized memory read fixes.Jeremy Allison1-2/+2
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1211/+647
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-4/+0
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1-4/+3
1999-11-29first attempt at getting \PIPE\NETLOGON working. it's pretty horrible.Luke Leighton1-8/+36
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-22/+8
1999-11-16added two new params: "trusted domains" and "trusting domains".Luke Leighton1-4/+4
1999-11-16Changes to implement NET_AUTH based on NET_AUTH2, to get Win2000Richard Sharpe1-0/+60
1999-11-01const char* issuesLuke Leighton1-2/+4
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-8/+8
1999-10-19need status codes from cli_net_req_chal() and cli_net_auth2().Luke Leighton1-1/+1