summaryrefslogtreecommitdiffstats
path: root/source/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* r21507: Fix some "cannot access LDAP when no root" bugs.Gerald Carter2007-02-221-10/+13
* r21420: Looks big, but isn't really. Move internal namesJeremy Allison2007-02-183-10/+10
* r21322: No feedback means consent :-)Volker Lendecke2007-02-132-5/+8
* r21209: Add in the POSIX extensions.Jeremy Allison2007-02-071-0/+2
* r21198: grab implement files for wkssvc pipeGerald Carter2007-02-061-41/+33
* r21164: Fix from Martin Zielinski <mz@seh.de> for EnumprinterdataEXJeremy Allison2007-02-051-9/+9
* r21129: Fix from Martin Zielinski <mz@seh.de> - ensureJeremy Allison2007-02-031-0/+10
* r21100: Add the RPC hack fix to adddriver as well as adddriverex.Jeremy Allison2007-01-311-0/+9
* r21099: Protect ourselves from null pointer deref. This isn'tJeremy Allison2007-01-311-0/+6
* r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de>Jeremy Allison2007-01-291-0/+9
* r20876: Fix bug 4346 -- Thanks to YAMASAKI HiroyukiVolker Lendecke2007-01-181-1/+1
* r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-01-171-2/+4
* r20671: This version of the pathname code passes volkersJeremy Allison2007-01-111-2/+2
* r20655: After consulting with Volker, fix our pathnameJeremy Allison2007-01-101-6/+4
* r20546: Fix some IBM checker errorsVolker Lendecke2007-01-051-0/+4
* r20266: fix more no previous prototype warnings - these functions were only r...Herb Lewis2006-12-191-1/+1
* r20246: fix unititialized variableHerb Lewis2006-12-181-0/+2
* r19815: Minimal merge of wkssvc client and server auto-generated code.Gerald Carter2006-11-212-104/+334
|\
| * r19803: Fix problem reported by Chetan S: QueryInfoKey needs to report the ma...Volker Lendecke2006-11-201-1/+1
| * r19780: Ok, regkey_open_internal needs a regkey_close_internal. Giving a tall...Volker Lendecke2006-11-192-5/+4
| * r19778: Make regkey_open_internal take a talloc ctxVolker Lendecke2006-11-192-4/+5
| * r19776: Hmmm. I should have done one instead of three commits. Sorry :-)Volker Lendecke2006-11-181-1/+1
| * r19775: Fix typoVolker Lendecke2006-11-181-1/+1
| * r19689: Fix a NULL dereference found by coverity (the call to strlen).Volker Lendecke2006-11-131-1/+3
| * r19669: set_share_security does not need a mem_ctx passedVolker Lendecke2006-11-111-2/+2
| * r19468: Fix some potential NULL dereferencesVolker Lendecke2006-10-231-14/+48
| * r19448: Convert delete_share_security to struct share_params plus some cleanupsVolker Lendecke2006-10-211-13/+15
| * r19292: Avoid some potential segfaults: In winreg_EnumValue all pointers are ...Volker Lendecke2006-10-151-9/+21
| * r19224: Add setting the rng_fault_state to the already converted pipes.Volker Lendecke2006-10-106-146/+596
| * r19220: Check if a backend has set rng_fault_state and send a dce-level fault...Volker Lendecke2006-10-101-0/+7
| * r19156: Make enumprinters use the share iterators.Volker Lendecke2006-10-061-25/+29
| * r19154: Trivial logic simplification: Get rid of two indentation levels. Surv...Volker Lendecke2006-10-061-32/+51
| * r19058: Implement "user cannot change password", and complete "user must changeJim McDonough2006-10-032-13/+107
| * r19028: Implement getprinterinfo level 6 (only the status) and get rid of snu...Volker Lendecke2006-10-021-80/+214
| * r18962: * Add IDL for SaveKey() and RestoreKey() and regeneratedGerald Carter2006-09-271-42/+34
| * r18954: Fix segv in QueryValue and Enumvalue. regedit.exe nowGerald Carter2006-09-271-2/+2
| * r18940: Fix a few memory corruption bugs to make CreateKey() and DeleteKey() ...Gerald Carter2006-09-271-4/+10
| * r18934: fix a segv in CreateKey()Gerald Carter2006-09-261-1/+3
| * r18932: In RegEnumvalue() and RegQueryValue(), the output buffer Gerald Carter2006-09-261-0/+4
| * r18931: * Fix the IDL for QueryInfoKey. teh Classname in an Gerald Carter2006-09-261-23/+27
| * r18929: * Clarify QueryValue IDL and regenerate codeGerald Carter2006-09-261-14/+17
| * r18898: Fix for bug #4100 from Udo Eberhardt <udo.eberhardt@thesycon.de>.Jeremy Allison2006-09-251-0/+3
| * r18888: Fix a 64-bit warningVolker Lendecke2006-09-251-1/+2
| * r18823: Fix some errors in the srsvc handling code and start running the RPC-...Jelmer Vernooij2006-09-221-4/+8
| * r18804: resume_hnd isn't a ref pointer and can be NULLStefan Metzmacher2006-09-221-1/+3
| * r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2006-09-213-1251/+666
| * r18794: Make ENumKey() work again in the registry serverGerald Carter2006-09-211-2/+4
| * r18792: small fix for server QueryValue codeGerald Carter2006-09-211-2/+1
| * r18790: Correct the IDL (still a bug in pidl) for QueryValue()Gerald Carter2006-09-211-1/+3
| * r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter2006-09-214-799/+369