Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | r20913: Fix the build. | Jeremy Allison | 2007-10-10 | 1 | -3/+4 |
| | | | | Jeremy. | ||||
* | r20912: Ensure the list always remains sorted even when | Jeremy Allison | 2007-10-10 | 1 | -17/+29 |
| | | | | | moving events around. Jeremy. | ||||
* | r20911: Fix copyright message in winbindd to use the macro from smb.h | Gerald Carter | 2007-10-10 | 1 | -2/+3 |
| | |||||
* | r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pw | Gerald Carter | 2007-10-10 | 1 | -3/+11 |
| | | | | | | | chnage fails due to policy settings where as 2003 (the chgpasswd3() request) fails with NT_STATUS_PASSWORD_RESTRICTION. Thunk down to the same return code so we correctly retreive the password policy in both cases. | ||||
* | r20904: This is a placeholder fix. Apparently Windows 2000 | Gerald Carter | 2007-10-10 | 1 | -1/+9 |
| | | | | | | | | | is sharing the IDL for the SAMR pipe with Windows 2003 but returning NT_STATUS_NOT_SUPPORTED rather than a DCE/RCE fault. We need to catch this in the general sense by looking at the returned PDU size. But this immediate change fixes password changes via pam_winbind against Windows 2000 DCs. | ||||
* | r20903: Replace the hardcoded "smb.conf" string with the dyn_CONFIGFILE | Gerald Carter | 2007-10-10 | 1 | -6/+7 |
| | |||||
* | r20884: patch from Michael Adam <ma@sernet.de> to add new ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+9 |
| | | | | sambaTrustedDomainPassword object class | ||||
* | r20883: W00t! I now understand how "delete on close" really | Jeremy Allison | 2007-10-10 | 5 | -35/+59 |
| | | | | | | | | | | | | | | | | works - even with the strange "initial delete on close" semantics. The "initial delete on close" flag isn't committed to the share mode db until the handle is closed, and is discarded if any real "delete on close" was set. This allows me to remove the "initial_delete_on_close" flag from the share db, and move it into a BOOL in files_struct. Warning ! You must do a make clean after this. Cope with the wrinkle in directory delete on close which is done differently from files. We now pass all Samba4 smbtortute BASE-DELETE tests except for the one checking that files can't be created in a directory which has the delete on close set (possibly expensive to fix). Jeremy. | ||||
* | r20880: Fix memory leak in new sitename code. You got *really* | Jeremy Allison | 2007-10-10 | 1 | -1/+1 |
| | | | | | close Guenther, then you forgot to use "key" :-) :-). Jeremy. | ||||
* | r20878: Fix build with --enable-profiling | Volker Lendecke | 2007-10-10 | 1 | -1/+0 |
| | |||||
* | r20877: Random notify fixes | Volker Lendecke | 2007-10-10 | 1 | -13/+8 |
| | |||||
* | r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki | Volker Lendecke | 2007-10-10 | 1 | -1/+1 |
| | |||||
* | r20875: Pass DCE/RPC server call arguments as a struct rather than as ↵ | Jelmer Vernooij | 2007-10-10 | 31 | -1389/+1349 |
| | | | | | | separate arguments. This makes it a bit more similar to the Samba4 code. | ||||
* | r20874: We need to distinguish client sitenames per realm. We were overwriting | Günther Deschner | 2007-10-10 | 6 | -26/+75 |
| | | | | | | | the stored client sitename with the sitename from each sucessfull CLDAP connection. Guenther | ||||
* | r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE. | Jeremy Allison | 2007-10-10 | 8 | -21/+111 |
| | | | | | | | | Allow us to correctly refuse to set delete on close on a non-empty directory. There are still some delete-on-close wrinkles to be fixed, but I understand how to do that better now. I'll fix this tomorrow. Jeremy. | ||||
* | r20862: When in disconnected mode there is no need to try a fallback to a site | Günther Deschner | 2007-10-10 | 1 | -0/+18 |
| | | | | | | less DNS query. This speeds up offline detection slightly. Guenther | ||||
* | r20861: We only use sitespecific DNS lookups when looking for DCs or KDCs, not | Günther Deschner | 2007-10-10 | 1 | -5/+1 |
| | | | | | | for a PDC. Guenther | ||||
* | r20860: Adding some small tweaks. When we have no sitename, there is no need to | Günther Deschner | 2007-10-10 | 2 | -20/+25 |
| | | | | | | ask for the list of DCs twice. Guenther | ||||
* | r20858: change_notify_reply_packet is static | Volker Lendecke | 2007-10-10 | 1 | -2/+4 |
| | |||||
* | r20857: Silence gives assent :-). Checking in the fix for | Jeremy Allison | 2007-10-10 | 9 | -65/+159 |
| | | | | | | | | | site support in a network where many DC's are down. I heard via Volker there is still a bug w.r.t the wrong site being chosen with trusted domains but we'll have to layer that fix on top of this. Gd - complain if this doesn't work for you. Jeremy. | ||||
* | r20856: Make "struct notify_mid_map" private to notify.c | Volker Lendecke | 2007-10-10 | 2 | -11/+13 |
| | |||||
* | r20854: Ok, now I think we're at a point where looking at notify starts to ↵ | Volker Lendecke | 2007-10-10 | 8 | -40/+626 |
| | | | | | | | | make sense again :-) Volker | ||||
* | r20851: To read account policies from LDAP we need root. | Volker Lendecke | 2007-10-10 | 1 | -2/+12 |
| | | | | Volker | ||||
* | r20848: Minor typo. | Günther Deschner | 2007-10-10 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | r20846: Before this gets out of control... | Volker Lendecke | 2007-10-10 | 10 | -90/+314 |
| | | | | | | | | | | | This add a struct event_context and infrastructure for fd events to smbd. This is step zero to import lib/events. Jeremy, I rely on you to watch the change in receive_message_or_smb() closely. For the normal code path this should be the only relevant change. The rest is either not yet used or is cosmetic. Volker | ||||
* | r20845: Somehow I missed this one - should have been part of the | Jeremy Allison | 2007-10-10 | 1 | -4/+7 |
| | | | | | previous commit :-(. Jeremy. | ||||
* | r20844: Somewhat radical change - this may break the build (I will | Jeremy Allison | 2007-10-10 | 7 | -259/+310 |
| | | | | | | | | | | | | watch carefully - so I'm doing it in one transaction so I can roll back). Change check_name(), reduce_name() and dptr_create() to return NTSTATUS. This helps a lot in error path processing and especially in reduce_name() allows us to ditch the flaky and error-prone saving of errno and return errors directly. Jeremy. | ||||
* | r20843: Get rid of last BOOL ok. | Jeremy Allison | 2007-10-10 | 1 | -58/+59 |
| | | | | Jeremy. | ||||
* | r20842: Only one more BOOL ok to go... | Jeremy Allison | 2007-10-10 | 1 | -12/+6 |
| | | | | Jeremy. | ||||
* | r20841: Remove more BOOL ok. | Jeremy Allison | 2007-10-10 | 1 | -6/+6 |
| | | | | Jeremy. | ||||
* | r20840: Keep removing the old BOOL ok logic. | Jeremy Allison | 2007-10-10 | 1 | -5/+9 |
| | | | | Jeremy. | ||||
* | r20839: Fix other C++ warnings | Jelmer Vernooij | 2007-10-10 | 2 | -2/+2 |
| | |||||
* | r20838: Small fix from Jiri.Sasek@Sun.COM to fix null | Jeremy Allison | 2007-10-10 | 1 | -2/+3 |
| | | | | | pointer deref. Jeremy | ||||
* | r20837: Use real type name, to fix compilation with -WC++-compat | Jelmer Vernooij | 2007-10-10 | 10 | -178/+178 |
| | |||||
* | r20833: Reformatting | Volker Lendecke | 2007-10-10 | 1 | -23/+41 |
| | |||||
* | r20832: Remove extra pointers previously added to unique [out] pointers. ↵ | Jelmer Vernooij | 2007-10-10 | 34 | -427/+595 |
| | | | | | | | | | Instead, add [ref] pointers where necessary (top-level [ref] pointers, by spec, don't appear on the wire). This brings us closer to the DCE/RPC standard again. | ||||
* | r20828: Fix the build with libnscd. | Günther Deschner | 2007-10-10 | 1 | -2/+2 |
| | | | | Guenther | ||||
* | r20827: Increment the interface version. | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | | | | | | Wilco: Existing modules should continue to work, they just must be recompiled. Volker | ||||
* | r20824: Send access to the trusted domain passwords through the pdb backend, ↵ | Volker Lendecke | 2007-10-10 | 12 | -64/+153 |
| | | | | | | | | | | so that in the next step we can store them in LDAP to be replicated across DCs. Thanks to Michael Adam <ma@sernet.de> Volker | ||||
* | r20820: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -2/+3 |
| | | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze | ||||
* | r20817: sync lib/replace with samba4 | Stefan Metzmacher | 2007-10-10 | 12 | -40/+149 |
| | | | | metze | ||||
* | r20811: fix comment | Stefan Metzmacher | 2007-10-10 | 1 | -1/+1 |
| | | | | metze | ||||
* | r20796: Fix the same problem Jeremy has fixed (improper handling of deferred ↵ | Volker Lendecke | 2007-10-10 | 2 | -11/+15 |
| | | | | | | | | | | opens) for delete_driver_files. Proper fix pending... :-) Jeremy, please check. Volker | ||||
* | r20789: merge from samba4: | Stefan Metzmacher | 2007-10-10 | 2 | -12/+0 |
| | | | | | | - remove the epoll configure checks from libreplace metze | ||||
* | r20781: Fix a couple of paths found by Volker where we weren't | Jeremy Allison | 2007-10-10 | 2 | -1/+13 |
| | | | | | correctly handling deferred opens. Jeremy. | ||||
* | r20774: I thought I committed this before Xmas holidays ... | Simo Sorce | 2007-10-10 | 13 | -95/+146 |
| | | | | | | | | | This change is needed to make it possible to not expire caches in disconnected mode. Jerry, please can you look at this and confirm it is ok? Simo. | ||||
* | r20759: Dummy checkin to let the build farm pick up the new smbtorture4 | Volker Lendecke | 2007-10-10 | 1 | -1/+2 |
| | |||||
* | r20745: Commit Finnish transalation of SWAT after review | Simo Sorce | 2007-10-10 | 2 | -1/+612 |
| | |||||
* | r20744: Fix the build (I missed some chkpth -> checkpath renames). | Jeremy Allison | 2007-10-10 | 3 | -4/+4 |
| | | | | Jeremy. | ||||
* | r20743: Remove another BOOL ok from reply_getatr. | Jeremy Allison | 2007-10-10 | 1 | -20/+15 |
| | | | | Jeremy. |