summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_misc.c
AgeCommit message (Expand)AuthorFilesLines
2000-05-28init_unistr takes a const 2nd argAndrew Tridgell1-1/+1
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-0/+12
2000-03-29rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau1-1/+1
2000-03-22acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison1-26/+0
2000-03-22added the following message to all dce/rpc client/server code, exceptLuke Leighton1-0/+26
2000-02-07spoolss definitions.Jean-François Micouleau1-0/+25
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-673/+674
1999-12-01damn, that took a while. nt login password was being stored incorrectlyLuke Leighton1-4/+6
1999-11-23attempted a svcset command. password is encrypted / messed up, thereforeLuke Leighton1-8/+29
1999-11-16attempting to get nt5 wksta to join domain.Luke Leighton1-0/+30
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-11-03created msrpc_srv_enum_tprt() function by massaging cmd_srv_enum_tprt().Luke Leighton1-1/+1
1999-11-03had to move unistr2_dup(), unistr2_free() and unistr2_copy() intoLuke Leighton1-34/+0
1999-11-03three types of array-creation / array-deletion functions:Luke Leighton1-1/+19
1999-10-30NetServerTransportEnum parsing, client-side and rpcclient "srvtransports" added.Luke Leighton1-0/+16
1999-10-25- typecast malloc / Realloc issues.Luke Leighton1-3/+4
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-104/+236
1999-09-14wow!!!! this one's been here for two years!!!! alignment issuesLuke Leighton1-0/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-5/+3
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-0/+65
1999-04-11Incorrect length (number of unicode characters rather than buffer size)Matthew Chapman1-1/+1
1999-04-08Mainly BDC-related changes.Matthew Chapman1-33/+66
1999-03-25SAM database "set user info".Luke Leighton1-10/+0
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-5/+5
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1-7/+5
1999-03-18Adding LSA_OPENSECRET (-> LsarOpenSecret) and LSA_QUERYSECRETMatthew Chapman1-0/+31
1999-03-12new "domtrust" test command. r&d into inter-domain trust accounts.Luke Leighton1-2/+3
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-4/+5
1999-02-15Always null-terminate strings.Matthew Chapman1-1/+1
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-6/+5
1999-02-11the UNICODE issue...Luke Leighton1-3/+3
1999-02-09removal of the use of unistrn2 function: replace it with unistr2_to_strLuke Leighton1-2/+2
1999-02-08UNICODE byte ordering issue: typecast to uint16* replaced with SSVAL()Luke Leighton1-3/+3
1998-12-09adding some enumerate services code, client and server.Luke Leighton1-1/+0
1998-12-07- lib/unix_sec_ctxt.cLuke Leighton1-2/+2
1998-12-02added rid and sid_name_use to DOMAIN_GRP_MEMBER, for use in group memberLuke Leighton1-1/+1
1998-12-02adding group member code, made a start. found that the group members'Luke Leighton1-1/+2
1998-11-29weekend work. user / group database API.Luke Leighton1-54/+0
1998-11-25LsaLookupNames client call (first used as lookupnames command in rpcclient).Luke Leighton1-9/+2
1998-11-23unix instance of group database APILuke Leighton1-1/+1
1998-11-12jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1-3/+2
1998-11-12security descriptors and registry.Luke Leighton1-0/+37
1998-11-10include/local.h:Jeremy Allison1-1/+1
1998-11-10rpcclient registry commands.Luke Leighton1-31/+140
1998-10-28Added clear-out-structure fix for make_unistr2.Jeremy Allison1-0/+2
1998-10-27amazing. the improvements to NT continue, evidence for which shows upLuke Leighton1-9/+9
1998-09-25added in samr commands. assistance in returning the missing functions,Luke Leighton1-0/+54
1998-09-05tridge the destroyer returns!Andrew Tridgell1-36/+21
1998-07-06password.c: Fixes to allow Win95 clients to have lm encrypted passwordsJeremy Allison1-7/+8
1998-06-09I was wrong about the length and max_length values in make_unistr2.Jeremy Allison1-3/+1