Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | handle errors from receive_smb better, and print error string | Andrew Tridgell | 1996-05-29 | 2 | -9/+9 | |
| | ||||||
* | fixed a typo | Andrew Tridgell | 1996-05-29 | 1 | -1/+1 | |
| | ||||||
* | cleanups to make thinsg compile cleanly | Andrew Tridgell | 1996-05-29 | 4 | -19/+22 | |
| | ||||||
* | added comments about trapdoor uids | Andrew Tridgell | 1996-05-29 | 2 | -0/+35 | |
| | ||||||
* | preparing for release of 1.9.16alpha2 | Samba Release Account | 1996-05-29 | 2 | -0/+681 | |
| | ||||||
* | cleaned up the way the max log size stuff works and fixed a potential | Andrew Tridgell | 1996-05-29 | 1 | -33/+50 | |
| | | | | problem with varargs usage in Debug() | |||||
* | added nimbus to list of mirrors | Samba Release Account | 1996-05-28 | 1 | -1/+2 | |
| | ||||||
* | General updating. | Samba Release Account | 1996-05-23 | 1 | -1/+6 | |
| | | | | Dan | |||||
* | Added reference to DIAGNOSIS.txt. Deleted the claim that tridge reads all | Samba Release Account | 1996-05-23 | 1 | -8/+5 | |
| | | | | | postings to mailing list. Removed arvidsjaur, other small stuff. Dan | |||||
* | Updated general section to include more about current capabilities. Added | Samba Release Account | 1996-05-23 | 1 | -13/+39 | |
| | | | | | | references to samba-bugs, DIAGNOSIS.txt and the hypermail archives. Various other small changes. Dan | |||||
* | Added check for something already binding to port 139 to TEST 3 | Samba Release Account | 1996-05-23 | 1 | -1/+7 | |
| | | | | Dan | |||||
* | Changed more references of 'nimbus.anu.edu.au/pub/tridge/samba' to | Samba Release Account | 1996-05-20 | 6 | -8/+8 | |
| | | | | | | | 'samba.anu.edu.au/pub/samba' The only reference I see now to 'nimbus' is in ENCRYPTION.txt regarding libdes stuff. Paul... | |||||
* | Made chang | Samba Release Account | 1996-05-17 | 2 | -7/+7 | |
| | | | | | | | | blody comso: can't see what i'm writing... Made changes to reflect nimbus.anu.edu.au -> samba.anu.edu.au chage. changed reference to /ub/samba/change-log o /ub/samba/alpha/change-log Also added samba.faq.html to docs directory Paul... | |||||
* | Update the samba.faq file with what was current on the web site, there | Samba Release Account | 1996-05-06 | 1 | -7/+89 | |
| | | | | | were a number of additions. Changed the faq version number to 1.9.15 to match current samba version. | |||||
* | Updated references in doco to 'http://lake.can.....' | Samba Release Account | 1996-05-06 | 5 | -12/+12 | |
| | | | | with 'http://samba.can.....' and added a mirror site to MIRROR | |||||
* | Updated smbstat script with a better one, Paul. | Samba Release Account | 1996-05-06 | 1 | -15/+18 | |
| | ||||||
* | added QNX entry to MIRRORS | Samba Release Account | 1996-05-06 | 1 | -0/+2 | |
| | ||||||
* | fixed version number (again!) | Andrew Tridgell | 1996-05-05 | 1 | -1/+1 | |
| | ||||||
* | made dptr_num signed to handle -1 from OS/2 | Andrew Tridgell | 1996-05-05 | 1 | -1/+1 | |
| | ||||||
* | - added hostname support to smbstatus | Andrew Tridgell | 1996-05-05 | 1 | -3/+7 | |
| | | | | - fix a bug where -s would not be recognised | |||||
* | - fix a bug hanlding very log filenames | Andrew Tridgell | 1996-05-05 | 1 | -247/+7 | |
| | | | | | - move quotas support to separate file - send keepalives to password server | |||||
* | move quotas support out of server.c | Andrew Tridgell | 1996-05-05 | 1 | -0/+330 | |
| | ||||||
* | turn on KEEP_PASSWORD_SERVER_OPEN by default | Andrew Tridgell | 1996-05-05 | 2 | -2/+5 | |
| | ||||||
* | handle being passed a dptr of -1 to mean "close all open dir handles". | Andrew Tridgell | 1996-05-05 | 1 | -0/+13 | |
| | | | | Looks like OS/2 does this. It caused a core dump. | |||||
* | - handle CORE protocol better | Andrew Tridgell | 1996-05-05 | 1 | -23/+46 | |
| | | | | - handle case where director exists when untarring | |||||
* | ignore some files | Andrew Tridgell | 1996-05-05 | 1 | -0/+10 | |
| | ||||||
* | documented -W option | Andrew Tridgell | 1996-05-05 | 1 | -0/+11 | |
| | ||||||
* | removed old -S option from nmbd manpage | Andrew Tridgell | 1996-05-05 | 1 | -4/+0 | |
| | ||||||
* | added some more support entries from samba-bugs mail | Samba Release Account | 1996-05-05 | 1 | -11/+30 | |
| | ||||||
* | change version number to 1.9.16p2 | Andrew Tridgell | 1996-05-05 | 1 | -1/+1 | |
| | ||||||
* | - close the listening socket in the child process when running as a daemon | Andrew Tridgell | 1996-05-05 | 1 | -12/+16 | |
| | | | | - exit with a non-zero exit code if open_sockets() fails | |||||
* | removed obscene comment added by Dan | Andrew Tridgell | 1996-05-04 | 1 | -2/+0 | |
| | ||||||
* | Changed to reflect new ownership by Microsoft | Samba Release Account | 1996-05-04 | 1 | -0/+2 | |
| | ||||||
* | updates to wall.perl from michal@ellpspace.math.ualberta.ca | Andrew Tridgell | 1996-05-04 | 1 | -26/+50 | |
| | ||||||
* | fix a dst bug, we had a sign wrong in the calculation :-( | Andrew Tridgell | 1996-05-04 | 1 | -3/+3 | |
| | ||||||
* | - use issafe() | Andrew Tridgell | 1996-05-04 | 1 | -12/+15 | |
| | | | | | - map the archive bit in a more robust manner. We now set it when we first write to the file after opening it. | |||||
* | fix a netgroup bug (innetgr() was being called with the args in the | Andrew Tridgell | 1996-05-04 | 1 | -2/+1 | |
| | | | | wrong order!) | |||||
* | move the dot_pos calculation down a bit | Andrew Tridgell | 1996-05-04 | 1 | -2/+2 | |
| | ||||||
* | use the new issafe() macro instead of isalnum() and strchr() | Andrew Tridgell | 1996-05-04 | 1 | -2/+1 | |
| | ||||||
* | added sequent fixes | Samba Release Account | 1996-05-04 | 1 | -2/+26 | |
| | ||||||
* | fixed a typo in the select() emulation code | Samba Release Account | 1996-05-04 | 1 | -1/+1 | |
| | ||||||
* | upped version number | Samba Release Account | 1996-05-04 | 1 | -1/+1 | |
| | ||||||
* | added issafe() define for "safe" characters | Samba Release Account | 1996-05-04 | 1 | -0/+4 | |
| | ||||||
* | updated README for new samba.anu.edu.u alias | Andrew Tridgell | 1996-05-04 | 1 | -3/+3 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r4, | Samba Release Account | 1996-05-04 | 110 | -0/+54142 | |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | |||||
| * | Initial version imported to CVS | Samba Release Account | 1996-05-04 | 110 | -0/+54142 | |
| | ||||||
* | This commit was generated by cvs2svn to compensate for changes in r2, | Samba Release Account | 1996-05-04 | 0 | -0/+0 | |
| | | | | which included commits to RCS files with non-trunk default branches. | |||||
* | Initial version imported to CVS | Samba Release Account | 1996-05-04 | 12 | -0/+1633 | |