summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse
Commit message (Expand)AuthorAgeFilesLines
...
* 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-292-17/+17
* Fixed the bug with member servers in a Samba PDC hosted domain not allowingJeremy Allison2001-10-022-6/+8
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-0213-44/+0
* 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