summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| |\|
| | * 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
| | |