summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
Commit message (Expand)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Try to move towards slightly sane linking for Samba by removing some pdb_...()Andrew Bartlett2002-01-261-17/+32
* more irix -64 portability fixesAndrew Tridgell2001-12-311-1/+1
* fixing bug I introduced.Jean-François Micouleau2001-12-181-1/+1
* update the ldap support code. it compiles.Jean-François Micouleau2001-12-131-5/+8
* decoded SAM_DELTA 0x0e and 0x12.Jean-François Micouleau2001-12-121-0/+144
* a ugly decoder for SAM_DELTA_DOM_INFO (0x0d)Jean-François Micouleau2001-12-121-39/+203
* again an intrusive patch:Jean-François Micouleau2001-12-061-26/+20
* OK. Smbpasswd -j is DEAD.Andrew Bartlett2001-12-051-2/+7
* samr_querydom_info level 1: found the meaning of the unknow fields. AndJean-François Micouleau2001-11-211-2/+2
* get the string lengths right in domain logonsAndrew Tridgell2001-11-041-2/+2
* Various post AuthRewrite cleanups, fixups and tidyups.Andrew Bartlett2001-11-011-3/+3
* This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett2001-10-311-1/+1
* This one's a doozy. A cut&paste bug incorrectly sets the max string lengthTim Potter2001-10-311-1/+1
* Removed confusing comment.Tim Potter2001-10-301-1/+1
* This commit is number 4 of 4.Andrew Bartlett2001-10-291-6/+6
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-021-6/+7
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-221-5/+5
* Decode 68-byte password blocks using sam replication password key (whichTim Potter2001-09-141-2/+4
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-041-3/+3
* Welcome to tpot's exploit world!Tim Potter2001-09-041-253/+413
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-14/+14
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-311-2/+2
* Merge of sam sync code from TNG.Tim Potter2001-08-281-0/+834
* merge from 2.2Gerald Carter2001-08-221-9/+14
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-031-13/+13
* This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2001-07-111-4/+11
* This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2001-07-101-11/+4
* sync this function with 2.2 (single check for NULL parameter)Gerald Carter2001-06-221-0/+3
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-2/+2
* Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter2001-05-241-12/+133
* Added Herb's comment fix.Jeremy Allison2001-04-271-1/+0
* Fix "proc num out of range" error. Missing rpc call.Jeremy Allison2001-04-231-0/+56
* We were mismarshalling a netlogon reply for bad password to W2K.Jeremy Allison2001-03-131-0/+5
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-20/+18
* This patch (donated by Marc Jacobsen of HP) should make Sun and HP very happy...Jeremy Allison2001-02-241-8/+22
* o fixed logon script problems (wrong len in reply to net_sam_logon forGerald Carter2000-11-221-6/+6
* Large commit which restructures the local password storage API.Gerald Carter2000-11-131-48/+46
* last part of W2K support.Jean-François Micouleau2000-10-131-2/+27
* a netlogon enum trust query doesn't have a function_code at end.Jean-François Micouleau2000-10-101-6/+0
* Fix for the SID history problem when using a Win2k domain controllerJeremy Allison2000-09-061-12/+56
* Fix for passing NULL pointer as an array parameter inTim Potter2000-07-101-2/+2
* Luke, I am moving the code back into passdb/passdb.c, this the correctJeremy Allison2000-06-091-2/+2
* dynamic allocation of NET_USER_INFO_3 gids.Luke Leighton2000-06-091-5/+16
* Insure uninitialized memory read fixes.Jeremy Allison2000-05-031-2/+2
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1211/+647