Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Ensure global_myworkgroup is set in winbindd. Needed for some of the secrets | Jeremy Allison | 2001-12-20 | 1 | -9/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | fetch code. Jeremy. | |||||
| * | | | | char -> (int) fix from HEAD. | Jeremy Allison | 2001-12-20 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Merge warning fixes back from HEAD. | Jeremy Allison | 2001-12-20 | 3 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | fix offsets in ENumPrinterDataEx() | Gerald Carter | 2001-12-20 | 1 | -5/+5 | |
| | | | | | ||||||
| * | | | | Misc tidyups from HEAD. | Jeremy Allison | 2001-12-20 | 3 | -18/+20 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Correct fix for 2.2.3 smbmount from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-12-19 | 1 | -17/+1 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | don't let smb.conf setting override debug level | Herb Lewis | 2001-12-19 | 2 | -0/+6 | |
| | | | | | ||||||
| * | | | | forgot to remove some debugging stuff | Herb Lewis | 2001-12-19 | 1 | -6/+0 | |
| | | | | | ||||||
| * | | | | return all IP address returned by WINS server for IRIX version. | Herb Lewis | 2001-12-19 | 1 | -12/+45 | |
| | | | | | ||||||
| * | | | | Added AC_CHECK_FUNCS(syslog vsyslog). | Jeremy Allison | 2001-12-19 | 5 | -405/+481 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nsswitch code uses vsyslog without checking for it. Provide replacement for vsyslog in lib/snprintf if not found by configure. Jeremy. | |||||
| * | | | | Allow ACL set to fail gracefully on HP HFS filesystems. | Jeremy Allison | 2001-12-19 | 1 | -0/+12 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix for extra capabilities from Urban Widmark <urban@teststation.com>. | Jeremy Allison | 2001-12-19 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Patch from dan_thibadeau@hp.com to allow domain set in authfile. | Jeremy Allison | 2001-12-19 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | let smbclient really set the debug level on the command line. | Herb Lewis | 2001-12-18 | 1 | -3/+22 | |
| | | | | | ||||||
| * | | | | close socket on bind error so we don't leak sockets. | Herb Lewis | 2001-12-18 | 1 | -30/+72 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add backend for hosts.byaddr search. add hosts.byaddr support to IRIX version I don't have a system to port the hosts.byaddr changes to the linux version. If someone else wants to add that go ahead :-) | |||||
| * | | | | Fixup JF's weird SID return :-). | Jeremy Allison | 2001-12-18 | 2 | -6/+9 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy | |||||
| * | | | | Tidyup utmp code to cope with hostname = NULL. | Jeremy Allison | 2001-12-18 | 1 | -11/+13 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy | |||||
| * | | | | Tim's fix to user pathname in homes share by default looks ok for 2.2.3. | Jeremy Allison | 2001-12-18 | 1 | -0/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Needs testing though. Jeremy | |||||
| * | | | | Fixed uninit variable. Formating tidyups. | Jeremy Allison | 2001-12-18 | 1 | -38/+58 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix for enumerating users and groups when there are trusted domains that | Tim Potter | 2001-12-18 | 2 | -6/+18 | |
| | | | | | | | | | | | | | | | | | | | | are down. | |||||
| * | | | | Fix -i switch. | Tim Potter | 2001-12-18 | 1 | -3/+2 | |
| | | | | | ||||||
| * | | | | I'm pretty sure we need to return our netbios name for LSA_QUERY_INFO | Jeremy Allison | 2001-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | level 5 when we're a standalone server. This makes the security dialogs return correct info. JF - please check ! Jeremy. | |||||
| * | | | | Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found. | Jeremy Allison | 2001-12-18 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fix recommended from JF from on-the-wire investigation. | Jeremy Allison | 2001-12-18 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fixed the bug with descending into mangled directories. | Jeremy Allison | 2001-12-18 | 1 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The problem is that name_map_mangle can *change* the length of a patchname. Ensure that all the character pointer messing about can cope with changing sizes of components. This code is too ugly to live..... This also needs *lots* of testing. Jeremy. | |||||
| * | | | | Correct fix for the name mangling bug that caused the Debian Samba 2.2.2 | Jeremy Allison | 2001-12-18 | 2 | -1/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | to be broken. Ensure we're checking the unmangled name against the unmangled name, or the mangled name against the mangled name. I'm *so* glad this code is dead in HEAD :-). Jeremy. | |||||
| * | | | | fix comments | Herb Lewis | 2001-12-17 | 1 | -5/+1 | |
| | | | | | ||||||
| * | | | | really set debug level with command line option. | Herb Lewis | 2001-12-17 | 1 | -5/+3 | |
| | | | | | ||||||
| * | | | | don't allow smb.conf setting to change DEBUGLEVEL if specified in command | Herb Lewis | 2001-12-17 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | line option. | |||||
| * | | | | Add codepage_initialise to prevent segfault when doing wbinfo -a | Jim McDonough | 2001-12-17 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Fixup spoolss parse differences between 2.2.x and HEAD. | Jeremy Allison | 2001-12-17 | 1 | -11/+31 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Made "hide unreadable" work much more reliably (just for Volker :-). | Jeremy Allison | 2001-12-17 | 1 | -1/+37 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Removed unused variable. Tidied up formatting. | Jeremy Allison | 2001-12-17 | 2 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Moved fchown_acl change to the point where we *really* know if we | Jeremy Allison | 2001-12-16 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | created the file or not. Jeremy. | |||||
| * | | | | Ensured filetimes set (by name) after close. Ignore errors. This is the | Jeremy Allison | 2001-12-16 | 2 | -16/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correct way to ensure times set in 'pending modtime' and 'time close' are always set correctly. Inspired by patch from Juergen Hasch. Jeremy. | |||||
| * | | | | Correctly return WERROR - in 2.2.3 we don't have an NT_STATUS when ↵ | Jeremy Allison | 2001-12-15 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make_connection() fails. Jeremy. | |||||
| * | | | | Allow HPUX smbd to link with new ACL code. | Jeremy Allison | 2001-12-15 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Added HPUX ACL code developed by HP for CIFS/9000, modified a little to | Jeremy Allison | 2001-12-15 | 6 | -21/+1032 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fit better into Samba. Managed to do this without disturbing the smbd/posix_acl.c code layer :-). Jeremy. | |||||
| * | | | | Add support for userid/passwd auth on session setup from winbind to DC. ↵ | Jim McDonough | 2001-12-14 | 4 | -5/+74 | |
| | | | | | | | | | | | | | | | | | | | | Allows winbind to function in a 2k domain with restrict anonymous, or in a domain which trusts one like it. | |||||
| * | | | | Added Jim's fix. | Jeremy Allison | 2001-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy | |||||
| * | | | | Removed duplicate util_getent.o | Jeremy Allison | 2001-12-14 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Forgot to add to makefile for new fn. | Jeremy Allison | 2001-12-14 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Fixed problem with groups defined over multiple lines in group file | Jeremy Allison | 2001-12-14 | 5 | -744/+795 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (True64 biggest offender). Added a new get_users_in_group() function that goes through the group file to get the entire list. Doesn't do this for winbindd names. Jeremy. | |||||
| * | | | | ChangeID fix from APPLIANCE_HEAD | Gerald Carter | 2001-12-14 | 2 | -9/+42 | |
| | | | | | ||||||
| * | | | | Added DaveCB's solaris linker patch. | Jeremy Allison | 2001-12-14 | 4 | -743/+797 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | More insure detected pdb_getsampwnam() missing pdb_sam_free() memory leaks. | Jeremy Allison | 2001-12-14 | 5 | -7/+25 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. | |||||
| * | | | | Allow smbpasswd -U to join to a domain even if the domain account already | Tim Potter | 2001-12-14 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | exists. We were trying to do a cli_samr_close() on an invalid handle in this case which was stopping the rest of the domain join from completing. | |||||
| * | | | | Call charset_initialise() and codepage_initialise() so rpcclient actually | Tim Potter | 2001-12-14 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | works. )-: BTW Richard, rpcclient seems to work like "rpcclient server [options]" as well as "rpcclient [options] server". I wonder if you are using a differently behaving getopt() library? Another reason to move to popt... | |||||
| * | | | | Merge of GetPrintProcessorDirectory RPC from HEAD: | Tim Potter | 2001-12-14 | 7 | -664/+1033 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - server side code #ifdef'ed out - client side code merged into rpcclient | |||||
| * | | | | Patch for string legths from TAKAHASHI, Motonobu(monyo). | Jeremy Allison | 2001-12-13 | 1 | -17/+46 | |
| | | | | | | | | | | | | | | | | | | | | Jeremy. |