summaryrefslogtreecommitdiffstats
path: root/source/rpc_parse/parse_reg.c
Commit message (Expand)AuthorAgeFilesLines
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-1/+1
* Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe2003-01-131-2/+2
* Missed from previous commit - merge from HEAD the changes to the remoteAndrew Bartlett2003-01-041-4/+8
* Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2003-01-031-40/+40
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-69/+7
* sync 3.0 branch with headJelmer Vernooij2002-08-171-23/+246
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-26/+54
* 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
* Initialise NTTIME properly in make_reg_q_enum_key instead of usingMatthew Chapman1999-02-011-1/+1
* security descriptorsLuke Leighton1998-11-131-59/+40
* security descriptors.Luke Leighton1998-11-121-11/+13
* jean-f. sent me some S-1-3-0,1,2,3 SIDs and names. S-1-3 doesn't exist.Luke Leighton1998-11-121-6/+13
* security descriptors and registry.Luke Leighton1998-11-121-0/+62
* security descriptor info, provided by jean-francoisLuke Leighton1998-11-111-4/+1
* clearing up security descriptorLuke Leighton1998-11-111-4/+12
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+51
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-5/+5
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-18/+24
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+51