summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3-test: make it possible to find the built vlp in "make test".Günther Deschner2009-04-291-1/+9
* s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 6.Günther Deschner2009-04-291-1/+25
* s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 5.Günther Deschner2009-04-291-0/+71
* s3-spoolss: add support for _spoolss_EnumPrinterDrivers() level 4.Günther Deschner2009-04-291-0/+90
* s3-net: make "net eventlog" help output a little more appropriate.Günther Deschner2009-04-291-1/+1
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-293-71/+5
* s3:loadparm: refactor process_registry_service out or process_registry_globalsMichael Adam2009-04-292-11/+26
* s3:loadparm: prevent infinite include nesting.Michael Adam2009-04-281-2/+19
* s3-net: make sure to call libnetapi init functions at the top of "net rpc" co...Günther Deschner2009-04-281-0/+13
* s3:mark registry shares without path unavailable just as with text configMichael Adam2009-04-281-0/+3
* Fix annoying debug messages when no snapshots are usedVolker Lendecke2009-04-281-2/+3
* s3-svcctl: Fix crash in _svcctl_EnumServicesStatusW().Günther Deschner2009-04-281-1/+3
* s3-svcctl: indicate that the spooler is already running if it does.Günther Deschner2009-04-281-0/+4
* s3-svcctl: fix _svcctl_ControlService.Günther Deschner2009-04-281-1/+1
* ѕ3/configure: fix regexp for ld version recognitionBjörn Jacke2009-04-281-1/+1
* s3-idmap: Fix bug #6286: Call init function for builtin idmap modules before ...Günther Deschner2009-04-281-0/+2
* Revert "Do not use the file system GET_REAL_FILENAME for mangled names"Volker Lendecke2009-04-281-23/+7
* Fix coverity #901 - uninitialized data.Jeremy Allison2009-04-281-1/+1
* Fix coverity #908, #909, uninitialized variable.Jeremy Allison2009-04-281-2/+2
* Fix Coverity ID 884: DEADCODEVolker Lendecke2009-04-281-3/+4
* Fix coverity #910, uninitialized variable.Jeremy Allison2009-04-281-1/+1
* s3-selftest: test wbinfo --allocate-uid/gid.Günther Deschner2009-04-281-0/+2
* Fix profile acls in some corner casesSimo Sorce2009-04-281-3/+18
* Avoid duplicate acesSimo Sorce2009-04-281-7/+48
* Add comment explaining the previous fix.Jeremy Allison2009-04-281-0/+6
* Fix bug #6279 - winbindd crash. Cope with LDAP libraries returning LDAP_SUCCE...Jeremy Allison2009-04-281-0/+4
* s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-281-3/+0
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-285-54/+19
* s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-283-7/+7
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHT_MAXIMUM_ALLOWED.Günther Deschner2009-04-282-2/+2
* s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.Günther Deschner2009-04-2815-68/+68
* Added ability to revert to old modules for make revert.John H Terpstra2009-04-281-0/+5
* Do not use the file system GET_REAL_FILENAME for mangled namesVolker Lendecke2009-04-281-7/+23
* s3-printing: use ARRAY_SIZE() macro in forms functions.Günther Deschner2009-04-281-6/+5
* s3-printing: use sec_initial_uid() instead "0" in print_access_check().Günther Deschner2009-04-281-1/+1
* s3-spoolss: remove some direct checks for 0 uid in AddForm,SetForm,DelForm.Günther Deschner2009-04-281-4/+13
* s3-selftest: enable RPC-SPOOLSS.Günther Deschner2009-04-281-1/+1
* s3:net: add --request-timeout optionStefan Metzmacher2009-04-283-0/+4
* s3:net_rpc: don't shutdown a cli_state passed from the callerStefan Metzmacher2009-04-281-9/+8
* s3: make installmo and uninstallmo scripts executableMichael Adam2009-04-282-0/+0
* s3: Fix uninstallmoMichael Adam2009-04-281-1/+2
* s3-selftest: samba 3 also passes RPC-JOIN so enable it.Günther Deschner2009-04-281-1/+1
* s3:registry: Prevent creation of keys containing the '/' character.Michael Adam2009-04-281-0/+10
* s3-samr: set the builtin_domain bool flag in get_samr_dispinfo_by_sid().Günther Deschner2009-04-281-0/+2
* s3-selftest: enable RPC-SAMR-PASSWORDS-PWDLASTSET whilte testing Samba3.Günther Deschner2009-04-281-1/+2
* s3-selftest: enable RPC-LSA-LOOKUPSIDS against samba 3.Günther Deschner2009-04-281-1/+1
* Add torture tester to ensure we don't regress the ulogoff bug.Jeremy Allison2009-04-281-0/+45
* Fix bug found by Tim Prouty, logging off and then re-using a vuid can cause s...Jeremy Allison2009-04-281-0/+11
* When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.Jeremy Allison2009-04-281-1/+1
* Don't look up local user for remote changes, even when root.Jim McDonough2009-04-281-6/+10