summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* get rid of reference to removed fileHerb Lewis1998-01-281-1/+1
|
* *** empty log message ***Volker Lendecke1998-01-262-25/+62
|
* always align both the parameter and data bytes on a 4 byte boundary inAndrew Tridgell1998-01-251-8/+20
| | | | | | | | | | | trans2 responses. I'm not at all convinced this was causing problems, because observations of Win95 show that it produces totally non-aligned paramater bytes and 2 byte aligned data bytes. We were previously always producing 2 byte aligned data and parameter bytes so we already had "better" alignment than Win95. lets hope no clients rely on servers producing unaligned data or parameters!
* Added log message so we can tell when free_service is called.Jeremy Allison1998-01-241-0/+3
| | | | | Just in case of problems. Jeremy.
* Fix for memory leak in loadparm.c - donated by Branko Cibej ↵Jeremy Allison1998-01-241-1/+8
| | | | | | | | | | | <branko.cibej@hermes.si> I checked this out and it looks ok - the bzero() in init_service() was overwriting the pointers pservice->szService and pservice->copymap that should have been freed in copy_service() the line later. This fix frees pservice->szService and pservice->copymap inside free_service() and sets them to zero so they won't be freed again. Jeremy.
* Added get_create_time() function to time.c.Jeremy Allison1998-01-244-7/+30
| | | | | | | This gets the minimum timestamp associated with a file. reply.c and trans2.c then return this as the create time. Designed to fix problems with VC++ and others. Jeremy.
* Changed code that truncates salt after 2 characters so that it becomesJeremy Allison1998-01-231-0/+3
| | | | | | | HPUX specific. This fixes a bug with FreeBSD md5 crypt implementation that needs all of the password characters. It seems better to make this an HPUX specific thing. Jeremy.
* Fixed warnings with gcc (assignments inside if statements).Jeremy Allison1998-01-231-4/+4
| | | | Jeremy.
* changes to correctly use some HP printer inf filesHerb Lewis1998-01-231-39/+146
|
* sync with changes to 1.9.18 treeHerb Lewis1998-01-231-8/+12
|
* Changed phone numbers for BitWizard.Jeremy Allison1998-01-231-1/+2
| | | | Jeremy.
* nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1998-01-232-0/+9
| | | | | | and SIGUSR2 signals. This allows the MEM_MAN code to be compiled in and the memory debug feature to be used with SIGUSR1. Jeremy.
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-2299-150/+150
| | | | | | | This is merely updating the Copyright statements from 1997 to 1998. It's a once a year thing :-). NO OTHER CHANGES WERE MADE. Jeremy.
* printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-224-58/+110
| | | | | | server.c: Large fix for oplock deadlock bug. util.c: Fix for oplock deadlock bug. Jeremy.
* Added Romanian consultant.Jeremy Allison1998-01-221-2/+19
| | | | Jeremy.
* *** empty log message ***Volker Lendecke1998-01-223-56/+54
|
* Fixed send_mailslot code where src_type was always being set to zero.Jeremy Allison1998-01-211-1/+1
| | | | | Fix found by Bernhard Laeser <nlaesb@ascom.ch>. Jeremy.
* fixed a few typos in the instructions and added a longer explaination forHerb Lewis1998-01-211-3/+146
| | | | how the printers.def entry is constructed.
* fix problems with using inf files from HP for DesignJet 750C (C3195A)Herb Lewis1998-01-211-1/+4
|
* Fixed bug found by Bernhard Laeser where we are announcing to the wrongJeremy Allison1998-01-201-1/+1
| | | | | DMB name. Jeremy.
* Added italian consultancy.Jeremy Allison1998-01-171-1/+20
| | | | Jeremy.
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-178-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 Allison1998-01-164-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 Allison1998-01-161-0/+168
| | | | Jeremy.
* Makefile: Added new codepage - 866.Jeremy Allison1998-01-165-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 Allison1998-01-152-1/+3
| | | | | | server.c: Fixed security=share problem where the vuid was still being looked at. Jeremy.
* README describe inst package version number correctlyHerb Lewis1998-01-145-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 Leighton1998-01-140-0/+0
|
* left out a piece of my last fix for inst package version numberHerb Lewis1998-01-141-0/+1
|
* fix bug in search stringHerb Lewis1998-01-131-1/+1
|
* propogate my cgi changes to the main branchAndrew Tridgell1998-01-123-2/+3
|
* *** empty log message ***Andrew Tridgell1998-01-124-11/+34
|
* *** empty log message ***Andrew Tridgell1998-01-111-0/+5
|
* *** empty log message ***Andrew Tridgell1998-01-111-3/+3
|
* Following discussions with Cristian Gafton (Red Hat) we have decided to makeJohn Terpstra1998-01-101-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 Allison1998-01-101-2/+2
| | | | | when NT sends up a mdrcnt of zero. Jeremy.
* docs/Support.txt: Removed consultant.Jeremy Allison1998-01-095-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 schemeHerb Lewis1998-01-081-1/+7
|
* missing a couple of binary files in the distributionHerb Lewis1998-01-081-19/+17
|
* preparing for release of 1.9.18Samba Release Account1998-01-0845-45/+45
|
* Final changes - ready for 1.9.18.Jeremy Allison1998-01-081-16/+20
| | | | Jeremy.
* Fixed an apparent typo:Christopher R. Hertel1998-01-081-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 Allison1998-01-071-16/+5
| | | | Jeremy.
* Ensure that if we are in share mode security that the smb_uidJeremy Allison1998-01-071-1/+2
| | | | | field is invalid. Jeremy.
* includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-077-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 Allison1998-01-071-6/+10
|
* Added manpages.Volker Lendecke1998-01-064-4/+131
| | | | | Removed obsolete options from smbmount help message. Volker
* the real source code for the smbfs utilities. Forgot to doVolker Lendecke1998-01-053-0/+1429
| | | | | cvs add first. Volker
* Added 3 commands:Volker Lendecke1998-01-054-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 Terpstra1998-01-051-1/+1
|