summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* fixed type in list of ignored filesHerb Lewis1998-01-031-1/+1
|
* added description of changes I madeHerb Lewis1998-01-031-4/+20
|
* added printout of file list to stderr so you know what files you need toHerb Lewis1998-01-031-0/+4
| | | | copy to your printer$ share
* added commented out sections for supporting automatically providing printerHerb Lewis1998-01-031-0/+26
| | | | drivers to Win95 clients.
* added timestrings to become and unbecome domain/local master browserHerb Lewis1998-01-032-12/+13
| | | | messages.
* fix printer driver rpc to prevent core dumps.Herb Lewis1998-01-021-65/+73
|
* fix up perl script so it is a little cleaner and also works with perl 4Herb Lewis1998-01-021-17/+21
|
* fixes to make_printerdef.c to generate a correct printers.def fileHerb Lewis1998-01-012-40/+134
| | | | changes to ipc.c to use new printers.def file
* avoid the ~ operator in netmask operations as apparently it causesAndrew Tridgell1997-12-291-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 problemAndrew Tridgell1997-12-291-0/+1
| | | | with the ntdom branch
* fixed another couple of minor type errors (they could cause incorrectAndrew Tridgell1997-12-261-4/+4
| | | | output but not a core dump)
* fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1997-12-262-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 childAndrew Tridgell1997-12-261-6/+2
|
* This is actually Jeremy, working as Herb :-).Herb Lewis1997-12-241-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.18alpha14Samba Release Account1997-12-2442-42/+42
|
* Updated WHATSNEW.txt for 1.9.18alpha14 release.Jeremy Allison1997-12-242-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 Allison1997-12-242-0/+26
| | | | Jeremy.
* Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-245-4/+98
| | | | | | Sending nmbd/smbd a SIGUSR1 will raise the debug level by one (capped at 10) sending a SIGUSR2 will lower it (lower limit at zero). Jeremy.
* nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1997-12-245-57/+118
| | | | | | | | | nmbd_incomingdgrams.c: Deal with announcements with servertype == 0 - these are announcements that a machine is shutting down and must be treated differently. nmbd_serverlistdb.c: Exposed remove_server_from_workgroup as external. Added code to dump out workgroups on signal correctly. nmbd_workgroupdb.c: Added new parameter to dump_workgroups call. Jeremy.
* Finally added the code Andrew wanted that will allow a Samba domainJeremy Allison1997-12-244-1/+212
| | | | | | | | | master browser to use the *<1b> feature of the Samba WINS server to get a full workgroup list. nmbd.c: Added timed call to collect_all_workgroup_names_from_wins_server(). nmbd_browsesync.c: Meat of the code to implement collect_all_workgroup_names_from_wins_server(). nmbd_incomingdgrams.c: Fixed comment typo. Jeremy.
* Bugfix from Branko Cibej <branko.cibej@hermes.si>Jeremy Allison1997-12-241-1/+1
| | | | | | - client.c had a workaround embedded in it for his earlier bug in StrnCaseCmp - removed this. Jeremy.
* Backed out changes that attempted to address a pointer array using -1,0,1.Christopher R. Hertel1997-12-246-349/+584
| | | | Jeremy pointed out that there might be problems with this. Darn shame.
* Fixed nastly little bug where client was sending open_and_X callJeremy Allison1997-12-231-4/+23
| | | | | | | | | | | | | | | | | | | with smb_mode (smb_vwv[3]) of 0x20 == DENY_WRITE + read-only-open. and smb_ofun (smb_vwv[8]) of 0x11 == Create if not exist plus append on a read-only share. This was mapped into the strange unix flags of (O_RDONLY|O_CREAT) - essentially O_CREAT as O_RDONLY == 0. We were checking the unix flags directly against O_RDONLY instead of masking off the open mode flag bits before doing the comparison, so this open was being refused even though it was valid on a read-only share. Also ensured that the O_CREAT bit was masked out of the flags bit if the open was done on a read-only share (as doing a unix open( filename, O_RDONLY|O_CREAT, xxx) will create a zero length file if the user had permission to write into the directory - which should be denied on a read-only share. Thanks to Mark Peek @ Whistle for giving me this test case. Jeremy.
* Fixed security bug when 'force user' and 'user only' are set.Jeremy Allison1997-12-231-2/+5
| | | | | Reported by Brian McCauley <B.A.McCauley@bham.ac.uk>. Jeremy.
* Fixes to compile under OpenBSD from "Todd T. Fries" <toddf@acm.org>Jeremy Allison1997-12-234-14/+28
| | | | Jeremy.
* architecture.doc: Re-added since I lost it (sorry Dan :-).Jeremy Allison1997-12-233-2/+137
| | | | | nmbd.c nmbd_responserecordsdb.c: Spelling mistake fixes. Jeremy.
* Updates for 1.9.18Dan Shearer1997-12-212-7/+39
|
* Put it in the right directory :~)Dan Shearer1997-12-201-0/+0
|
* Chris' smb.conf parsing docoDan Shearer1997-12-201-0/+181
|
* Fixed stupid bug in read_smb_len where I was calling itself - nowJeremy Allison1997-12-201-1/+1
| | | | | calling the correct fn. Jeremy.
* client.c:Jeremy Allison1997-12-206-80/+135
| | | | | | | | | | | | | | | | clientgen.c: clientutil.c: clitar.c: Changed usage of receive_smb to new function client_receive_smb except for one use of receive_smb in client.c. This is the receive_smb used to discard packets received whilst in a keyboard wait state. util.c: Created new function client_receive_smb that ignores session keepalives just as the old receive_smb used to do. Created internal function read_smb_length_return_keepalive that is used internally by the changed receive_smb call. Changed read_smb_len to not use an internal buffer - it is never called with a null buffer so such code is redundant. Jeremy.
* loadparm.c: Added fix for veto oplock files bug from Charles Hoch ↵Jeremy Allison1997-12-203-11/+18
| | | | | | | | <hoch@hplcgh.hpl.hp.com> server.c, util.c: Added fix for oplock break requests blocking due to server being blocked in read call. Bug found by Charles Hoch <hoch@hplcgh.hpl.hp.com>. Jeremy.
* This may be a waste of time, but I thought if we keep nibbling at this it mightDan Shearer1997-12-201-15/+24
| | | | | end up being a curent announce for each new release. Then again maybe we should start from the one Jeremy and I did for 1.9.17. Just doodling really.
* Minor spelling, wording changes to introDan Shearer1997-12-201-4/+6
|
* trans2.c: Forced trans2_findfirst to behave as NT does in error returns.Jeremy Allison1997-12-202-24/+11
| | | | | | util.c: Applied fix from Branko Cibej <branko.cibej@hermes.si> where StrnCaseCmp tests one character too many. Jeremy.
* Adding the cache module.Christopher R. Hertel1997-12-194-3/+903
| | | | | | | | | | | | I'll be using the cache module to replace the name cache in mangle.c. The new one should be much faster and should require less memory. Another feature is that the cache size can be limited by the amount of memory used in addition to the number of entries allowed. With the current cache, the default is to allocate 12800 bytes representing 50 entries (256 bytes each). With the same amount of memory, I should be able to load over around two hundred entries. Changes to the AVL trees were minor (missing comments). Chris -)-----
* kanji.h: Fixed problems with re-definitions of strchr and others on AIX.Jeremy Allison1997-12-182-2/+28
| | | | | | nmbd_nameregister.c: Applied fix found by "Eloy A. Paris" <eparis@ven.ra.rockwell.com> (don't re-use lists after you have freed them :-). Jeremy.
* Missed terminating {-1,NULL} in an enum parameter list.Jeremy Allison1997-12-171-1/+1
| | | | Jeremy.
* - handle ENOSPC in shmem init.Andrew Tridgell1997-12-161-4/+6
| | | | - be a little bit more friendly about grabbing semaphores
* preparing for release of 1.9.18alpha13Samba Release Account1997-12-1642-51/+43
|
* Added 'missing feature' section for Chris.Samba Release Account1997-12-161-0/+11
| | | | Jeremy.