Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r19819: Windows returns an empty string instead of NULL here | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall... | Volker Lendecke | 2 | -5/+4 |
2007-10-10 | r19778: Make regkey_open_internal take a talloc ctx | Volker Lendecke | 2 | -4/+5 |
2007-10-10 | r19776: Hmmm. I should have done one instead of three commits. Sorry :-) | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19775: Fix typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19689: Fix a NULL dereference found by coverity (the call to strlen). | Volker Lendecke | 1 | -1/+3 |
2007-10-10 | r19669: set_share_security does not need a mem_ctx passed | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r19468: Fix some potential NULL dereferences | Volker Lendecke | 1 | -14/+48 |
2007-10-10 | r19448: Convert delete_share_security to struct share_params plus some cleanups | Volker Lendecke | 1 | -13/+15 |
2007-10-10 | r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ... | Volker Lendecke | 1 | -9/+21 |
2007-10-10 | r19224: Add setting the rng_fault_state to the already converted pipes. | Volker Lendecke | 6 | -146/+596 |
2007-10-10 | r19220: Check if a backend has set rng_fault_state and send a dce-level fault... | Volker Lendecke | 1 | -0/+7 |
2007-10-10 | r19156: Make enumprinters use the share iterators. | Volker Lendecke | 1 | -25/+29 |
2007-10-10 | r19154: Trivial logic simplification: Get rid of two indentation levels. Surv... | Volker Lendecke | 1 | -32/+51 |
2007-10-10 | r19058: Implement "user cannot change password", and complete "user must change | Jim McDonough | 2 | -13/+107 |
2007-10-10 | r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu... | Volker Lendecke | 1 | -80/+214 |
2007-10-10 | r18962: * Add IDL for SaveKey() and RestoreKey() and regenerated | Gerald Carter | 1 | -42/+34 |
2007-10-10 | r18954: Fix segv in QueryValue and Enumvalue. regedit.exe now | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ... | Gerald Carter | 1 | -4/+10 |
2007-10-10 | r18934: fix a segv in CreateKey() | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r18932: In RegEnumvalue() and RegQueryValue(), the output buffer | Gerald Carter | 1 | -0/+4 |
2007-10-10 | r18931: * Fix the IDL for QueryInfoKey. teh Classname in an | Gerald Carter | 1 | -23/+27 |
2007-10-10 | r18929: * Clarify QueryValue IDL and regenerate code | Gerald Carter | 1 | -14/+17 |
2007-10-10 | r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>. | Jeremy Allison | 1 | -0/+3 |
2007-10-10 | r18888: Fix a 64-bit warning | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r18823: Fix some errors in the srsvc handling code and start running the RPC-... | Jelmer Vernooij | 1 | -4/+8 |
2007-10-10 | r18804: resume_hnd isn't a ref pointer and can be NULL | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r18802: Use the pidl-generated code for the srvsvc interface, both client and... | Jelmer Vernooij | 3 | -1251/+666 |
2007-10-10 | r18794: Make ENumKey() work again in the registry server | Gerald Carter | 1 | -2/+4 |
2007-10-10 | r18792: small fix for server QueryValue code | Gerald Carter | 1 | -2/+1 |
2007-10-10 | r18790: Correct the IDL (still a bug in pidl) for QueryValue() | Gerald Carter | 1 | -1/+3 |
2007-10-10 | r18789: Replace the winreg server code with the libndr parsing code. | Gerald Carter | 4 | -799/+369 |
2007-10-10 | r18756: cleanup copyrights after moving to new wkssvc implementation code | Gerald Carter | 1 | -4/+3 |
2007-10-10 | r18754: Get rid of some more invalid time sets | Jim McDonough | 1 | -48/+0 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 2 | -18/+18 |
2007-10-10 | r18742: this function returns WERROR | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r18739: * Get the wkssvc patch right this time. | Gerald Carter | 2 | -100/+301 |
2007-10-10 | r18730: readd missing files (one more) | Gerald Carter | 1 | -0/+78 |
2007-10-10 | r18728: revert previous commit until I fix the wkssvc_nt.c changes | Gerald Carter | 1 | -294/+22 |
2007-10-10 | r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogenerated | Gerald Carter | 2 | -100/+294 |
2007-10-10 | r18724: Fixup time(0) -> time(NULL) | Jim McDonough | 1 | -2/+2 |
2007-10-10 | r18722: Fix up password change times. The can change and must change times are | Jim McDonough | 1 | -40/+20 |
2007-10-10 | r18680: Fix last struct uuids (in uncommented code). | Günther Deschner | 1 | -3/+3 |
2007-10-10 | r18654: Rename "struct uuid" => "struct GUID" for consistency. | Jelmer Vernooij | 2 | -3/+3 |
2007-10-10 | r18621: Fix samr server build. | Günther Deschner | 1 | -1/+1 |
2007-10-10 | r18572: Use the autogenerated client and server for the echo interface and im... | Jelmer Vernooij | 3 | -167/+73 |
2007-10-10 | r18526: Use generated server for unixinfo RPC interface. | Jelmer Vernooij | 2 | -235/+44 |
2007-10-10 | r18487: Add NULL checks | Jelmer Vernooij | 1 | -0/+8 |
2007-10-10 | r18481: Use pidl-generated server side code for dfs. | Jelmer Vernooij | 2 | -732/+77 |