Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixed a few typos in the instructions and added a longer explaination for | Herb Lewis | 1998-01-21 | 1 | -3/+146 | |
| | | | | how the printers.def entry is constructed. | |||||
* | fix problems with using inf files from HP for DesignJet 750C (C3195A) | Herb Lewis | 1998-01-21 | 1 | -1/+4 | |
| | ||||||
* | Fixed bug found by Bernhard Laeser where we are announcing to the wrong | Jeremy Allison | 1998-01-20 | 1 | -1/+1 | |
| | | | | | DMB name. Jeremy. | |||||
* | Added italian consultancy. | Jeremy Allison | 1998-01-17 | 1 | -1/+20 | |
| | | | | Jeremy. | |||||
* | charcnv.c: Added codepage 866 support onto the file system. Patch | Jeremy Allison | 1998-01-17 | 8 | -8/+195 | |
| | | | | | | | | | | | | | from Max Khon <max@iclub.nsu.ru>. chgpasswd.c: Allow old RAP change password to work with encrypted passwords. Samba can now allow Windows 95/NT clients to securely change the Lanman password ! (But not the NT hash - that gets lost). ipc.c: smbdes.c: smbpass.c: Support for the above. server.c: #ifdef'ed out fix for NT redirector bug. util.c: Fix NIS bug with server name. Jeremy. | |||||
* | reply.c: | Jeremy Allison | 1998-01-16 | 4 | -28/+48 | |
| | | | | | | | server.c: Test fix for NT worstation SMBmv oplock bug. smbdes.c: Addition of 'forward' parameter in preparation of allowing password change. Jeremy. | |||||
* | Adding new codepage file. | Jeremy Allison | 1998-01-16 | 1 | -0/+168 | |
| | | | | Jeremy. | |||||
* | Makefile: Added new codepage - 866. | Jeremy Allison | 1998-01-16 | 5 | -15/+16 | |
| | | | | | | | | | charset.c: Supporting code for codepage 866. clientutil.c: Fix compile bug in little-used #define. includes.h: Supporting code for codepage 866. make_smbcodepage.c: Supporting code for codepage 866. pcap.c: Fix bug for lpstat. Jeremy. | |||||
* | reply.c: Added timestamp to attack warning. | Jeremy Allison | 1998-01-15 | 2 | -1/+3 | |
| | | | | | | server.c: Fixed security=share problem where the vuid was still being looked at. Jeremy. | |||||
* | README describe inst package version number correctly | Herb Lewis | 1998-01-14 | 5 | -44/+150 | |
| | | | | | | | | idb.pl fix some permission problems with shell scripts sambalp new script supplied by Alan Stebbens that can run setuid to properly print banner page for known users. smb.conf use new sambalp by default. psfixes.pl remove - now handled by sambalp | |||||
* | file srv_lsa_hnd.c was initially added on branch BRANCH_NTDOM. | Luke Leighton | 1998-01-14 | 0 | -0/+0 | |
| | ||||||
* | left out a piece of my last fix for inst package version number | Herb Lewis | 1998-01-14 | 1 | -0/+1 | |
| | ||||||
* | fix bug in search string | Herb Lewis | 1998-01-13 | 1 | -1/+1 | |
| | ||||||
* | propogate my cgi changes to the main branch | Andrew Tridgell | 1998-01-12 | 3 | -2/+3 | |
| | ||||||
* | *** empty log message *** | Andrew Tridgell | 1998-01-12 | 4 | -11/+34 | |
| | ||||||
* | *** empty log message *** | Andrew Tridgell | 1998-01-11 | 1 | -0/+5 | |
| | ||||||
* | *** empty log message *** | Andrew Tridgell | 1998-01-11 | 1 | -3/+3 | |
| | ||||||
* | Following discussions with Cristian Gafton (Red Hat) we have decided to make | John Terpstra | 1998-01-10 | 1 | -2/+8 | |
| | | | | | | PAM silent about it's actions. This reduced error logging for EVERY password validation request. Refer to password.c PAM section for further info. Fiels Affected: password.c | |||||
* | ipc.c: Fixed problem where we were not returning 'buffer too small' | Jeremy Allison | 1998-01-10 | 1 | -2/+2 | |
| | | | | | when NT sends up a mdrcnt of zero. Jeremy. | |||||
* | docs/Support.txt: Removed consultant. | Jeremy Allison | 1998-01-09 | 5 | -36/+37 | |
| | | | | | | | | | | source/Makefile: Added Volker's comment. source/nmbd_become_lmb.c: source/nmbd_browsesync.c: source/nmbd_incomingdgrams.c: Fixed userdata alignment problems. source/mem_man/mem_man.c: source/mem_man/mem_man.h: added smb_ prefix to stop namespace collisions. Jeremy. | |||||
* | fix bug in version numbering scheme | Herb Lewis | 1998-01-08 | 1 | -1/+7 | |
| | ||||||
* | missing a couple of binary files in the distribution | Herb Lewis | 1998-01-08 | 1 | -19/+17 | |
| | ||||||
* | preparing for release of 1.9.18 | Samba Release Account | 1998-01-08 | 45 | -45/+45 | |
| | ||||||
* | Final changes - ready for 1.9.18. | Jeremy Allison | 1998-01-08 | 1 | -16/+20 | |
| | | | | Jeremy. | |||||
* | Fixed an apparent typo: | Christopher R. Hertel | 1998-01-08 | 1 | -1/+1 | |
| | | | | | | | | 2551c2551 < #endif /NO_FORK_DEBUG */ --- > #endif /* NO_FORK_DEBUG */ Chris -)----- | |||||
* | Updated for 1.9.18 - just need a few more changes & it's done. | Jeremy Allison | 1998-01-07 | 1 | -16/+5 | |
| | | | | Jeremy. | |||||
* | Ensure that if we are in share mode security that the smb_uid | Jeremy Allison | 1998-01-07 | 1 | -1/+2 | |
| | | | | | field is invalid. Jeremy. | |||||
* | includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes. | Jeremy Allison | 1998-01-07 | 7 | -13/+45 | |
| | | | | | | | | | | interface.c: Added netmask fix. nmbd_nameregister.c: Fixed unitialised variable warnings. nmbd_winsproxy.c: Fixed unitialised variable warnings. nmbd_winsserver.c: Fixed DEC warnings. print_svid.c: Fixed DEC warnings. printing.c: Added LPRng fixes. Jeremy. | |||||
* | Updated french contact address. | Jeremy Allison | 1998-01-07 | 1 | -6/+10 | |
| | ||||||
* | Added manpages. | Volker Lendecke | 1998-01-06 | 4 | -4/+131 | |
| | | | | | Removed obsolete options from smbmount help message. Volker | |||||
* | the real source code for the smbfs utilities. Forgot to do | Volker Lendecke | 1998-01-05 | 3 | -0/+1429 | |
| | | | | | cvs add first. Volker | |||||
* | Added 3 commands: | Volker Lendecke | 1998-01-05 | 4 | -32/+59 | |
| | | | | | | | | smbmount: This is a stripped down smbclient that communicates with the Linux 2.1.x kernel to supply authenticated smb connections for smbfs mount points. smbmnt/smbumount: setuid commands that do the actual smb mount system call after having done the appropriate security checks | |||||
* | Fixed type that referred to regedit.exe instead of regedt32.exe. | John Terpstra | 1998-01-05 | 1 | -1/+1 | |
| | ||||||
* | fixed type in list of ignored files | Herb Lewis | 1998-01-03 | 1 | -1/+1 | |
| | ||||||
* | added description of changes I made | Herb Lewis | 1998-01-03 | 1 | -4/+20 | |
| | ||||||
* | added printout of file list to stderr so you know what files you need to | Herb Lewis | 1998-01-03 | 1 | -0/+4 | |
| | | | | copy to your printer$ share | |||||
* | added commented out sections for supporting automatically providing printer | Herb Lewis | 1998-01-03 | 1 | -0/+26 | |
| | | | | drivers to Win95 clients. | |||||
* | added timestrings to become and unbecome domain/local master browser | Herb Lewis | 1998-01-03 | 2 | -12/+13 | |
| | | | | messages. | |||||
* | fix printer driver rpc to prevent core dumps. | Herb Lewis | 1998-01-02 | 1 | -65/+73 | |
| | ||||||
* | fix up perl script so it is a little cleaner and also works with perl 4 | Herb Lewis | 1998-01-02 | 1 | -17/+21 | |
| | ||||||
* | fixes to make_printerdef.c to generate a correct printers.def file | Herb Lewis | 1998-01-01 | 2 | -40/+134 | |
| | | | | changes to ipc.c to use new printers.def file | |||||
* | avoid the ~ operator in netmask operations as apparently it causes | Andrew Tridgell | 1997-12-29 | 1 | -33/+55 | |
| | | | | | problems on some systems (eg. freeBSD 2.2.2). I'm surprised by this but the change looks harmless. Patch from fred@datalync.com | |||||
* | a dummy change to shmem_sysv.c to try and break CVS out of a problem | Andrew Tridgell | 1997-12-29 | 1 | -0/+1 | |
| | | | | with the ntdom branch | |||||
* | fixed another couple of minor type errors (they could cause incorrect | Andrew Tridgell | 1997-12-26 | 1 | -4/+4 | |
| | | | | output but not a core dump) | |||||
* | fixed a couple of illegal uses of scanf() in the nmbd wins code. They | Andrew Tridgell | 1997-12-26 | 2 | -7/+7 | |
| | | | | | | | | | | caused a core dump under IRIX when compiled with -64. In general you cannot assume things about variable sizes. In particular sizeof(time_t) may not equal sizeof(long) and sizeof(uint16) may not equal sizeof(short). There are probably other bugs like this. We'll need to check all format statements for use of %ld, %hx etc. In general these should not be used unless you have an explicit cast to the appropriate type. | |||||
* | use _exit to exit a child | Andrew Tridgell | 1997-12-26 | 1 | -6/+2 | |
| | ||||||
* | This is actually Jeremy, working as Herb :-). | Herb Lewis | 1997-12-24 | 1 | -0/+22 | |
| | | | | | | | | | | Fixed bug where, when server is shut down it would always do a lm announce broadcast of shutdown. This could cause other nmbd's to think that they have seen an lm announce broadcast and start doing it themselves. Changed to only send lm announce shutdown if admin configured it or one was seen on the subnet. Jeremy. | |||||
* | preparing for release of 1.9.18alpha14 | Samba Release Account | 1997-12-24 | 42 | -42/+42 | |
| | ||||||
* | Updated WHATSNEW.txt for 1.9.18alpha14 release. | Jeremy Allison | 1997-12-24 | 2 | -7/+140 | |
| | | | | | | Added CVS_ACCESS to tell people how to use cvs to keep up-to-date. Jeremy. | |||||
* | Added docs for new signal handling functions. | Jeremy Allison | 1997-12-24 | 2 | -0/+26 | |
| | | | | Jeremy. |