summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_misc.c
AgeCommit message (Expand)AuthorFilesLines
2001-05-01Added code from "Nigel Williams" <nigel@veritas.com> (yes, the same famousJeremy Allison1-0/+31
2001-03-07Sync up handle creation with 2.2 branch. We can now join AS/U domains andJeremy Allison1-1/+12
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-39/+64
2001-01-25Fixed "object picker can't determine if object in domain" bug seen from W2KJeremy Allison1-60/+0
2000-12-15lib/util_unistr.c:Jean-François Micouleau1-10/+7
2000-12-15Fixed memory leaks in lsa_XX calls. Fixed memory leaks in smbcacls. MergedJeremy Allison1-4/+4
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter1-4/+4
2000-11-10printing/nt_printing.c: use getpwuid not smbgetpwuid. Canonicalize printernames.Jeremy Allison1-0/+2
2000-10-04Adding Herb's compile warning fixes to HEAD.Jeremy Allison1-1/+1
2000-08-17added comment for my own memory purposesGerald Carter1-0/+1
2000-08-16- fixed memcpy bug in copy_unistr2()Gerald Carter1-7/+21
2000-08-11Fixed the problem with UNISTR marshalling in a buffer5 struct.Jeremy Allison1-7/+4
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-3/+14
2000-08-08cleanup in init_unistr2_from_unistr()Gerald Carter1-27/+19
2000-08-05it is not my day it seems. :-(Gerald Carter1-1/+1
2000-08-05removed the for() loop to copy the buffer in init_unistr2_from_unistr()Gerald Carter1-3/+2
2000-08-05Fixed bug in init_unistr2_from_unistr() found by Elrond.Gerald Carter1-1/+1
2000-08-04After talking with Jeremy and JF (and staring at packet traces betweenGerald Carter1-2/+52
2000-07-28Fixed read overrun in init_string2()Tim Potter1-2/+4
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-69/+121
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison1-0/+9
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-1/+1
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-3/+3
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