summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typo.Volker Lendecke2001-08-221-1/+1
| | | | Volker
* commit fix from Richard Bollinger to fix a memory leak when loadingGerald Carter2001-08-221-1/+4
| | | | large printcaps
* forgot to increment the num_groups field in the USER_INFO_3Gerald Carter2001-08-221-1/+1
| | | | | | | | | | struct with yesterday's changes. This fixed the Win2k domain logon problem. jerry
* Missing '\' at eol..Jeremy Allison2001-08-221-1/+1
| | | | Jeremy.
* Tidyups for fnctl spin problem. Try and tidyup share mode table.Jeremy Allison2001-08-225-27/+86
| | | | Jeremy
* bindir and sbindir are the same for IRIX samba packagesHerb Lewis2001-08-211-1/+1
|
* Missed unininitialized variable on return from del_share_mode().Jeremy Allison2001-08-212-2/+2
| | | | Jeremy.
* Correcting a debug message.Shirish Kalele2001-08-211-1/+1
|
* NT4 requires that the primary group also be includedGerald Carter2001-08-211-9/+14
| | | | | | | **first** in the list of groups later in the NET_USER_INFO_3 struct passed back from net_samlogon() jerry
* Fixed a little typo.Volker Lendecke2001-08-211-1/+1
| | | | Volker
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-214-65/+162
| | | | | | | | | | | | | | | | | link from Seattle is having problems. I've added 3 things here to work on the fcntl spin problem. 1). Check *all* tdb return codes... :-). 2). If we're asking ourselves to break an oplock, and we can't find a fsp pointer that matches the entry, this is a *logic bug* and we should abort and panic so someone with gdb can pick up the pieces. 3). After we've broken an oplock, ensure that the entry itself has been removed, and if not remove it ourselves. This should not be neccessary in a correctly working environmen,t, but will provide an added layer of robustness in error situations. 4). I hate german keyboards :-) :-). Jeremy.
* Allow smb-dfs links to be in subdirectories of the dfs root.Shirish Kalele2001-08-203-26/+18
| | | | These lower level links won't be handled by the Netdfs RPC calls (yet).
* Get very specific about what we're comparing when we're comparingJeremy Allison2001-08-201-4/+4
| | | | | | timestamps in share mode entries (ie. don't use memcmp). Shouldn't fix the fcntl spin bug but won't hurt.... Jeremy.
* Fixed one more Realloc typo...Jeremy Allison2001-08-201-1/+1
| | | | Jeremy.
* Fixed typo that caused core....Jeremy Allison2001-08-201-7/+9
| | | | Jeremy.
* Last Realloc fix - 2.2 should now match HEAD.Jeremy Allison2001-08-191-6/+8
| | | | Jeremy.
* Realloc fixes.Jeremy Allison2001-08-191-13/+10
| | | | Jeremy.
* Realloc fixes.Jeremy Allison2001-08-194-24/+32
| | | | Jeremy.
* Realloc fixes.Jeremy Allison2001-08-191-5/+8
| | | | Jeremy.
* More Realloc fixes.Jeremy Allison2001-08-192-14/+17
| | | | Jeremy.
* Realloc fixes from HEAD.Jeremy Allison2001-08-191-12/+33
| | | | Jeremy.
* Realloc fix.Jeremy Allison2001-08-191-130/+139
| | | | Jeremy.
* More Realloc fixes from HEAD.Jeremy Allison2001-08-193-13/+26
| | | | Jeremy.
* Merged Anton's memory barrier fixes.Jeremy Allison2001-08-191-16/+43
| | | | Jeremy.
* More Realloc fixes.Jeremy Allison2001-08-183-15/+36
| | | | Jeremy.
* More Realloc fixes.Jeremy Allison2001-08-182-18/+38
| | | | Jeremy.
* Realloc fixes from HEAD.Jeremy Allison2001-08-171-9/+16
| | | | Jeremy.
* Realloc fixes from HEAD.Jeremy Allison2001-08-171-10/+54
| | | | Jeremy.
* Realloc fixes from HEAD.Jeremy Allison2001-08-171-20/+23
|
* Realloc fix from HEAD.Jeremy Allison2001-08-171-3/+14
| | | | Jeremy.
* Realloc fixes from HEAD.Jeremy Allison2001-08-171-22/+46
| | | | Jeremy.
* Realloc fix from HEAD.Jeremy Allison2001-08-171-3/+9
| | | | Jeremy.
* Added JF's fix for null data & param. Added Realloc fix.Jeremy Allison2001-08-171-4/+37
| | | | Jeremy.
* Regenerated docs.Tim Potter2001-08-152-37/+34
|
* Ignore autoconf droppings.Tim Potter2001-08-151-1/+2
|
* Updated doco for lack of samedit command.Tim Potter2001-08-141-10/+7
| | | | From Alexander Bokovoy <a.bokovoy@sam-solutions.net>
* added the 'user client driver' parameter to the man pageGerald Carter2001-08-143-6/+152
|
* Moved position of error defines to match HEAD.Jeremy Allison2001-08-142-4/+7
| | | | Jeremy.
* Added Jim McDonough's Win9x take ownership fix.Jeremy Allison2001-08-131-0/+12
| | | | Jeremy.
* forgot to add pdbedit. Ooops. [blush...]Gerald Carter2001-08-132-3/+10
|
* added service level parameter 'use client driver' which allowsGerald Carter2001-08-133-575/+593
| | | | | | | | | | | | | a local driver to be used on an NT client. The open_printer_ex() is dumbed down to use PRINTER_ACCCESS_USE if the client requested PRINTER_ACCESS_ADMINISTER rights (only on a printer and only if this parameter is enabled on the printer). Disabled by default. jerry
* Add printing of errno when POSIX lock requests fail.Jeremy Allison2001-08-131-3/+3
| | | | Jeremy.
* it was half committed last time,Simo Sorce2001-08-121-2/+2
| | | | thanks to Hasch@t-online.de (Juergen Hasch) for spotting that.
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-107-22/+60
| | | | Jeremy.
* Merged DOS errorcode returns from HEAD.Jeremy Allison2001-08-1012-634/+633
| | | | Jeremy.
* Moved to DOS errcode constants.Jeremy Allison2001-08-101-25/+25
| | | | Jeremy.
* Move to DOS errcodes....Jeremy Allison2001-08-101-26/+26
| | | | Jeremy.
* Use DOS error codes (from HEAD).Jeremy Allison2001-08-101-9/+9
| | | | Jeremy.
* Merged some of Tim's error code changes across.Jeremy Allison2001-08-102-389/+280
| | | | Jeremy.
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-08-101-0/+135
|\