summaryrefslogtreecommitdiff
path: root/source3/rpc_parse
AgeCommit message (Expand)AuthorFilesLines
2001-10-02Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2-6/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter13-44/+0
2001-09-22These are RIDs not Unix UIDs so make this clear in the feild names.Andrew Bartlett1-5/+5
2001-09-17move to SAFE_FREE()Simo Sorce3-28/+17
2001-09-14Merge prs_hash1() function from tng.Tim Potter1-0/+24
2001-09-14Decode 68-byte password blocks using sam replication password key (whichTim Potter1-2/+4
2001-09-12- enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell1-4/+4
2001-09-04it now all compiles - so try enabling it by default and see what explodes on ...Andrew Tridgell2-4/+4
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 Tridgell10-171/+232
2001-08-31Fix up some compile issues. We can't have C99 comments and add a smatteringAndrew Bartlett2-3/+3
2001-08-28Merge of sam sync code from TNG.Tim Potter2-0/+898
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell5-48/+48
2001-08-24Fixed malloc -> talloc problems pointed out by Simo.Jeremy Allison1-7/+7
2001-08-22merge from 2.2Gerald Carter1-9/+14
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2-17/+36
2001-08-10Merge in the NT drivers changes from 2.2.Jeremy Allison1-1/+1
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-6/+211
2001-08-07A collection of fixes/cleanups to the security descriptor code byTim Potter1-9/+10
2001-08-03This is my 'Authentication Rewrite' version 1.01, mostly as submitted toAndrew Bartlett2-14/+14
2001-08-03Fix for smbpasswd set_userinfo24 was in the wrong place!Tim Potter1-4/+4
2001-08-02Allow smbpasswd to join a W2K hosted AD domain.Jeremy Allison1-1/+6
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-12/+12
2001-07-11This backs out my last change, which broke some of the finer points of RPCAndrew Bartlett2-58/+11
2001-07-10This fixes security=domain, which has been broke since the big charsetAndrew Bartlett2-11/+58
2001-07-09implement:Jean-François Micouleau1-0/+476
2001-07-09add query user info level 20 (for RAS)Jean-François Micouleau1-0/+84
2001-07-09when converting ascii to unicode, if the ascii string is NULL, don'tJean-François Micouleau1-0/+7
2001-07-06Added JF's fix for max_entries being 0.Jeremy Allison1-0/+15
2001-07-04The big character set handling changeover!Andrew Tridgell3-13/+11
2001-07-02Missing prs_align() was causing Win9x nexus tools to fail. security_info_sentJeremy Allison1-0/+3
2001-07-02Fixed auto-alloc of dispinfo code when unmarshalling.Jeremy Allison1-4/+64
2001-06-29Added LsaGetConnectedCredentials patch from Manoj Naik <manoj@almaden.ibm.com>.Jeremy Allison1-0/+70
2001-06-29From JF....Jeremy Allison1-27/+93
2001-06-29Removed another silly static array.Tim Potter1-5/+16
2001-06-26SGI compiler fixes.Herb Lewis1-2/+2
2001-06-26Ensure we always have a valid pointer on unmarshalling an SD with zeroJeremy Allison1-3/+7
2001-06-26Fixed bug introduced by changeover of security descriptor code fromTim Potter1-1/+8
2001-06-25Cosmetic fixups found while playing with the server manager. Added supportTim Potter1-1/+72
2001-06-22sync this function with 2.2 (single check for NULL parameter)Gerald Carter1-0/+3
2001-06-22Removed unused (and potentially crash-causing) free function.Jeremy Allison1-14/+0
2001-06-21Merging Gerry's spoolss changes.Jeremy Allison1-6/+59
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2-6/+136
2001-06-19INFO_24 sometimes has a 2 byte length, sometimes doesn't. Safer to notJeremy Allison1-7/+2
2001-06-16Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch.Jeremy Allison1-0/+75
2001-06-15Jim McDonough's parse patches for Win9x get SD calls.Jeremy Allison1-0/+87
2001-06-15Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>....Jeremy Allison1-1/+1
2001-06-15Add password length field to SAM_USER_INFO24 structure and fix initTim Potter1-1/+9
2001-06-13Added some msdfs client routines.Tim Potter1-5/+27
2001-06-06Converted init_samr_q_lookup_names() and samr_io_q_lookup_names()Tim Potter1-2/+12