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