summaryrefslogtreecommitdiffstats
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* r9965: Fix some typo'sJelmer Vernooij2005-09-021-4/+4
|
* r9958: revert last commit.Günther Deschner2005-09-021-1/+1
| | | | Guenther
* r9956: Ensure accounts with the SeAddUsersPrivilege can modify domain and ↵Gerald Carter2005-09-021-8/+32
| | | | local group attributes (posted to samba ml and confirmed fix)
* r9955: Fix misleading comments.Günther Deschner2005-09-021-1/+1
| | | | Guenther
* r9953: get rid of compiler warning.Günther Deschner2005-09-021-1/+1
| | | | Guenther
* r9952: Adapt better to the Windows way of taking and assigning ownership:Günther Deschner2005-09-023-11/+24
| | | | | | | | | | | | * Users with SeRestorePrivilege may chown files to anyone (be it as a backup software or directly using the ownership-tab in the security acl editor on xp), while * Users with SeTakeOwnershipPrivilege only can chown to themselves. Simo, Jeremy. I think this is correct now. Guenther
* r9947: fix build breakage on Status VOS (build farm)Gerald Carter2005-09-021-5/+5
|
* r9946: allow the priv-based chown (se_take_ownership) to chown to other usersGünther Deschner2005-09-021-1/+0
| | | | | | | | (not only to the current_user.uid). Jeremy, please have a look. Guenther
* r9945: fix typos.Günther Deschner2005-09-022-2/+2
| | | | Guenther
* r9944: fix python buildGünther Deschner2005-09-021-0/+3
| | | | Guenther
* r9935: Make it easier to find overruns.Jeremy Allison2005-09-021-2/+4
| | | | Jeremy.
* r9914: key ordering in hash list is case insensitiveGerald Carter2005-09-011-1/+1
|
* r9913: fix some build breakage on solaris with --enable-socket-wrapperGerald Carter2005-09-011-3/+3
|
* r9897: fix build with --enable-socket-wrapperGünther Deschner2005-09-011-1/+1
| | | | Guenther
* r9895: fix typo in registry pathGerald Carter2005-09-011-1/+1
|
* r9894: Add new registry key expected by Windows XP clients.Gerald Carter2005-09-011-9/+15
| | | | | | | | | | | | | | | | HKLM\\SYSTEM\\CurrentControlSet\\Control\\Termininal Server\\DefaultUserConfiguration Apparently this started showing up after the winreg-write support was added in 3.0.20rc1 or so. Also modifed init_registry_data() to always run and add the required keys. Initial values however are only written if they don't already exist. This makes it easier to add new keys without having to rev the tdb version number (which is really unnecessary in this case). Portions of patch reviewed by Thomas Bork on the general samba ml.
* r9893: fix REG_CREATE_KEY_EX parsing error caused by WinXP clientsGerald Carter2005-09-012-12/+14
| | | | | | | | | | looking for an not finding a 'Terminal Server' key. Claims to make problems with usrmgr.exe support as well according the Samba ml. Posted on samba@samba.org for review. Reviewed by Thomas Bork (comments integrated into the reg_db.c patch coming up next).
* r9852: Add tridge's Samba4 tdb optimisations.Jeremy Allison2005-09-011-0/+48
| | | | Jeremy.
* r9790: remove 'set but not used' variables (reported by Jason Mader)Gerald Carter2005-08-302-5/+3
|
* r9788: more compiler warnings from Jason MaderGerald Carter2005-08-301-2/+2
|
* r9787: BUG 2998: patch from Humberto Diogenes ↵Gerald Carter2005-08-302-1/+2
| | | | <virtual.spirit@digizap.com.br> to include 'net rpc service' help in net rpc usage output
* r9780: Clean up a bunch of compiler warnings.James Peach2005-08-309-28/+9
|
* r9758: make sure to lower case usernames in winbindd's getpwnam()Gerald Carter2005-08-291-1/+4
|
* r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter2005-08-291-2/+10
| | | | Add a comment so someone else doesn't get bitten by this as well.
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2005-08-2917-768/+480
| | | | | | | | | | | | | | | | the new talloc() features: Note that the REGSUB_CTR and REGVAL_CTR objects *must* be talloc()'d since the methods use the object pointer as the talloc context for internal private data. There is no longer a regXXX_ctr_intit() and regXXX_ctr_destroy() pair of functions. Simply TALLOC_ZERO_P() and TALLOC_FREE() the object. Also had to convert the printer_info_2->NT_PRINTER_DATA field to be talloc()'d as well. This is just a stop on the road to cleaning up the printer memory management.
* r9738: Adapt tdb_torture to the new CLEAR_IF_FIRST semantics. We need one parentVolker Lendecke2005-08-291-33/+33
| | | | | | process holding the active if two cluster nodes access the same tdb. Volker
* r9736: be a little more verbose on error.Günther Deschner2005-08-291-5/+5
| | | | Guenther
* r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while ↵Volker Lendecke2005-08-282-7/+7
| | | | | | | | | | | | | | the child in question is still initializing overwrites domain->dcname. Only overwrite if the parent actually has sent a dcname and thus really knows it. Second, ntlm_auth needs the error code, not just the fact it failed. Jerry, the 3_0 part might qualify as a "recommended patch". Thanks, Volker
* r9661: fallback to cn attribubte if displayName is not availableGerald Carter2005-08-261-14/+14
|
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ↵Gerald Carter2005-08-263-6/+7
| | | | ldapsam code
* r9658: cleanup a few debug messagesGerald Carter2005-08-261-2/+2
|
* r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter2005-08-261-6/+12
| | | | Win2k and WinXP user profile security descriptors.
* r9656: fix bug in sk record list with next offsetsGerald Carter2005-08-261-2/+2
|
* r9653: adding common popt args to profiles tool (needed for debuglevel to ↵Gerald Carter2005-08-262-16/+27
| | | | regfio lib)
* r9636: The new profiles code needs all the dummy objects to link.James Peach2005-08-261-4/+5
|
* r9628: rewrite profiles tool to use the regfio code.Gerald Carter2005-08-262-693/+168
| | | | Still have one bug to track down in it though....
* r9627: Enable format string checking for the MIPSPro compilers.James Peach2005-08-261-1/+13
|
* r9619: Fix messages_pending_for_pid actually do what it's meant to do. This ↵Volker Lendecke2005-08-251-1/+1
| | | | | | | | | | | | | | | | | might be a big relief on messages.tdb contention as ignoring processes with >1000 messages in printing/notify.c should work correctly now. Jeremy, Jerry told me to ask you about printer scalability torture tests, this might be a reason why you implemented the message_send_pid_with_timeout using the signal (shudder) in the first place. :-) While looking at that... Wouldn't it be better to not use the signal but have an overall timeout for print_notify_send_messages using GetTimeOfDay & friends and not use the alarm signal deep inside tdb.c? Volker
* r9618: adding get/put tests from Don WatsonGerald Carter2005-08-252-3/+30
|
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2005-08-251-4/+7
|
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2005-08-253-6/+14
|
* r9594: return the mapped name in enum_dom_groups()Gerald Carter2005-08-241-1/+1
|
* r9593: fix enumerated group name (should be full name (i.e. mapped name) and ↵Gerald Carter2005-08-241-1/+1
| | | | not unix name)
* r9590: forget to remove this from the 3.0 treeGerald Carter2005-08-241-0/+0
|
* r9588: remove netsamlogon_cache interface...everything seems to work fine. ↵Gerald Carter2005-08-247-350/+2
| | | | Will deal with any fallout from special environments using a non-cache solution
* r9585: update test #1Gerald Carter2005-08-241-0/+1
|
* r9584: Fix a race condition in Samba 3. If two files are opened ↵Volker Lendecke2005-08-241-0/+9
| | | | | | | | | | | | | | | simultaneously with NTCREATEX_DISP_CREATE (create if not exists, else fail) they might end up with two or more times NT_STATUS_OK as EEXIST is not correctly handled. Jeremy, please look closely at this. You can easily verify this by adding a smb_msleep(100) to the top of open_file_ntcreate and run the new samba4 torture test. It does also happen without the msleep, but not as reliably. Thanks, Volker
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2005-08-241-0/+13
| | | | 'make test'
* r9582: a few makefile fixes for 'make test'; get the dependencies and ↵Gerald Carter2005-08-241-2/+3
| | | | cleanup right
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2005-08-244-1/+107
| | | | infrastructre)