summaryrefslogtreecommitdiff
path: root/source/rpc_parse/parse_misc.c
Commit message (Expand)AuthorAgeFilesLines
* patch from Elrond for _lsa_lookup_sids conversion. starting withLuke Leighton2000-02-041-9/+1
* ok, this _is_ as big as it looks, conceptually, and i haven't evenLuke Leighton2000-02-041-1/+1
* jean-f's idea to return an NT_STATUS #define instead of 0x0Luke Leighton2000-02-011-0/+32
* ok. the smb-fileserver-only saga continues.Luke Leighton2000-01-021-0/+2
* damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1999-12-011-4/+6
* attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1999-11-231-8/+29
* attempting to get nt5 wksta to join domain.Luke Leighton1999-11-161-0/+30
* const feeding frenzyLuke Leighton1999-11-081-1/+1
* created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1999-11-031-1/+1
* had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1999-11-031-34/+0
* three types of array-creation / array-deletion functions:Luke Leighton1999-11-031-1/+19
* NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1999-10-301-0/+16
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-3/+4
* return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1999-10-151-104/+236
* wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1999-09-141-0/+2
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-5/+3
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-0/+65
* Incorrect length (number of unicode characters rather than buffer size)Matthew Chapman1999-04-111-1/+1
* Mainly BDC-related changes.Matthew Chapman1999-04-081-33/+66
* SAM database "set user info".Luke Leighton1999-03-251-10/+0
* removed 2 unnecessary args from make_uni_hdr.Luke Leighton1999-03-241-5/+5
* Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1999-03-231-7/+5
* Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1999-03-181-0/+31
* new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1999-03-121-2/+3
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-4/+5
* Always null-terminate strings.Matthew Chapman1999-02-151-1/+1
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-6/+5
* the UNICODE issue...Luke Leighton1999-02-111-3/+3
* removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1999-02-091-2/+2
* UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1999-02-081-3/+3
* adding some enumerate services code, client and server.Luke Leighton1998-12-091-1/+0
* - lib/unix_sec_ctxt.cLuke Leighton1998-12-071-2/+2
* added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1998-12-021-1/+1
* adding group member code, made a start. found that the group members'Luke Leighton1998-12-021-1/+2
* weekend work. user / group database API.Luke Leighton1998-11-291-54/+0
* LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1998-11-251-9/+2
* unix instance of group database APILuke Leighton1998-11-231-1/+1
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-3/+2
* security descriptors and registry.Luke Leighton1998-11-121-0/+37
* include/local.h:Jeremy Allison1998-11-101-1/+1
* rpcclient registry commands.Luke Leighton1998-11-101-31/+140
* Added clear-out-structure fix for make_unistr2.Jeremy Allison1998-10-281-0/+2
* amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1998-10-271-9/+9
* added in samr commands. assistance in returning the missing functions,Luke Leighton1998-09-251-0/+54
* tridge the destroyer returns!Andrew Tridgell1998-09-051-36/+21
* password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1998-07-061-7/+8
* I was wrong about the length and max_length values in make_unistr2.Jeremy Allison1998-06-091-3/+1
* loadparm.c: Removed 'domain other sids' parameter.Jeremy Allison1998-06-091-1/+3
* chgpasswd.c: Added comments to #ifdefsJeremy Allison1998-05-141-58/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-1/+1