summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* r9780: Clean up a bunch of compiler warnings.James Peach2007-10-109-28/+9
| | | | (This used to be commit 623d2e69319ffead31a780a4d6156dae45f386d7)
* r9758: make sure to lower case usernames in winbindd's getpwnam()Gerald Carter2007-10-101-1/+4
| | | | (This used to be commit 9fc539088eda7f9b5d212b7df50594bec51e16f5)
* r9752: figured out why talloc_steal() is a bad idea for SEC_DESC*Gerald Carter2007-10-101-2/+10
| | | | | Add a comment so someone else doesn't get bitten by this as well. (This used to be commit 050364ef34b1e69260bd9df9e2140c45263e92f5)
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-1017-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. (This used to be commit ef721333ab9639cb5346067497e99fbd0d4425dd)
* r9738: Adapt tdb_torture to the new CLEAR_IF_FIRST semantics. We need one parentVolker Lendecke2007-10-101-33/+33
| | | | | | | process holding the active if two cluster nodes access the same tdb. Volker (This used to be commit cbc66cc3cab0e1db31402505214c83e1be92663b)
* r9736: be a little more verbose on error.Günther Deschner2007-10-101-5/+5
| | | | | Guenther (This used to be commit 48cb0638b598be391e69695c63a19814084658ca)
* r9709: Fix two bugs found by Brian Moran: Any request sent to winbind while ↵Volker Lendecke2007-10-102-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 (This used to be commit d79b179b7f9d2efa4f8ee47bfe386e90d8b58322)
* r9661: fallback to cn attribubte if displayName is not availableGerald Carter2007-10-101-14/+14
| | | | (This used to be commit b1524999e0b4fc99d213fc6e56182a8fa8e88ef1)
* r9660: real fix for group enumeration bug in 3.0.20; only affected the ↵Gerald Carter2007-10-103-6/+7
| | | | | | ldapsam code (This used to be commit 62f9fb5e3a9bce539c9fedc5fdec1b8741a922c7)
* r9658: cleanup a few debug messagesGerald Carter2007-10-101-2/+2
| | | | (This used to be commit ddd512526c65899de50cafd95b9c64fe623153b3)
* r9657: fix final issue with regf sk_records; profiles now successfully rewritesGerald Carter2007-10-101-6/+12
| | | | | Win2k and WinXP user profile security descriptors. (This used to be commit 3a3bf4ddb702647b48baf9073c4fca0e1e16a194)
* r9656: fix bug in sk record list with next offsetsGerald Carter2007-10-101-2/+2
| | | | (This used to be commit c588c2ee69fa72089e9c0aed6881a76f4e490d86)
* r9653: adding common popt args to profiles tool (needed for debuglevel to ↵Gerald Carter2007-10-102-16/+27
| | | | | | regfio lib) (This used to be commit 092ff7062544fba47a38e68aed9d3c9d6962fe2b)
* r9636: The new profiles code needs all the dummy objects to link.James Peach2007-10-101-4/+5
| | | | (This used to be commit c72c4e4299653299da00453c662f7b61e48fa6ac)
* r9628: rewrite profiles tool to use the regfio code.Gerald Carter2007-10-102-693/+168
| | | | | Still have one bug to track down in it though.... (This used to be commit e69df2d2051d0e7e12b6a11f9c77490f619ba792)
* r9627: Enable format string checking for the MIPSPro compilers.James Peach2007-10-101-1/+13
| | | | (This used to be commit 5396944fc3799a9746d00167a6f0e8465df4dcea)
* r9619: Fix messages_pending_for_pid actually do what it's meant to do. This ↵Volker Lendecke2007-10-101-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 (This used to be commit b5e82bb512d3425839e061e78f4d6fe0bd05b708)
* r9618: adding get/put tests from Don WatsonGerald Carter2007-10-102-3/+30
| | | | (This used to be commit a94de276aec174bc05406ff52568e9fcd05c114e)
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2007-10-101-4/+7
| | | | (This used to be commit 4e62a51bf68e8ef19beed63a7520e0db20321b11)
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2007-10-103-6/+14
| | | | (This used to be commit 0626bb68411225d5402221ec9b305390393c38e5)
* r9594: return the mapped name in enum_dom_groups()Gerald Carter2007-10-101-1/+1
| | | | (This used to be commit a769aaec88257ae006c61f0fcfd98efd4b639268)
* r9593: fix enumerated group name (should be full name (i.e. mapped name) and ↵Gerald Carter2007-10-101-1/+1
| | | | | | not unix name) (This used to be commit 8928575abde51f04d0596420a85381f697b66c58)
* r9590: forget to remove this from the 3.0 treeGerald Carter2007-10-101-0/+0
| | | | (This used to be commit 74f8718438c73170d394c61eb91da9d8388f84d0)
* r9588: remove netsamlogon_cache interface...everything seems to work fine. ↵Gerald Carter2007-10-107-350/+2
| | | | | | Will deal with any fallout from special environments using a non-cache solution (This used to be commit e1de6f238f3981d81e49fb41919fdce4f07c8280)
* r9585: update test #1Gerald Carter2007-10-101-0/+1
| | | | (This used to be commit 7a150ffde5cb8eb5198ac351161c3d651fb279a9)
* r9584: Fix a race condition in Samba 3. If two files are opened ↵Volker Lendecke2007-10-101-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 (This used to be commit 58b9e48df03098160f39607d869a3c8e10860ba4)
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2007-10-101-0/+13
| | | | | | 'make test' (This used to be commit 019155e748d9e04150bae39676362b794c1b6043)
* r9582: a few makefile fixes for 'make test'; get the dependencies and ↵Gerald Carter2007-10-101-2/+3
| | | | | | cleanup right (This used to be commit bec6cf7ea80fde683e90590421569ea8ff88830c)
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2007-10-104-1/+107
| | | | | | infrastructre) (This used to be commit c64f5666b8d1f9fb617b1cf89d6157a0c3fa9da9)
* r9561: Check for alloca.h.James Peach2007-10-101-1/+1
| | | | (This used to be commit 1944cf111adee4aaf93321d5fcf0959e33482eb1)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2007-10-103-21/+76
| | | | (This used to be commit dbaaf81cec59aae01e71bbb639e1937ebee2454d)
* r9545: (Hopefully the last) fixes for DIR -> SMB_STRUCT_DIR.Jeremy Allison2007-10-105-14/+16
| | | | | Jeremy. (This used to be commit b242f278601e1a23c9116009482e802326d418f7)
* r9540: correct comments in struct smbc_dirent (fixes bug 3030)Derrell Lipman2007-10-101-4/+4
| | | | (This used to be commit 1f8aff85a68569480efc543cfe1556752c35311e)
* r9536: Fix one more DIR -> SMB_STRUCT_DIR typo.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit c5b79a6709a1333d1d69d9216620b1f06fdfd5d3)
* r9534: Fix typo spotted by William Jojo <jojowil@hvcc.edu> - defineJeremy Allison2007-10-101-2/+2
| | | | | | HAVE_STRUCT_DIR64 not HAVE_STRUCT_DIRENT64. Jeremy (This used to be commit 9131acc3f0ab342dc4afd89221b440ca3a87d2c2)
* r9532: Fix for bug #2152, championed by Neil Hoggarth ↵Jeremy Allison2007-10-101-4/+4
| | | | | | | <neil.hoggarth@physiol.ox.ac.uk>. Jeremy. (This used to be commit d29a45565d955e655b9b5a06039be39efc9e021b)
* r9522: Give better error-message when "NDS Universal Password" change fails.Günther Deschner2007-10-101-2/+6
| | | | | Guenther (This used to be commit df90ea016a1e5b48ad5731f9bee3764cf5478bc8)
* r9486: ensure that the registry hash records are sorted by original subkey ↵Gerald Carter2007-10-102-3/+5
| | | | | | name and not the 4 character hash key (This used to be commit 8d347561919ded19b1e7096aceb119c66f461c61)
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2007-10-1014-59/+85
| | | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
* r9480: Added opendir64 and friends. Found by William Jojo <jojowil@hvcc.edu>Jeremy Allison2007-10-101-1/+2
| | | | | | as part of the AIX bug #3010 investigations. Jeremy. (This used to be commit d8c750edb6a4d0037b49557849b3bc2baca8bbc1)
* r9457: Attempt to fix bug #3010 by handling END_OF_DIRECTORY_OFFSETJeremy Allison2007-10-101-1/+6
| | | | | | consistently. Jeremy. (This used to be commit ac8f22a328d878f064277638d63446bf68b68dfd)
* r9401: Allow disabling mandatory byte range lock mount flag, andSteve French2007-10-101-2/+2
| | | | | fix corresponding entry in mtab. (This used to be commit e5cb7d2131b7c6963f00a8a329bf589dd78e09ce)
* r9366: patch from Toomas.Soome@mls.ee to include hosts lookups via the ↵Gerald Carter2007-10-102-0/+295
| | | | | | winbind pipe on solaris (This used to be commit e822a7539065c12d23b491e85f2cce7e98195f77)
* r9362: formatting cleanupGerald Carter2007-10-101-28/+21
| | | | (This used to be commit f6b8af1ce13a0fa306bdd2a8aa1f0b7c6b185d81)
* r9361: patch from Ed Plese to fix a faulty error in winbinddGerald Carter2007-10-101-13/+12
| | | | | caused by users with no supplementary groups. (This used to be commit dbdf8c631531c499965630bfae3b381f3dc8314a)
* r9353: Updating troublshooting error message.John Terpstra2007-10-101-1/+2
| | | | (This used to be commit 7744de8ead6aef67278368e407dd1db8b9437348)
* r9350: Fix direct malloc calls made by smbwrapper.Jeremy Allison2007-10-101-3/+3
| | | | | Jeremy. (This used to be commit 8bac610239e97ebdbd63dfb175001b69bcb27b18)
* r9330: Remove the classic dual daemon since it was not being used.Gerald Carter2007-10-103-238/+3
| | | | | | | It was already gone in trunk anyways. working on fixing BUG 3000 which does work now but we are flying without a cache. (This used to be commit 4936d6d8b28edc59a3d17defcdf255ea6e0ba4e0)
* r9325: Remember to ignore FILE_SHARE_DELETE when mapping to old shareJeremy Allison2007-10-101-2/+1
| | | | | | modes for display. Jeremy. (This used to be commit f00d41a9dcd03033c59a399090058c76b5ce14c1)
* r9322: fixing debug log and ensuring that we set the right winbind_methodsGerald Carter2007-10-102-4/+6
| | | | | | pointer in get_cache() by requiring that all domain structure be initialized with the set_dc_type_and_flags(). (This used to be commit c064609b942e88c70fe0a868e52c57ad1016850c)