summaryrefslogtreecommitdiffstats
path: root/source/rpc_client/cli_reg.c
Commit message (Expand)AuthorAgeFilesLines
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-32/+32
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-2/+3
* Cutover from 2.2.x - missed in merge.Jeremy Allison2000-05-171-4/+2
* acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code.Jeremy Allison2000-03-221-25/+0
* added the following message to all dce/rpc client/server code, exceptLuke Leighton2000-03-221-0/+25
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-678/+555
* further abstraction involving client states. main client-side codeLuke Leighton1999-11-271-23/+20
* cool! completed a samr* API that _would_ look like an msdn samr* api...Luke Leighton1999-11-251-129/+24
* registry API moved over to new format. reg_connect() is the top-levelLuke Leighton1999-11-241-27/+175
* rewrote policy handle code to be generic (it's needed for client-side too)Luke Leighton1999-11-241-2/+4
* updating reg_value_info() parsing code to take BUFFER2 instead of justLuke Leighton1999-11-181-3/+4
* added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1999-11-181-4/+3
* rpcclient regenum key client code rewritten to use higher order functions.Luke Leighton1999-10-291-1/+3
* added HKEY_CLASSES_ROOT MSRPC open call. reg_open_hkcr etc. supportedLuke Leighton1999-10-291-0/+65
* - typecast malloc / Realloc issues.Luke Leighton1999-10-251-2/+2
* renamed "class" local variable to avoid global clashLuke Leighton1999-10-151-2/+2
* reverted jeremy's c++-like security descriptor modifications as theLuke Leighton1999-08-031-27/+16
* Mainly BDC-related changes.Matthew Chapman1999-04-081-1/+1
* added jeremy's new c++-like code for parsing of security descriptors.Luke Leighton1999-02-231-16/+28
* rpcclient shutdown commandLuke Leighton1999-02-161-0/+55
* Always null-terminate strings.Matthew Chapman1999-02-151-4/+4
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-4/+6
* removed nt_pipe_fnum from struct cli_state. need to be able to callLuke Leighton1998-12-071-35/+35
* security descriptorsLuke Leighton1998-11-131-1/+16
* security descriptors.Luke Leighton1998-11-121-2/+2
* cleaning up conflicts between group code not yet committed andLuke Leighton1998-11-121-3/+51
* clearing up security descriptorLuke Leighton1998-11-111-0/+4
* changed syntax of registry commands so keys can start with HKLM or HKU.Luke Leighton1998-11-111-38/+33
* Makefile.in: Added target for makeyodldocs - not used by default.Jeremy Allison1998-11-111-5/+5
* registry delete value command: "regdeleteval".Luke Leighton1998-11-111-0/+54
* renamed unk_1b to flush_keyLuke Leighton1998-11-111-9/+9
* - renamed open_policy to open_hklm.Luke Leighton1998-11-111-21/+78
* rpcclient registry key delete command: "regdeletekey".Luke Leighton1998-11-101-0/+54
* registry modification requires a "sync" or "refresh" on the parent key.Luke Leighton1998-11-101-0/+56
* rpcclient registry commands.Luke Leighton1998-11-101-19/+133
* split socket util functions into util_sock.c. util.c NOT committedLuke Leighton1998-11-091-0/+645