summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* s3: "write_block" does not use the sbuf at allVolker Lendecke2009-11-291-1/+1
|
* s3: "net_conf_addshare" only looks at the modeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the mode, device and inodeVolker Lendecke2009-11-291-1/+1
|
* s3: "net_usershare_add" only looks at the device and inodeVolker Lendecke2009-11-291-2/+1
|
* s3: "net_usershare_add" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
|
* s3: "count_num_usershares" only looks at the modeVolker Lendecke2009-11-291-2/+1
|
* s3: "info_fn" only looks at the mode and uidVolker Lendecke2009-11-291-1/+1
|
* s3: "get_share_list" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "cgi_download" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "print_job_end" only looks at the sizeVolker Lendecke2009-11-291-2/+1
|
* s3: "check_magic" only looks at the sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "disk_quotas" only looks at the devicenumberVolker Lendecke2009-11-291-17/+13
|
* s3: "load_usershare_shares" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "load_usershare_service" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "usershare_exists" only looks at the mode and mtimeVolker Lendecke2009-11-291-1/+1
|
* s3: "process_usershare_file" only looks at the dev, ino, mode and sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "process_usershare_file" only looks at the mode and sizeVolker Lendecke2009-11-291-1/+1
|
* s3: "parse_usershare_file" only looks at the mode and uidVolker Lendecke2009-11-291-2/+1
|
* s3: "tar_parseargs" only looks at the mtimeVolker Lendecke2009-11-291-1/+1
|
* s3: "dotareof" only looks at the file typeVolker Lendecke2009-11-291-1/+1
|
* s3: client "newer" does not look at the create timestampVolker Lendecke2009-11-291-1/+1
|
* s3: Pass the "fake dir create times" parameter to sys_*statVolker Lendecke2009-11-2918-65/+94
| | | | Step 0 to restore it as a per-share paramter
* s4:upgrade_from_s3 - Move it back to "setup"Matthias Dieter Wallnöfer2009-11-284-3/+3
| | | | Suggested by Jelmer
* s4:setup/provision - ReworkMatthias Dieter Wallnöfer2009-11-281-5/+24
| | | | | | | - Revert change in "ask" - was previously correct - Readd accidentally removed checks for non-null realm and domainname - On interactive mode perform only one "ask" call per question - Inform the user about the unset administrator password
* s4:upgrade.py - remove my copyrightMatthias Dieter Wallnöfer2009-11-281-1/+0
| | | | | First I wanted to add also other changes but then I didn't introduce them. Therefore remove my copyright again.
* s4:upgrade.py - readd accidentally removed empty linesMatthias Dieter Wallnöfer2009-11-281-0/+4
| | | | Jelmer pointed out that this is against the PEP8 norm
* s4:samba3.py/upgrade.py: RevertMatthias Dieter Wallnöfer2009-11-283-10/+9
| | | | | | | | | | | | This reverts commit 2175c0ed0649d545ea833d50e8d33fbee9051c35. This reverts commit 6c3e2417a0639cd7c367de93615c422cf5217456. This reverts commit dbb8989e05ac3189a5eca11fa40d572388ea02fc. This reverts commit 82adfa39b75aa628c88f828278c6ac09335d1a49. This reverts commit f299efa8f05c6a5b739222bdf75690a4591d3650. After a small discussion with Jelmer we agreed that this isn't the right way to fix the problem. We should wait for a real patch rather to rely on temporal hacks.
* s4-ldb: make it much easier to use common ldb controlsAndrew Tridgell2009-11-282-15/+64
|
* s4-drs: cope with bogus empty attributes from w2k8-r2Andrew Tridgell2009-11-281-0/+17
| | | | | | w2k8-r2 sometimes sends empty attributes with completely bogus attrid values in a DRS replication response. This allows us to continue with the vampire operation despite these broken elements.
* s4: fix SD update and password change in upgrade scriptMatthieu Patou2009-11-288-93/+161
| | | | | | | | | - reserve a new Samba OID for recalculate SD control - fix the update SD function - fix handling of kvno in the update_machine_account_password function - fix handling of handles in RPC winreg server Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s4:WINREG RPC server - add another "talloc_unlink" in "DeleteKey"Matthias Dieter Wallnöfer2009-11-271-1/+5
| | | | Also here we waste memory - therefore free the pointless handle after the delete.
* s4:WINREG RPC server - Reintroduce the free operation on "CloseKey"Matthias Dieter Wallnöfer2009-11-271-0/+2
| | | | Better use "talloc_unlink" here Since we could have more than one reference.
* s4-smbtorture: more and stricter tests for printer and data keys in RPC-SPOOLSS.Günther Deschner2009-11-271-4/+8
| | | | Guenther
* s4:provision.py - remove hardcoded SIDs and RIDsMatthias Dieter Wallnöfer2009-11-271-3/+3
| | | | | After rework of the SDDL modules this is possible. In future: Never hardcode them anymore! Always use the abbreviations.
* s4:security/sddl - rework of the security descriptor abbreviationsMatthias Dieter Wallnöfer2009-11-271-28/+33
| | | | | - Reoder them - Add some new ones (needed for the security descriptor in the provision script)
* security.idl - Add some more wellknown SIDs/RIDsMatthias Dieter Wallnöfer2009-11-272-14/+20
|
* s4:registry/util - Don't include the trailing '\0' in the internal data ↵Matthias Dieter Wallnöfer2009-11-271-14/+27
| | | | | | | format but add it on the back-conversion to a string As far as I know the registry library saves all data (including) strings without the null termination. So do it also here in a similar way.
* s4:net utility - add a notice for the "help" operation and format it's ↵Matthias Dieter Wallnöfer2009-11-271-1/+6
| | | | output of the command list better
* s3-kerberos: fix the build on Mac OS X 10.6.2.Günther Deschner2009-11-271-1/+1
| | | | Guenther
* s4:samba3.py - deactivate also the assertion on line 599Matthias Dieter Wallnöfer2009-11-271-1/+1
|
* s3-kerberos: add a missing reference to authdata headers.Günther Deschner2009-11-271-0/+1
| | | | Guenther
* s3-kerberos: do not include authdata headers before including krb5 headers.Günther Deschner2009-11-273-3/+1
| | | | Guenther
* s3-spoolss: simplify _spoolss_EnumPrinterKey a little more.Günther Deschner2009-11-271-14/+6
| | | | Guenther
* s4:winbind - Fix it another time upMatthias Dieter Wallnöfer2009-11-271-2/+14
| | | | | The first fix attempt did break some configurations (incl. "make test"). This now is the right fix with the right comment.
* s4:provision.py - cosmeticMatthias Dieter Wallnöfer2009-11-271-8/+7
|
* s4:samba3.py (and test) - deactivate the tests until those parameters are fixedMatthias Dieter Wallnöfer2009-11-272-4/+4
|
* s4:upgrade.py - Umlaut problemMatthias Dieter Wallnöfer2009-11-271-1/+1
|
* s4:tests.sh - Make also here the change from "upgrade" to "upgrade_from_s3"Matthias Dieter Wallnöfer2009-11-271-1/+1
|
* s3-kerberos: only use krb5 headers where required.Günther Deschner2009-11-2721-229/+257
| | | | | | | This seems to be the only way to deal with mixed heimdal/MIT setups during merged build. Guenther
* misc: mark winreg_Data little-endian except for a REG_DWORD_BIG_ENDIAN.Günther Deschner2009-11-273-145/+218
| | | | Guenther