summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
* These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett2001-09-221-5/+5
* move to SAFE_FREE()Simo Sorce2001-09-173-28/+17
* Merge prs_hash1() function from tng.Tim Potter2001-09-141-0/+24
* Decode 68-byte password blocks using sam replication password key (whichTim Potter2001-09-141-2/+4
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-4/+4
* it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2001-09-042-4/+4
* 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-0410-171/+232
* Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2001-08-312-3/+3
* Merge of sam sync code from TNG.Tim Potter2001-08-282-0/+898
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-275-48/+48
* Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison2001-08-241-7/+7
* merge from 2.2Gerald Carter2001-08-221-9/+14
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-17/+36
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-1/+1
* - avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce2001-08-101-6/+211
* A collection of fixes/cleanups to the security descriptor code byTim Potter2001-08-071-9/+10
* This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2001-08-032-14/+14
* Fix for smbpasswd set_userinfo24 was in the wrong place!Tim Potter2001-08-031-4/+4
* Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison2001-08-021-1/+6
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-12/+12
* This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2001-07-112-58/+11
* This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2001-07-102-11/+58
* implement:Jean-François Micouleau2001-07-091-0/+476
* add query user info level 20 (for RAS)Jean-François Micouleau2001-07-091-0/+84
* when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau2001-07-091-0/+7
* Added JF's fix for max_entries being 0.Jeremy Allison2001-07-061-0/+15
* The big character set handling changeover!Andrew Tridgell2001-07-043-13/+11
* Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison2001-07-021-0/+3
* Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison2001-07-021-4/+64
* Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison2001-06-291-0/+70
* From JF....Jeremy Allison2001-06-291-27/+93
* Removed another silly static array.Tim Potter2001-06-291-5/+16
* SGI compiler fixes.Herb Lewis2001-06-261-2/+2
* Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison2001-06-261-3/+7
* Fixed bug introduced by changeover of security descriptor code fromTim Potter2001-06-261-1/+8
* Cosmetic fixups found while playing with the server manager. Added supportTim Potter2001-06-251-1/+72
* sync this function with 2.2 (single check for NULL parameter)Gerald Carter2001-06-221-0/+3
* Removed unused (and potentially crash-causing) free function.Jeremy Allison2001-06-221-14/+0
* Merging Gerry's spoolss changes.Jeremy Allison2001-06-211-6/+59
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-202-6/+136
* INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison2001-06-191-7/+2
* Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison2001-06-161-0/+75
* Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison2001-06-151-0/+87
* Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison2001-06-151-1/+1
* Add password length field to SAM_USER_INFO24 structure and fix initTim Potter2001-06-151-1/+9
* Added some msdfs client routines.Tim Potter2001-06-131-5/+27
* Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter2001-06-061-2/+12
* Added *.po to .cvsignore files.Tim Potter2001-06-011-0/+1
* Added a init function for net_q_logon_ctrl2 so we can make this callTim Potter2001-05-241-12/+133