Age | Commit message (Expand) | Author | Files | Lines |
2007-12-03 | Fix winreg callers. | Günther Deschner | 1 | -5/+5 |
2007-10-10 | r25313: dd HKEY_CURRENT_USER to rpccli_winreg_Connect(). | Günther Deschner | 1 | -0/+4 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r21462: Fix EnumValue (?) | Jelmer Vernooij | 1 | -3/+0 |
2007-10-10 | r19818: Remove reg_split_hive, make use of registry_openkey | Volker Lendecke | 1 | -44/+0 |
2007-10-10 | r18981: * cleanup some vestiges of old cli_reg.c code and mark some TODO | Gerald Carter | 1 | -56/+1 |
2007-10-10 | r18931: * Fix the IDL for QueryInfoKey. teh Classname in an | Gerald Carter | 1 | -3/+3 |
2007-10-10 | r18919: * Get the new rpccli_winreg_XXXX() functions into the tree | Gerald Carter | 1 | -567/+65 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r18711: Replace the following hand code client routines: | Gerald Carter | 1 | -51/+0 |
2007-10-10 | r18188: merge 3.0-libndr branch | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -47/+54 |
2007-10-10 | r7995: * privileges are local except when they're *not* | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r7882: Looks like a large patch - but what it actually does is make Samba | Jeremy Allison | 1 | -3/+3 |
2007-10-10 | r7878: mostly just a rename of REG_INFO to REG_QUERY_VALUE for better clarity | Gerald Carter | 1 | -7/+7 |
2007-10-10 | r7691: * add .gdbinit to the svn:ignore files | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7664: add access check hooks to _reg_open_entry which are passed off | Gerald Carter | 1 | -1/+1 |
2007-10-10 | r7649: * fix compile breakage (sorry, should have done a make clean before the | Gerald Carter | 1 | -4/+4 |
2007-10-10 | r7645: adding server stubs for RegCreateKey() and RegSetValue() | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r6995: * fixing segfault when writing out registry values of zero length | Gerald Carter | 1 | -0/+25 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -558/+441 |
2007-10-10 | r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r6232: more cleanups; remove BUFFER3; rename BUFFER4 -> RPC_DATA_BLOB; rename... | Gerald Carter | 1 | -8/+8 |
2007-10-10 | r6014: rather large change set.... | Gerald Carter | 1 | -4/+717 |
2007-10-10 | r4656: Convert the winreg pipe to use WERROR returns (as it should). | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r4561: This looks a lot larger than it is, this is to reduce the clutter on f... | Volker Lendecke | 1 | -2/+2 |
2003-01-13 | Now that I am running config.developer, I decided to get rif of some warnings: | Richard Sharpe | 1 | -2/+2 |
2003-01-04 | Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1 | Andrew Bartlett | 1 | -2/+3 |
2002-08-17 | Sync 3.0 branch with HEAD | Jelmer Vernooij | 1 | -1045/+73 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 1 | -0/+3 |
2002-03-17 | Renamed get_nt_error_msg() to nt_errstr(). | Tim Potter | 1 | -15/+15 |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-14 | the next step in the intl changeover. This should get us compiling agian, | Andrew Tridgell | 1 | -4/+0 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -3/+0 |
2001-07-04 | The big character set handling changeover! | Andrew Tridgell | 1 | -4/+5 |
2001-03-09 | Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues. | Jeremy Allison | 1 | -32/+32 |
2001-03-07 | Sync up handle creation with 2.2 branch. We can now join AS/U domains and | Jeremy Allison | 1 | -8/+6 |
2001-02-28 | Move to talloc control of SPOOL_XXX structs. Move to talloc control of | Jeremy Allison | 1 | -7/+2 |
2000-12-04 | no longer pass the type to make_sec_desc(), instead the type is | Andrew Tridgell | 1 | -1/+1 |
2000-07-27 | Ok - this is a *BIG* change - but it fixes the problems with static strings | Jeremy Allison | 1 | -32/+32 |
2000-05-18 | Added the NETDFS pipe to allow remote administration of the msdfs symlinks | Shirish Kalele | 1 | -2/+3 |
2000-05-17 | Cutover from 2.2.x - missed in merge. | Jeremy Allison | 1 | -4/+2 |
2000-03-22 | acconfig.h configure configure.in: Added check for UT_SYSLEN for utmp code. | Jeremy Allison | 1 | -25/+0 |
2000-03-22 | added the following message to all dce/rpc client/server code, except | Luke Leighton | 1 | -0/+25 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1 | -678/+555 |
1999-11-27 | further abstraction involving client states. main client-side code | Luke Leighton | 1 | -23/+20 |
1999-11-25 | cool! completed a samr* API that _would_ look like an msdn samr* api... | Luke Leighton | 1 | -129/+24 |
1999-11-24 | registry API moved over to new format. reg_connect() is the top-level | Luke Leighton | 1 | -27/+175 |
1999-11-24 | rewrote policy handle code to be generic (it's needed for client-side too) | Luke Leighton | 1 | -2/+4 |