summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
| * Added fixes to return correct error codes on space allocation fail.Jeremy Allison2001-08-072-2/+31
| | | | | | | | Jeremy.
| * Correctly report amount written in debug when allocation space.Jeremy Allison2001-08-071-1/+1
| | | | | | | | Jeremy.
| * A collection of fixes/cleanups to the security descriptor code byTim Potter2001-08-071-9/+10
| | | | | | | | matt_zinkevicius@hp.com
| * Fixed another possible memleak in cli_initialise()Tim Potter2001-08-061-0/+6
| |
| * Added Gerald's lanman printing only change to HEAD.Jeremy Allison2001-08-063-167/+99
| | | | | | | | Jeremy.
| * Fix for getting allocate_file_space to return the correct errno.Jeremy Allison2001-08-061-2/+2
| | | | | | | | Jeremy.
| * Record the NT_STATUS constant rather than its number in the logfilesAndrew Bartlett2001-08-063-3/+5
| | | | | | | | Fix typo in lmhosts manpage
| * Stop HP/UX building shared libraries for the moment ...Richard Sharpe2001-08-061-1/+1
| |
| * We don't use indent in the HEAD branch.Tim Potter2001-08-061-14/+0
| |