Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r20210: registry_fetch_values is not needed anymore, fix typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r19963: Add 'registry shares = yes' and registry key security descriptors. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r18745: Use the Samba4 data structures for security descriptors and security ... | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r17333: Some C++ warnings | Volker Lendecke | 1 | -2/+2 |
2007-10-10 | r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need | Jeremy Allison | 1 | -3/+1 |
2007-10-10 | r16603: Klockwork #2028. Fix null deref on error path. | Jeremy Allison | 1 | -12/+38 |
2007-10-10 | r16424: Fix possible null deref and a memory leak found by | Jeremy Allison | 1 | -1/+5 |
2007-10-10 | r13915: Fixed a very interesting class of realloc() bugs found by Coverity. | Jeremy Allison | 1 | -8/+5 |
2007-10-10 | r11860: BUG 3156: don't use find_service() when explicitly looking for a prin... | Gerald Carter | 1 | -1/+10 |
2007-10-10 | r10656: BIG merge from trunk. Features not copied over | Gerald Carter | 1 | -34/+6 |
2007-10-10 | r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to use | Gerald Carter | 1 | -10/+10 |
2007-10-10 | r8327: * don't use unitialized variables | Gerald Carter | 1 | -3/+2 |
2007-10-10 | r8325: * punt....don't normalize the printer name in the RegCreateKey(). | Gerald Carter | 1 | -3/+1 |
2007-10-10 | r8324: * initial cut at creating printers via the registry API | Gerald Carter | 1 | -5/+40 |
2007-10-10 | r8323: * convert RegSetValue() calls immediately beneath the printer | Gerald Carter | 1 | -9/+23 |
2007-10-10 | r8322: * get RegSetValue() working for printer subkey values | Gerald Carter | 1 | -3/+169 |
2007-10-10 | r8089: successfully delete printer subkeys via the registry....now for values | Gerald Carter | 1 | -1/+19 |
2007-10-10 | r8066: * had to modify the printer data storage slightly in ntprinters.tdb | Gerald Carter | 1 | -19/+60 |
2007-10-10 | r8064: * add the REG_XXX error codes to the pretty error messages | Gerald Carter | 1 | -39/+65 |
2007-10-10 | r8061: * mostly cleanup and refactoring for better readability | Gerald Carter | 1 | -312/+302 |
2007-10-10 | r8027: driver information is now back via winreg | Gerald Carter | 1 | -2/+7 |
2007-10-10 | r8026: * more fixes to the printing registry interface | Gerald Carter | 1 | -308/+195 |
2007-10-10 | r8022: * implement default actions rather than having to define functions | Gerald Carter | 1 | -398/+338 |
2007-10-10 | r8008: * start adding logic for restricting subkey paths | Gerald Carter | 1 | -69/+56 |
2007-10-10 | r8007: * cleanup unused structure from reg_objects.h | Gerald Carter | 1 | -130/+331 |
2007-10-10 | r7995: * privileges are local except when they're *not* | Gerald Carter | 1 | -31/+24 |
2007-10-10 | r7908: * change REGISTRY_HOOK api to use const (fix compiler warning | Gerald Carter | 1 | -6/+6 |
2007-10-10 | r7838: lie about the printer status when doing the queryvalue() registry call... | Gerald Carter | 1 | -1/+5 |
2007-10-10 | r7648: adding REGISTRY_HOOK->reg_access_check() for authprization checks on R... | Gerald Carter | 1 | -1/+2 |
2007-10-10 | r7415: * big change -- volker's new async winbindd from trunk | Gerald Carter | 1 | -2/+2 |
2007-10-10 | r6953: Many compilers in the build farm don't like static variables initializ... | Volker Lendecke | 1 | -3/+3 |
2007-10-10 | r6942: * merging the registry changes back to the 3.0 tree | Gerald Carter | 1 | -138/+244 |
2007-10-10 | r4088: Get medieval on our ass about malloc.... :-). Take control of all our ... | Jeremy Allison | 1 | -7/+7 |
2007-10-10 | r2821: Adding "Windows x64" as architecture string and driverdir "x64" for the | Günther Deschner | 1 | -0/+2 |
2003-09-25 | Fix for #480. Change the interface for init_unistr2 to not take a length | Jeremy Allison | 1 | -22/+19 |
2003-03-05 | More const fixes. | Jeremy Allison | 1 | -1/+1 |
2003-02-25 | Progress on CR 601 | Gerald Carter | 1 | -4/+3 |
2003-01-03 | Merge from HEAD - make Samba compile with -Wwrite-strings without additional | Andrew Bartlett | 1 | -1/+1 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -62/+78 |
2002-08-16 | Fairly large change to printing code. | Gerald Carter | 1 | -2/+4 |
2002-07-29 | hardcode printprocessor name since it is everywhere else | Gerald Carter | 1 | -1/+1 |
2002-07-24 | done! printer_info_2, devicemode, sec_desc, & printer data all enumerate | Gerald Carter | 1 | -3/+175 |
2002-07-24 | several changes in this checkin | Gerald Carter | 1 | -2/+256 |
2002-07-23 | * fix to display correct form information in REG_BINARY information | Gerald Carter | 1 | -17/+19 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 1 | -22/+64 |
2002-07-20 | enumeration of printers keys ( no data yet ) via the registry | Gerald Carter | 1 | -20/+42 |
2002-07-19 | * refactored registry operations some. subkey lists and | Gerald Carter | 1 | -61/+138 |
2002-07-19 | Formatting fixup. Fix shadow warning. | Jeremy Allison | 1 | -6/+6 |
2002-07-18 | virtual registry framework with initial printing hooks. | Gerald Carter | 1 | -0/+243 |