summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_net.c
Commit message (Expand)AuthorAgeFilesLines
* Fix signed/unsigned issues - mostly 'i' counters.Andrew Bartlett2003-03-151-11/+11
* init_dom_sid2s: Check return code from string_to_sid. Skip tokensMartin Pool2003-02-181-8/+12
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-14/+14
* Send the user's session key in the SAMLOGON reply, so that a member server canAndrew Bartlett2003-02-021-2/+2
* reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell2003-01-171-25/+26
* This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell2003-01-171-26/+25
* BIG patch...Andrew Bartlett2003-01-021-46/+46
* Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-14/+17
* Change parsing of policy and privs delta to what Ethereal says.Volker Lendecke2002-09-221-70/+66
* removed a debug lineAndrew Tridgell2002-08-301-2/+0
* There's more work to be done on samsync. Intermediate commit, nowVolker Lendecke2002-08-291-1/+1
* some cleanup while working on the NETLOGON pipe.Jean-François Micouleau2002-08-231-37/+4
* Added some new delta types discovered by Ronnie from ethereal"Tim Potter2002-08-221-16/+23
* added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell2002-08-221-3/+6
* NETLOGON NetServerAuthenticate3 include and parser fileJean-François Micouleau2002-08-211-1/+80
* Winbind updates!Andrew Bartlett2002-07-311-1/+1
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Add a touch of const to this - helps with some yet-to-be-commited changesAndrew Bartlett2002-06-141-3/+3
* Make non-static for some later work (pushing the info3 across the winbindAndrew Bartlett2002-05-171-2/+3
* And a little more const.Andrew Bartlett2002-03-021-3/+3
* 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