Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r21094: Merge reformatting and compiler warning fix from 3_0 | Volker Lendecke | 2007-01-31 | 2 | -39/+70 | |
| | | ||||||
| * | r21070: * Add the new boolean 'winbind normalize names' option as discussed | Gerald Carter | 2007-01-31 | 5 | -2/+53 | |
| | | | | | | | | | | on the samba-technical ml. The replacement character is hardcoded as a '_' for now. | |||||
| * | r21067: Finished refactoring setqpathinfo to be readable | Jeremy Allison | 2007-01-31 | 1 | -385/+430 | |
| | | | | | | | | | | | | and modifiable by other people. Now to look over the build farm and fix any breakage. Jeremy. | |||||
| * | r21063: All case statements are now NTSTATUS returning | Jeremy Allison | 2007-01-30 | 2 | -175/+219 | |
| | | | | | | | | | | | | | | functions. Now to factor out the post processing and make all cases behave the same (no mixture of "early returns" and "break"s. Jeremy | |||||
| * | r21062: Should fix the build plus make all refactored | Jeremy Allison | 2007-01-30 | 3 | -211/+199 | |
| | | | | | | | | | | functions return NTSTATUS. Jeremy. | |||||
| * | r21061: Refactoring all the cases into NTSTATUS returns. | Jeremy Allison | 2007-01-30 | 1 | -69/+99 | |
| | | | | | | | | Jeremy. | |||||
| * | r21060: Start refactoring out the non-return case statements | Jeremy Allison | 2007-01-30 | 2 | -43/+72 | |
| | | | | | | | | | | into functions. Jeremy. | |||||
| * | r21058: Finish the easy refactoring - split out all the case | Jeremy Allison | 2007-01-30 | 1 | -158/+213 | |
| | | | | | | | | | | | | | | statements that do early return. Next will be case statements that need post processing, finally on to qfilepathinfo and do the same. Jeremy. | |||||
| * | r21057: More refactoring into functions. | Jeremy Allison | 2007-01-30 | 2 | -66/+96 | |
| | | | | | | | | Jeremy. | |||||
| * | r21056: Moving the set_domain_online_request to fork_domain_child() (formerly | Günther Deschner | 2007-01-30 | 1 | -9/+12 | |
| | | | | | | | | | | | | | | | | lived in trustdom_recv(). Jeremy, this is the better place I think but please check. Guenther | |||||
| * | r21054: More function refactoring. | Jeremy Allison | 2007-01-30 | 1 | -24/+52 | |
| | | | | | | | | Jeremy. | |||||
| * | r21053: More refactoring and fix the tests (set position info | Jeremy Allison | 2007-01-30 | 1 | -53/+93 | |
| | | | | | | | | | | on a pathname is ignored). Jeremy. | |||||
| * | r21052: Refactoring. | Jeremy Allison | 2007-01-30 | 1 | -25/+43 | |
| | | | | | | | | Jeremy. | |||||
| * | r21051: More function refactoring... Added #if 0 for | Jeremy Allison | 2007-01-30 | 1 | -34/+55 | |
| | | | | | | | | | | | | questionable practice (ignoring bad fsp on handle based call). Jeremy. | |||||
| * | r21050: Factor out SMB_SET_FILE_DISPOSITION_INFO. My | Jeremy Allison | 2007-01-30 | 1 | -23/+57 | |
| | | | | | | | | | | | | intent is to factor out all cases where we always return from the case. Jeremy. | |||||
| * | r21049: Start to refactor some of the setpath set code | Jeremy Allison | 2007-01-30 | 1 | -74/+73 | |
| | | | | | | | | | | | | | | into separate functions (tridge mailed me a fresh batch) to make it easier to add the POSIX open we'll need soon. Jeremy. | |||||
| * | r21047: Hand marshalling hack from Martin Zielinski <mz@seh.de> | Jeremy Allison | 2007-01-29 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | to allow Vista to upload printer drivers (it wants level 8 which we don't support yet). Downgrade in the same way that Windows servers do. Jeremy. | |||||
| * | r21035: Remove unneeded checks on incoming uid/gid for | Jeremy Allison | 2007-01-27 | 1 | -15/+35 | |
| | | | | | | | | | | | | mknod (fifo) unix extensions code. Problem discovered by Anders Karlsson <anders.karlsson@redhat.com>. Jeremy. | |||||
| * | r21033: To make the logs a bit more readable let the winbind dc connect child | Günther Deschner | 2007-01-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | write to a separate logfile. Guenther | |||||
| * | r21021: Fix memleak. | Günther Deschner | 2007-01-25 | 1 | -0/+1 | |
| | | | | | | | | Guenther | |||||
| * | r21019: Fix typo. | Günther Deschner | 2007-01-25 | 1 | -1/+1 | |
| | | | | | | | | Guenther | |||||
| * | r21018: Removing the set_domain_online_request again in trustdom_recv(). | Günther Deschner | 2007-01-25 | 1 | -9/+0 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy, we really can't do that. There are setups with hundred and more trusted domains out there, I have one customer who tells me it takes more then half an hour for him after winbind is up and running. That request registers the check_domain_online_handler which in turn forks off the child immediately. Also discussed with Volker. Guenther | |||||
| * | r21006: move $(SOCKET_WRAPPER_OBJ) to OBJ definition instead of link line like | Herb Lewis | 2007-01-24 | 1 | -6/+8 | |
| | | | | | | | | all other uses | |||||
| * | r21005: Add a debug message for EAGAIN error of setresuid. | Volker Lendecke | 2007-01-24 | 1 | -1/+7 | |
| | | | | | | | | Volker | |||||
| * | r21004: Patch from Mathias Dietz <MDIETZ@de.ibm.com> to fix multi-node | Jim McDonough | 2007-01-24 | 1 | -1/+1 | |
| | | | | | | | | sharemodes in gpfs. | |||||
| * | r21003: Display LDAP base in debug statement. | Günther Deschner | 2007-01-24 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r20998: Fix debug message | Volker Lendecke | 2007-01-24 | 1 | -1/+2 | |
| | | ||||||
| * | r20995: Get rid of unused macros | Herb Lewis | 2007-01-24 | 3 | -48/+40 | |
| | | ||||||
| * | r20994: Remove unused code. | James Peach | 2007-01-24 | 1 | -122/+0 | |
| | | ||||||
| * | r20985: leave room for terminating NULL when printing password hashes via ↵ | Gerald Carter | 2007-01-24 | 1 | -2/+2 | |
| | | | | | | | | 'pdbedit -L -w' | |||||
| * | r20980: Merge | Volker Lendecke | 2007-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | r20970: Allow to define workstation for samlogon in rpcclient (for testing). | Günther Deschner | 2007-01-23 | 2 | -8/+17 | |
| | | | | | | | | Guenther | |||||
| * | r20966: Only attempt to reload the config file atfer the fork point if we | James Peach | 2007-01-23 | 1 | -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 Peach | 2007-01-23 | 1 | -2/+2 | |
| | | ||||||
| * | r20950: Use attr_uidnumber and attr_gidnumber for the LDAP queries. | Günther Deschner | 2007-01-22 | 1 | -2/+2 | |
| | | | | | | | | Guenther | |||||
| * | r20917: Fix missing error returns pointed out by "Li, Ying (ESG)" ↵ | Jeremy Allison | 2007-01-19 | 1 | -0/+3 | |
| | | | | | | | | | | | | <ying.li2@hp.com> Jeremy. | |||||
| * | r20916: Add in the delete on close final fix - but only enabled | Jeremy Allison | 2007-01-19 | 7 | -0/+64 | |
| | | | | | | | | | | with -DDEVELOPER. Jeremy. | |||||
| * | r20912: Ensure the list always remains sorted even when | Jeremy Allison | 2007-01-19 | 1 | -16/+33 | |
| | | | | | | | | | | moving events around. Jeremy. | |||||
| * | r20911: Fix copyright message in winbindd to use the macro from smb.h | Gerald Carter | 2007-01-19 | 1 | -2/+3 | |
| | | ||||||
| * | r20905: Windows 2000 returns NT_STATUS_ACCOUNT_RESTRICTION if the pw | Gerald Carter | 2007-01-19 | 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-01-19 | 1 | -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_CONFIGFILE | Gerald Carter | 2007-01-19 | 1 | -6/+7 | |
| | | ||||||
| * | r20883: W00t! I now understand how "delete on close" really | Jeremy Allison | 2007-01-18 | 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-01-18 | 1 | -1/+1 | |
| | | | | | | | | | | close Guenther, then you forgot to use "key" :-) :-). Jeremy. | |||||
| * | r20879: Fix profile cut-and paste error found by Volker. | Jeremy Allison | 2007-01-18 | 1 | -1/+0 | |
| | | | | | | | | Jeremy. | |||||
| * | r20876: Fix bug 4346 -- Thanks to YAMASAKI Hiroyuki | Volker Lendecke | 2007-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | r20874: We need to distinguish client sitenames per realm. We were overwriting | Günther Deschner | 2007-01-18 | 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-01-18 | 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-01-17 | 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-01-17 | 1 | -5/+1 | |
| | | | | | | | | | | | | for a PDC. Guenther |