metze/old/v3-2-winbind-ndr.git
2006-12-01 idraMust have been drunk yesterday.
2006-12-01 metzeFrom Michael Adam (ma@sernet.de) (thanks!:-)
2006-12-01 idraImplement pam account stack checks when obey pam restri...
2006-12-01 idraFix memleak on pw and change talloc_destroy to TALLOC_F...
2006-12-01 vlendecMore "net sam policy" improvements. Thanks to Karolin...
2006-12-01 jerry* Fix a crash in the secure DNS update code. Don't...
2006-12-01 jraDeal with 2 keytypes I messed previously (DR/DE).
2006-12-01 jraAdd freelist check for cache. Fix testing of entry
2006-11-30 vlendecAdd 'registry shares = yes' and registry key security...
2006-11-30 jpeachRevert bogus change in r19961. In future I will check...
2006-11-30 jpeachRemove VARDIR. Nothing is ever installed into this...
2006-11-30 jraAllow tdb to be built standalone in Samba3.
2006-11-30 jraAdd check for WINBIND_OFFLINE key.
2006-11-29 jraInitial framework to make winbindd robust
2006-11-29 vlendectalloc_destroy is replaced these days
2006-11-29 vlendecFix a memleak
2006-11-29 vlendecChange regkey_open_internal to take the parent key...
2006-11-29 vlendecin SetKeySec, sd is just a [in,ref] ptr
2006-11-29 vlendecFix a segfault -- lookup_rids needs to init the names...
2006-11-29 vlendecFix from Don Watson -- thanks
2006-11-29 vlendecFix bug 4267 -- Thanks to David!
2006-11-29 vlendecFix Coverity id 333, a dereference before a NULL check.
2006-11-28 jpeachOne copy of this code should be sufficient.
2006-11-28 jerry,fix compile warning about unused functions when not...
2006-11-28 jraPatch from Kai Blin <kai.blin@gmail.com> to
2006-11-28 metzealways use discard_const_p() in lib/ldb/
2006-11-28 vlendecAdd some const
2006-11-28 vlendecRevert the winreg idl changes. At least enumkey does...
2006-11-28 vlendecFix indentation
2006-11-28 vlendecFix klokwork id 4509, 4573, 4574.
2006-11-28 vlendecFix klokwork ID 4702
2006-11-27 jerryAdd license and copyright info
2006-11-27 vlendecConvert winreg_EnumKey to use ref ** instead of a unique *.
2006-11-27 vlendecConvert winreg_CreateKey to use a ref ** instead of...
2006-11-27 vlendecFix warnings
2006-11-27 vlendecFix some c++ warnings
2006-11-27 vlendecFix two type-punned warnings
2006-11-27 vlendecThe "default" value with the name "" need different...
2006-11-27 vlendecFix a const warning
2006-11-27 vlendecMove the subkey cache to srv_winreg_nt.c
2006-11-25 vlendecFix klokwork ID 3148, 3149
2006-11-25 vlendecFix some C++ warnings and klokwork ID 3147
2006-11-25 vlendecFix klokwork ids 3127, 3128, 3129, 3130
2006-11-25 vlendecFix klokwork id 2279
2006-11-25 vlendecFix klokwork id 2278
2006-11-25 vlendecFix klokwork id 2192
2006-11-25 vlendecFix klokwork id 2191
2006-11-25 vlendecFix klokwork id 2190
2006-11-25 vlendecFix klokwork id 2189
2006-11-25 vlendecFix klokwork ID 2188
2006-11-25 vlendecFix klokwork ID 2187
2006-11-25 vlendecFix bug 4248 -- thanks to Pascal Terjan :-)
2006-11-24 jpeachMake sure we are privileged when doing DMAPI operations...
2006-11-23 vlendecMove the value cache to srv_winreg_nt.c. Fix some minor...
2006-11-23 vlendecIntroduce struct regkey_info in srv_winreg_nt.c to...
2006-11-23 vlendecStreamline _winreg_QueryValue a bit. We've been pushing...
2006-11-23 vlendecFix a memleak, add a const
2006-11-23 vlendecMake the perfcounter compile after tdb changes
2006-11-23 vlendecUpdate a link
2006-11-23 jpeachFix the build for the VFS examples. Fixes bugzilla...
2006-11-23 jpeachDisable gcc PIE options on Darwin.
2006-11-22 jelmerFix compilation after idl changes.
2006-11-22 jelmerSync with Samba4 - no top-level unique pointers.
2006-11-22 vlendecWrap regdb_store_keys and regdb_store_values in tdb...
2006-11-22 vlendecFix an uninitialized variable
2006-11-22 vlendecFix the build, we are not there yet :-)
2006-11-22 vlendecWe have to delete the value record as well, otherwise...
2006-11-22 vlendecSome reformatting (Jerry, I hope you do not mind
2006-11-22 vlendecSome net sam policy improvements.
2006-11-21 vlendecAdd a helper function to pull *and* unparse local regis...
2006-11-21 vlendecMove registry_push/pull_value to lib/util_reg.c
2006-11-21 jmcdFix typo
2006-11-21 vlendecTo create a key, smbd also needs read privs assigned
2006-11-21 vlendecFix the max value calculation in QueryInfoKey
2006-11-21 jra"log" is an internal define in older versions of gcc.
2006-11-21 vlendecImplement net rpc registry createkey, deletekey and...
2006-11-21 vlendecMake net_rpc_registry use net_run_function2.
2006-11-21 vlendecLimit the stat cache to 1MB by default (Bug 4244)....
2006-11-21 vlendecWindows returns an empty string instead of NULL here
2006-11-21 vlendecRemove reg_split_hive, make use of registry_openkey
2006-11-21 vlendecImplement net rpc registry setvalue (only dword and...
2006-11-21 vlendecdump_regval_buf is not needed anymore
2006-11-21 vlendecDecode REG_MULTI_SZ and REG_BINARY
2006-11-21 jerryremove winbind blacklist parameter
2006-11-21 jerryremove old smbwrapper references
2006-11-20 vlendecFirst attempt at wrapping something sane around the...
2006-11-20 vlendecFix a valgrind error
2006-11-20 vlendecFix problem reported by Chetan S: QueryInfoKey needs...
2006-11-19 jerry* Remove exmpty aix directory
2006-11-19 vlendecConvert the remaining pipes to the "new" unique out...
2006-11-19 vlendecConvert DFS
2006-11-19 vlendecChange the lsa calls to the new calling convention...
2006-11-19 vlendecCheck in the PIDL change and the converted unixinfo...
2006-11-19 vlendecMy last checkin to winreg_StringBuf killed rpccli_winre...
2006-11-19 vlendecOk, regkey_open_internal needs a regkey_close_internal...
2006-11-19 vlendecFail properly on talloc_strdup failure
2006-11-19 vlendecMake regkey_open_internal take a talloc ctx
2006-11-18 vlendecMake regsubkey_ctr_addkey return WERROR. Nobody checks...
2006-11-18 vlendecHmmm. I should have done one instead of three commits...
2006-11-18 vlendecFix typo
next