summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_reg.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-29Merge from 3.0:Tim Potter1-40/+24
2003-09-09sync 3.0 into HEAD for the last timeGerald Carter1-1/+1
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-9/+9
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-9/+9
2003-01-13Fix typo, and the build.Andrew Bartlett1-1/+1
2003-01-13Make sure that those cleanups actually went in.Richard Sharpe1-2/+2
2003-01-02BIG patch...Andrew Bartlett1-40/+40
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-4/+8
2002-08-31Avoid writing unitialised bytes to the wire (and consequent valgrind warnings)Andrew Bartlett1-1/+5
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-72/+2
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter1-2/+6
2002-08-05Spelling fix.Tim Potter1-1/+1
2002-07-29add another registry rpc (opnum 0x14). Have no idea what it's real nameGerald Carter1-4/+56
2002-07-263 things:Gerald Carter1-1/+7
2002-07-24several changes in this checkinGerald Carter1-21/+153
2002-07-23* changed structure of REG_R_ENUM_VALUE structure since the BUFFER2Gerald Carter1-1/+34
2002-07-04fixed the geyed out registry keys. Stupid typo on my part.Gerald Carter1-3/+3
2002-07-03first cut at implementing support for browsing printer and driver driverGerald Carter1-17/+40
2002-07-02fixed our winreg parsing to handle a diifferent form given to us byAndrew Tridgell1-6/+8
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-15Tidyups and things I discovered during the merge...Jeremy Allison1-4/+4
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-5/+0
2001-09-04the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell1-19/+19
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-3/+3
2001-08-10- avoid possible mem leaks in rpcclient/cmd_*.c (talloc_destroy not performed)Simo Sorce1-6/+211
2001-03-16Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison1-1/+1
2000-05-15Added Shirish's reg changes to HEAD. Sync up with 2.2.0 backport.Jeremy Allison1-76/+81
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-01-14Added HP change.Jeremy Allison1-53/+54
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-648/+705
1999-11-24registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1-1/+1
1999-11-24rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1-4/+4
1999-11-18updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1-16/+20
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-63/+60
1999-10-29added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1-0/+58
1999-10-15renamed args due to global "class" variableLuke Leighton1-5/+5
1999-10-15return results on prs_xxxxx() and all xxx_io_xxx() routines.Luke Leighton1-103/+214
1999-08-03changing debug output message reg_io_unknown_1 to reg_io_close.Luke Leighton1-2/+2
1999-08-03reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1-12/+18
1999-04-08Mainly BDC-related changes.Matthew Chapman1-6/+3
1999-03-24removed 2 unnecessary args from make_uni_hdr.Luke Leighton1-10/+14
1999-03-23Another UNICODE issue - this time BUFFER2 was being transmitted incorrectly.Matthew Chapman1-3/+4
1999-02-23added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1-20/+13
1999-02-18problem been there for months: reg_r_info not aligning after string buffer.Luke Leighton1-0/+1
1999-02-16rpcclient shutdown commandLuke Leighton1-0/+63
1999-02-15Always null-terminate strings.Matthew Chapman1-1/+1
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-4/+6
1999-02-11the UNICODE issue...Luke Leighton1-1/+1