summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|\
| * Moved dos error codes from smb.h into new file doserr.hTim Potter2001-08-102-113/+136
| |
| * Changed the order of arguments in make_oem_passwd_hash(). All the otherTim Potter2001-08-102-2/+3
| | | | | | | | encryption functions have outputs as the last arguments.
| * merge from 2.2Gerald Carter2001-08-103-6/+6
| |
| * Fixed typo in patch.Jeremy Allison2001-08-101-1/+1
| | | | | | | | Jeremy.
| * Fixed wrong placement of allocate code :-(.Jeremy Allison2001-08-091-5/+5
| | | | | | | | | | Changed alignment offset to 1 to allow netmon to parse ok. Jeremy.
| * Added fix from Dan Thibadeau @ HP for parsing problem.Jeremy Allison2001-08-091-0/+13
| | | | | | | | Jeremy.
| * Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
| | | | | | | | | | fails. Jeremy.
| * Merged John's fix.Jeremy Allison2001-08-091-1/+1
| | | | | | | | Jeremy.
* | make protoGerald Carter2001-08-101-1/+1
| |
* | updates docs from parameter renameGerald Carter2001-08-103-79/+77
| |
* | renamed 'manman printing only' to 'disable spoolss' which wasGerald Carter2001-08-103-6/+6
| | | | | | | | | | | | | | | | more intuitive. jerry
* | Fixed typo in patch.Jeremy Allison2001-08-101-1/+1
| | | | | | | | Jeremy.
* | Formatting fixes (tabs).Jeremy Allison2001-08-092-8/+8
| | | | | | | | Jeremy.
* | Fixed wrong placement of allocate code :-(.Jeremy Allison2001-08-091-5/+5
| | | | | | | | | | Changed alignment offset to 1 to allow netmon to parse ok. Jeremy.
* | Added fix from Dan Thibadeau @ HP for parsing problem.Jeremy Allison2001-08-091-0/+13
| | | | | | | | Jeremy.
* | Fix inspired by Don @ HP. Close down password server connection if keepaliveJeremy Allison2001-08-091-1/+4
| | | | | | | | | | fails. Jeremy.
* | Polish translation of man pages submitted byGerald Carter2001-08-0928-0/+15673
| | | | | | | | | | | | | | | | | | | | Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> :-) jerry
* | Merged AndrewB's Solaris fix from HEAD.Jeremy Allison2001-08-091-1/+8
| | | | | | | | Jeremy.
* | forgot one.Gerald Carter2001-08-091-3/+4
| |
* | merged passdb code from HEAD. This includes the tdbsam code.Gerald Carter2001-08-0920-2758/+2776
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I have tested this with: * smbclient * rpcclient * Win98 logons and share connections * WinNT 4 joining domain using 'smbpasswd -a -m <machine>' * logging onto a domain from WinNT4 SP6a client and Win2k SP2 client Things that I know I broke: * joining a domain from a Windows 2000 client Things that are untested: * no tests under insure yet * password changes from Windows clients * joining a domain with the root account under WinNT4 jerry
* | Fiex for unterminated Macro problem.John Terpstra2001-08-091-1/+1
| |
* | This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2001-08-092-0/+1602
|\|
| * a few cleanups while mergeing the passdb code into 2.2Gerald Carter2001-08-095-27/+25
| |
| * Try to set the socket options early for some OSs (like Sol 8) where theyAndrew Bartlett2001-08-091-1/+8
| | | | | | | | | | | | can't be set after the listen(). Andrew Bartlett
| * Link fix for smbpasswd.Tim Potter2001-08-091-2/+3
| |
| * Change all realloc() statements to Realloc() (ecxept for tdb.c)Simo Sorce2001-08-088-48/+45
| | | | | | | | | | | | | | changed some code to exploit the fact that Realloc(NULL, size) == malloc(size) fixed some possible mem leaks, or seg faults. thanks to andreas moroder (mallocs not checked in client/client.c, client/smbumount.c)
| * Some better debugs for our security=server code. I want to track down whyAndrew Bartlett2001-08-081-1/+3
| | | | | | | | we occasionally don't make the connection to the server.
| * Merge of modesty patch from 2.2 spec file.Tim Potter2001-08-081-2/+2
| |
| * Factored out common rpc pipe initialisation and shutdown code.Tim Potter2001-08-087-300/+86
| |
| * Patch for having spaces in tdb keys, NULL termination fixes and otherTim Potter2001-08-071-22/+87
| | | | | | | | stuff. From Andrew Esh <AEsh@tricord.com>
| * Update to work with no crypt available, just like it will in Samba.Jeremy Allison2001-08-071-0/+778
| | | | | | | | Jermey.
| * merge from 2.2Gerald Carter2001-08-072-122/+140
| |
| * Always return NT_STATUS_DISK_FULL, even for quota errors.Jeremy Allison2001-08-071-1/+1
| | | | | | | | Jeremy.