summaryrefslogtreecommitdiffstats
path: root/source3/rpc_parse/parse_misc.c
Commit message (Expand)AuthorAgeFilesLines
* lib/util_unistr.c:Jean-François Micouleau2000-12-151-10/+7
* Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison2000-12-151-4/+4
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-081-4/+4
* printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison2000-11-101-0/+2
* Adding Herb's compile warning fixes to HEAD.Jeremy Allison2000-10-041-1/+1
* added comment for my own memory purposesGerald Carter2000-08-171-0/+1
* - fixed memcpy bug in copy_unistr2()Gerald Carter2000-08-161-7/+21
* Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison2000-08-111-7/+4
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-3/+14
* cleanup in init_unistr2_from_unistr()Gerald Carter2000-08-081-27/+19
* it is not my day it seems. :-(Gerald Carter2000-08-051-1/+1
* removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter2000-08-051-3/+2
* Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter2000-08-051-1/+1
* After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter2000-08-041-2/+52
* Fixed read overrun in init_string2()Tim Potter2000-07-281-2/+4
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-69/+121
* More insure found memory leak and corruption fixes.Jeremy Allison2000-06-011-0/+9
* Back to building. Now to test with insure.Jeremy Allison2000-06-011-1/+1
* Getting back to a compilable state (not there yet but close).Jeremy Allison2000-06-011-3/+3
* init_unistr takes a const 2nd argAndrew Tridgell2000-05-281-1/+1
* added spool_io_printer_driver_info_level_6()Andrew Tridgell2000-05-121-0/+12
* rewrote getprinterdriver level 3, now correctly handle the dependentJean-François Micouleau2000-03-291-1/+1
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-26/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+26
* spoolss definitions.Jean-François Micouleau2000-02-071-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-673/+674
* 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