Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r9953: get rid of compiler warning. | Günther Deschner | 2005-09-02 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r9952: Adapt better to the Windows way of taking and assigning ownership: | Günther Deschner | 2005-09-02 | 3 | -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 Carter | 2005-09-02 | 1 | -5/+5 | |
| | | ||||||
| * | r9946: allow the priv-based chown (se_take_ownership) to chown to other users | Günther Deschner | 2005-09-02 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | (not only to the current_user.uid). Jeremy, please have a look. Guenther | |||||
| * | r9945: fix typos. | Günther Deschner | 2005-09-02 | 2 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r9944: fix python build | Günther Deschner | 2005-09-02 | 1 | -0/+3 | |
| | | | | | | | | Guenther | |||||
| * | r9935: Make it easier to find overruns. | Jeremy Allison | 2005-09-02 | 1 | -2/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r9914: key ordering in hash list is case insensitive | Gerald Carter | 2005-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | r9913: fix some build breakage on solaris with --enable-socket-wrapper | Gerald Carter | 2005-09-01 | 1 | -3/+3 | |
| | | ||||||
| * | r9897: fix build with --enable-socket-wrapper | Günther Deschner | 2005-09-01 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r9895: fix typo in registry path | Gerald Carter | 2005-09-01 | 1 | -1/+1 | |
| | | ||||||
| * | r9894: Add new registry key expected by Windows XP clients. | Gerald Carter | 2005-09-01 | 1 | -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 clients | Gerald Carter | 2005-09-01 | 2 | -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 Allison | 2005-09-01 | 1 | -0/+48 | |
| | | | | | | | | Jeremy. | |||||
| * | r9790: remove 'set but not used' variables (reported by Jason Mader) | Gerald Carter | 2005-08-30 | 2 | -5/+3 | |
| | | ||||||
| * | r9788: more compiler warnings from Jason Mader | Gerald Carter | 2005-08-30 | 1 | -2/+2 | |
| | | ||||||
| * | r9787: BUG 2998: patch from Humberto Diogenes ↵ | Gerald Carter | 2005-08-30 | 2 | -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 Peach | 2005-08-30 | 9 | -28/+9 | |
| | | ||||||
| * | r9758: make sure to lower case usernames in winbindd's getpwnam() | Gerald Carter | 2005-08-29 | 1 | -1/+4 | |
| | | ||||||
| * | r9752: figured out why talloc_steal() is a bad idea for SEC_DESC* | Gerald Carter | 2005-08-29 | 1 | -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 use | Gerald Carter | 2005-08-29 | 17 | -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 parent | Volker Lendecke | 2005-08-29 | 1 | -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 Deschner | 2005-08-29 | 1 | -5/+5 | |
| | | | | | | | | Guenther | |||||
| * | r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while ↵ | Volker Lendecke | 2005-08-28 | 2 | -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 available | Gerald Carter | 2005-08-26 | 1 | -14/+14 | |
| | | ||||||
| * | r9660: real fix for group enumeration bug in 3.0.20; only affected the ↵ | Gerald Carter | 2005-08-26 | 3 | -6/+7 | |
| | | | | | | | | ldapsam code | |||||
| * | r9658: cleanup a few debug messages | Gerald Carter | 2005-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | r9657: fix final issue with regf sk_records; profiles now successfully rewrites | Gerald Carter | 2005-08-26 | 1 | -6/+12 | |
| | | | | | | | | Win2k and WinXP user profile security descriptors. | |||||
| * | r9656: fix bug in sk record list with next offsets | Gerald Carter | 2005-08-26 | 1 | -2/+2 | |
| | | ||||||
| * | r9653: adding common popt args to profiles tool (needed for debuglevel to ↵ | Gerald Carter | 2005-08-26 | 2 | -16/+27 | |
| | | | | | | | | regfio lib) | |||||
| * | r9636: The new profiles code needs all the dummy objects to link. | James Peach | 2005-08-26 | 1 | -4/+5 | |
| | | ||||||
| * | r9628: rewrite profiles tool to use the regfio code. | Gerald Carter | 2005-08-26 | 2 | -693/+168 | |
| | | | | | | | | Still have one bug to track down in it though.... | |||||
| * | r9627: Enable format string checking for the MIPSPro compilers. | James Peach | 2005-08-26 | 1 | -1/+13 | |
| | | ||||||
| * | r9619: Fix messages_pending_for_pid actually do what it's meant to do. This ↵ | Volker Lendecke | 2005-08-25 | 1 | -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 Watson | Gerald Carter | 2005-08-25 | 2 | -3/+30 | |
| | | ||||||
| * | r9615: trying a 3 second timeout on smbcontrol | Gerald Carter | 2005-08-25 | 1 | -4/+7 | |
| | | ||||||
| * | r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson) | Gerald Carter | 2005-08-25 | 3 | -6/+14 | |
| | | ||||||
| * | r9594: return the mapped name in enum_dom_groups() | Gerald Carter | 2005-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | r9593: fix enumerated group name (should be full name (i.e. mapped name) and ↵ | Gerald Carter | 2005-08-24 | 1 | -1/+1 | |
| | | | | | | | | not unix name) | |||||
| * | r9590: forget to remove this from the 3.0 tree | Gerald Carter | 2005-08-24 | 1 | -0/+0 | |
| | | ||||||
| * | r9588: remove netsamlogon_cache interface...everything seems to work fine. ↵ | Gerald Carter | 2005-08-24 | 7 | -350/+2 | |
| | | | | | | | | Will deal with any fallout from special environments using a non-cache solution | |||||
| * | r9585: update test #1 | Gerald Carter | 2005-08-24 | 1 | -0/+1 | |
| | | ||||||
| * | r9584: Fix a race condition in Samba 3. If two files are opened ↵ | Volker Lendecke | 2005-08-24 | 1 | -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 Carter | 2005-08-24 | 1 | -0/+13 | |
| | | | | | | | | 'make test' | |||||
| * | r9582: a few makefile fixes for 'make test'; get the dependencies and ↵ | Gerald Carter | 2005-08-24 | 1 | -2/+3 | |
| | | | | | | | | cleanup right | |||||
| * | r9562: successfully get the samba 3 smbtorture working (as a test case for ↵ | Gerald Carter | 2005-08-24 | 4 | -1/+107 | |
| | | | | | | | | infrastructre) | |||||
| * | r9561: Check for alloca.h. | James Peach | 2005-08-24 | 1 | -1/+1 | |
| | | ||||||
| * | r9548: more additions to make test; better checks for starting and stopping smbd | Gerald Carter | 2005-08-23 | 3 | -21/+76 | |
| | | ||||||
| * | r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR. | Jeremy Allison | 2005-08-23 | 5 | -14/+16 | |
| | | | | | | | | Jeremy. | |||||
| * | r9540: correct comments in struct smbc_dirent (fixes bug 3030) | Derrell Lipman | 2005-08-23 | 1 | -4/+4 | |
| | |