summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-nodeJim McDonough2007-01-241-1/+1
| | | | | | | | sharemodes in gpfs.
| * r21003: Display LDAP base in debug statement.Günther Deschner2007-01-241-2/+2
| | | | | | | | Guenther
| * r20998: Fix debug messageVolker Lendecke2007-01-241-1/+2
| |
| * r20995: Get rid of unused macrosHerb Lewis2007-01-243-48/+40
| |
| * r20994: Remove unused code.James Peach2007-01-241-122/+0
| |
| * r20985: leave room for terminating NULL when printing password hashes via ↵Gerald Carter2007-01-241-2/+2
| | | | | | | | 'pdbedit -L -w'
| * r20980: MergeVolker Lendecke2007-01-231-1/+1
| |
| * r20970: Allow to define workstation for samlogon in rpcclient (for testing).Günther Deschner2007-01-232-8/+17
| | | | | | | | Guenther
| * r20966: Only attempt to reload the config file atfer the fork point if weJames Peach2007-01-231-2/+6
| | | | | | | | | | are in daemon mode. If we are in inetd mode, there's really no point in rechecking it so soon.
| * r20965: Fix spelling.James Peach2007-01-231-2/+2
| |
| * r20950: Use attr_uidnumber and attr_gidnumber for the LDAP queries.Günther Deschner2007-01-221-2/+2
| | | | | | | | Guenther
| * r20917: Fix missing error returns pointed out by "Li, Ying (ESG)" ↵Jeremy Allison2007-01-191-0/+3
| | | | | | | | | | | | <ying.li2@hp.com> Jeremy.
| * r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-01-197-0/+64
| | | | | | | | | | with -DDEVELOPER. Jeremy.
| * r20912: Ensure the list always remains sorted even whenJeremy Allison2007-01-191-16/+33
| | | | | | | | | | moving events around. Jeremy.
| * r20911: Fix copyright message in winbindd to use the macro from smb.hGerald Carter2007-01-191-2/+3
| |
| * r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pwGerald Carter2007-01-191-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 2000Gerald Carter2007-01-191-0/+8
| | | | | | | | | | | | | | | | | | 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_CONFIGFILEGerald Carter2007-01-191-6/+7
| |
| * r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-01-185-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 Allison2007-01-181-1/+1
| | | | | | | | | | close Guenther, then you forgot to use "key" :-) :-). Jeremy.
| * r20879: Fix profile cut-and paste error found by Volker.Jeremy Allison2007-01-181-1/+0
| | | | | | | | Jeremy.
| * r20876: Fix bug 4346 -- Thanks to YAMASAKI HiroyukiVolker Lendecke2007-01-181-1/+1
| |
| * r20874: We need to distinguish client sitenames per realm. We were overwritingGünther Deschner2007-01-186-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 Allison2007-01-188-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 siteGünther Deschner2007-01-171-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, notGünther Deschner2007-01-171-5/+1
| | | | | | | | | | | | for a PDC. Guenther
| * r20860: Adding some small tweaks. When we have no sitename, there is no need toGünther Deschner2007-01-172-20/+25
| | | | | | | | | | | | ask for the list of DCs twice. Guenther
| * r20857: Silence gives assent :-). Checking in the fix forJeremy Allison2007-01-179-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.
| * r20851: To read account policies from LDAP we need root.Volker Lendecke2007-01-171-2/+12
| | | | | | | | Volker
| * r20844: Somewhat radical change - this may break the build (I willJeremy Allison2007-01-178-263/+317
| | | | | | | | | | | | | | | | | | | | | | | | 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 Allison2007-01-161-58/+59
| | | | | | | | Jeremy.
| * r20842: Only one more BOOL ok to go...Jeremy Allison2007-01-161-12/+6
| | | | | | | | Jeremy.
| * r20841: Remove more BOOL ok.Jeremy Allison2007-01-161-6/+6
| | | | | | | | Jeremy.
| * r20840: Keep removing the old BOOL ok logic.Jeremy Allison2007-01-161-5/+9
| | | | | | | | Jeremy.
| * r20838: Small fix from Jiri.Sasek@Sun.COM to fix nullJeremy Allison2007-01-161-2/+3
| | | | | | | | | | pointer deref. Jeremy
| * r20835: Janitor for Volker. Trying to keep the fileserver codeJeremy Allison2007-01-161-23/+41
| | | | | | | | | | as much in sync as possible. Jeremy.
| * r20821: merge from samba4:Stefan Metzmacher2007-01-152-2/+3
| | | | | | | | | | | | | | | | - include system/aio.h - use full prototype for main - use ifdef instead if metze
| * r20818: sync lib/replace with samba4Stefan Metzmacher2007-01-1512-40/+151
| | | | | | | | metze
| * r20812: merge from SAMBA_3_0:Stefan Metzmacher2007-01-151-1/+1
| | | | | | | | | | | | fix comment metze
| * r20796: Fix the same problem Jeremy has fixed (improper handling of deferred ↵Volker Lendecke2007-01-152-11/+15
| | | | | | | | | | | | | | | | | | | | opens) for delete_driver_files. Proper fix pending... :-) Jeremy, please check. Volker
| * r20790: merge from samba4:Stefan Metzmacher2007-01-152-12/+0
| | | | | | | | | | | | - remove the epoll configure checks from libreplace metze
| * r20781: Fix a couple of paths found by Volker where we weren'tJeremy Allison2007-01-142-1/+13
| | | | | | | | | | correctly handling deferred opens. Jeremy.
| * r20744: Fix the build (I missed some chkpth -> checkpath renames).Jeremy Allison2007-01-133-4/+4
| | | | | | | | Jeremy.
| * r20743: Remove another BOOL ok from reply_getatr.Jeremy Allison2007-01-131-20/+15
| | | | | | | | Jeremy.
| * r20742: Rename chkpth -> checkpath for sanity's sake :-).Jeremy Allison2007-01-134-40/+40
| | | | | | | | | | | | Start removing unneeded "BOOL ok" from this reply.c (this logic is old, old, old..... :-). Jeremy.
| * r20741: Janitor for Volker, it's unused here as well :-).Jeremy Allison2007-01-131-1/+0
| | | | | | | | Jeremy.
| * r20740: Get rid of some if-statementsVolker Lendecke2007-01-131-14/+10
| |
| * r20724: Get closer to passing RAW-OPEN. If the client is usingJeremy Allison2007-01-131-12/+10
| | | | | | | | | | | | create disposition of FILE_CREATE then there's no need to check can_delete_file_in_directory(). Jeremy.
| * r20722: RAW-CHKPATH should now pass, build farm shouldJeremy Allison2007-01-131-4/+13
| | | | | | | | | | go back to normal. Sorry about that. Jeremy.
| * r20721: Fix the search unix_convert error returns. Only openJeremy Allison2007-01-133-27/+37
| | | | | | | | | | to go... Jeremy.