summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | I'm pretty sure we need to return our netbios name for LSA_QUERY_INFOJeremy Allison2001-12-181-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 Allison2001-12-182-2/+2
| | | | | | | | Jeremy.
* | Fix recommended from JF from on-the-wire investigation.Jeremy Allison2001-12-181-1/+5
| | | | | | | | Jeremy.
* | Fixed the bug with descending into mangled directories.Jeremy Allison2001-12-181-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.2Jeremy Allison2001-12-182-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 up packaging script to add winbind stuff if built.Herb Lewis2001-12-171-14/+27
| |
* | fix commentsHerb Lewis2001-12-171-5/+1
| |
* | really set debug level with command line option.Herb Lewis2001-12-171-5/+3
| |
* | don't allow smb.conf setting to change DEBUGLEVEL if specified in commandHerb Lewis2001-12-171-0/+3
| | | | | | | | line option.
* | Add codepage_initialise to prevent segfault when doing wbinfo -aJim McDonough2001-12-171-0/+1
| |
* | Fixup spoolss parse differences between 2.2.x and HEAD.Jeremy Allison2001-12-171-11/+31
| | | | | | | | Jeremy.
* | Made "hide unreadable" work much more reliably (just for Volker :-).Jeremy Allison2001-12-171-1/+37
| | | | | | | | Jeremy.
* | Removed unused variable. Tidied up formatting.Jeremy Allison2001-12-172-3/+2
| | | | | | | | Jeremy.
* | Moved fchown_acl change to the point where we *really* know if weJeremy Allison2001-12-161-10/+10
| | | | | | | | | | created the file or not. Jeremy.
* | Ensured filetimes set (by name) after close. Ignore errors. This is theJeremy Allison2001-12-162-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 Allison2001-12-151-4/+2
| | | | | | | | | | | | | | make_connection() fails. Jeremy.
* | Allow HPUX smbd to link with new ACL code.Jeremy Allison2001-12-151-2/+2
| | | | | | | | Jeremy.
* | Added HPUX ACL code developed by HP for CIFS/9000, modified a little toJeremy Allison2001-12-156-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 McDonough2001-12-144-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 Allison2001-12-141-1/+1
| | | | | | | | Jeremy
* | Removed duplicate util_getent.oJeremy Allison2001-12-141-2/+1
| | | | | | | | Jeremy.
* | Forgot to add to makefile for new fn.Jeremy Allison2001-12-141-2/+2
| | | | | | | | Jeremy.
* | Fixed problem with groups defined over multiple lines in group fileJeremy Allison2001-12-145-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_HEADGerald Carter2001-12-142-9/+42
| |
* | Added DaveCB's solaris linker patch.Jeremy Allison2001-12-144-743/+797
| | | | | | | | Jeremy.
* | More insure detected pdb_getsampwnam() missing pdb_sam_free() memory leaks.Jeremy Allison2001-12-145-7/+25
| | | | | | | | Jeremy.
* | Allow smbpasswd -U to join to a domain even if the domain account alreadyTim Potter2001-12-141-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 actuallyTim Potter2001-12-141-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 Potter2001-12-147-664/+1033
| | | | | | | | | | - server side code #ifdef'ed out - client side code merged into rpcclient
* | Patch for string legths from TAKAHASHI, Motonobu(monyo).Jeremy Allison2001-12-131-17/+46
| | | | | | | | Jeremy.
* | fixes the problem with nmblookup -r not working against your own IP address.Herb Lewis2001-12-131-2/+1
| | | | | | | | | | Sent a message a month ago to see if anyone knew of any problems with this fix and didn't receive a reply so I'm committing it so it doesn't get lost.
* | alignment issues in EnumPrinterKey()Gerald Carter2001-12-131-0/+3
| |
* | merge from APPLIANCE_HEADGerald Carter2001-12-131-0/+4
| |
* | Fixed memory leak. Already fixed in HEAD.Jeremy Allison2001-12-131-0/+2
| | | | | | | | Jeremy.
* | Must check against -1 for fcntl error check.Jeremy Allison2001-12-131-4/+4
| | | | | | | | Jeremy.
* | Fix the damn usage message on rpcclient. It was wrong and I wasted an hourRichard Sharpe2001-12-121-1/+1
| | | | | | | | finding the problem.
* | Make remote password changing work. We must *always* use ascii stringsJeremy Allison2001-12-121-1/+1
| | | | | | | | | | when changing passwords via rap. Jeremy.
* | smbclient now shows non-English characters correctly is the codepage andJeremy Allison2001-12-123-16/+12
| | | | | | | | | | character set are set correctly. Now to test the password changes... Jeremy.
* | Fixed similar logic error in 2.2 winbindd.Jeremy Allison2001-12-121-1/+1
| | | | | | | | Jeremy.
* | Fixed UNICODE -> unix mapping for client code.Jeremy Allison2001-12-126-703/+798
| | | | | | | | | | Also ensure correct tables are loaded. Jeremy.
* | add debug2html smbtorture & smbfilter to ignore listHerb Lewis2001-12-111-0/+3
| |
* | add the extra everything targets to be removed by realcleanHerb Lewis2001-12-111-0/+1
| |
* | -Wl is not a valid flag to the loader. It is a flag for the compiler toHerb Lewis2001-12-111-4/+4
| | | | | | | | tell it to do the load pass.
* | Missed other tdb progs in sync.Jeremy Allison2001-12-115-26/+28
| | | | | | | | Jeremy.
* | Sync up tdb fixes...Jeremy Allison2001-12-113-668/+668
| | | | | | | | Jeremy.
* | Added disk full message.Jeremy Allison2001-12-111-0/+1
| | | | | | | | Jeremy.
* | Indeed. Very useful :-).Jeremy Allison2001-12-111-4/+17
| | | | | | | | Jeremy.
* | Fix based on work from Ihar Viarheichyk <i.viarheichyk@sam-solutions.net>Jeremy Allison2001-12-111-8/+32
| | | | | | | | | | | | to fix alpha_strcpy in non-US/English environment.s Run past the Tridge paranoia filter :-). Fixed boundary condition code. Jeremy.
* | Conversion fix from Igor Vergeichik <i.viarheichyk@sam-solutions.net>Jeremy Allison2001-12-111-1/+1
| | | | | | | | Jeremy.
* | Fixed wrong location of preexec script. Needs to be done before ChDir.Jeremy Allison2001-12-111-17/+17
| | | | | | | | Jeremy.