1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
Commit Graph

17692 Commits

Author SHA1 Message Date
Samba Release Account
b9d7b458b9 preparing for release of 1.9.16alpha11 0001-01-01 00:00:00 +00:00
Andrew Tridgell
153d324c7b minor cleanups ready for another release 0001-01-01 00:00:00 +00:00
Andrew Tridgell
1fd1d7c27c removed some debug stuff from luke 0001-01-01 00:00:00 +00:00
Samba Release Account
45d3b26447 lots of changes to nmbd
lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
cb43ce7bc0 updated docs to match code mods from last two or three updates. done
some more commenting of code to match docs.

sorted some bugs.

ipc BOOL domains was uninitialised.

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
4ccc84989e missed nmbd.c in previous update.
did a make proto

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
429f1f975e sorted out various timer delay bugs: nameannounce.c nameserv.c
namedbname.c:search_for_name() wasn't looking for 0x1b as well as
0x0 and 0x20 name types.

reduced number of retransmissions of packets from 4 to 3 times.

added code that ensures remote lmhosts entries don't get deleted when
a master browser cannot be found on a remote subnet. stopped forcing
an election on remote subnets if a master browser cannot be found.

stopped browse list and wins list from being written out too frequently.

only add samba's names to local interfaces.

add 0x1c name if we are a domain logon machine (needs more exploration).

why bother reloading services when receiving a SIGTERM?

sort out add_my_name_entry() and remove_name_entry() to deal with
broadcast, samba as a WINS and samba using a WINS. properly.

added extra debug information to help with expected response queue code.
updated debug comments in become_master().

altered dump_names() DEBUG format. it looks prettier.
altered wins.dat format to match DEBUG format.

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
d78b319062 added the recently shuffled and updated source files missed in the
previous commit (see previous log message for details)

fixed bug in nameservreply.c: wrong macro in use (RSSVAL not IVAL!).

did another make proto

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
b50ff657dd tidied up: code shuffling and documentation.
created namedb*.c nameservresp.c nameservreply.c and namepacket.c
added modules to Makefile, downloading dan's current version first :-)
shuffled docs to match source
created more docs

fixed bug in announce_backup() discovered when going nameannounce.doc:
backup list requests to the master browser should be used when samba is
not a master browser; backup list requests to the primary domain
controller should be used when samba is not a primary domain controller.

fixed bug in sync_server: it would never send MasterAnnounce packets.

removed the code that ignored special browser names: these should only
be ignored (except 0x1b names) when broadcasted name queries are sent,
not when directed registration or directed queries are sent samba as a
WINS server. (note: exactly what's going on is still uncertain).

renamed NAME_QUERY_MST_SRV_CHK  to NAME_QUERY_PDC_SRV_CHK  (more accurate).
renamed NAME_STATUS_MST_SRV_CHK to NAME_STATUS_PDC_SRV_CHK (more accurate).

added secured WINS name registration: a new 'state' NAME_REGISTER_CHALLENGE;
functions send_name_response(), response_name_query_register(); added
sending of WAIT ACKNOWLEDGEMENT packet; added a reply_to_ip field to
the response record structure so that after the name query challenge,
you know who to inform of the outcome of that challenge.

note: these are all currently untested modifications (yikes!)

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
b6343dd09c Added uninstallation from Makefile, either in parts or total uninstall
Dan
0001-01-01 00:00:00 +00:00
Samba Release Account
2eccc5eea2 Changed install scripts so they don't have hardcoded values
Dan
0001-01-01 00:00:00 +00:00
Samba Release Account
166d70eba3 namebrowse.c was using variable work uninitialised.
remkproto'd proto.h

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
7719fb0652 modified become_master() to a state-based system. becoming a master
is now performed in stages: wait for each NetBIOS name to be
successfully registered before proceeding to the next stage.

tied implicit name registration and release (broadcast method) to the
same piece of code as explicit method (via WINS server).

created special_browser_name() function that checks __MSBROWSE__
name: this name is ignored by WINS servers apparently.

fixed likely incompatibility between refresh_my_names() and add_my_names().
(netbios entries were unlikely to be refreshed).

NOTE: none of these changes have been tested. at all.

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
a7be82ee6e Started uninstall in Makefile
Updated some email addresses
0001-01-01 00:00:00 +00:00
Andrew Tridgell
05107be566 generated new proto.h 0001-01-01 00:00:00 +00:00
Andrew Tridgell
38135c854e fixed conflict between two variables called d 0001-01-01 00:00:00 +00:00
Andrew Tridgell
ba478e9404 fixed conflict with global variable updatecount 0001-01-01 00:00:00 +00:00
Andrew Tridgell
98568862ca fix Makefile - remove Lukes private stuff :-)
rerun proto generator
0001-01-01 00:00:00 +00:00
Andrew Tridgell
609c3a5e1e - moved the protocol defs in the client to keep sill C compilers happy
- added change for cnum range in reply_tdis()
0001-01-01 00:00:00 +00:00
Samba Release Account
a66417ebe8 as a result of the writing of namework.doc, namework.c has been tidied up,
some bugs fixed / documented and some discrepancies noted down (in
namework.c as well as namework.doc)

namebrowse.c and namelogon.c contain functions that were inappropriately
placed in namework.c. namebrowse.c contains browse sync queue management
functions that were inappropriately placed in namedb.c

the 'cmd_type' member of response_record has been renamed to 'state'
because that more accurately reflects it purpose (not entirely. sigh).

fixed a bug in nameserv.c that meant the previous version wouldn't
compile.

there's probably a bit more...

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
96d242826d updated low-level design documentation on nmbd. first draft of namework.doc
and updated the other two.

lkcl
0001-01-01 00:00:00 +00:00
Samba Release Account
546c490807 patch to fix NetServerEnum with multiple workgroup lists kindly supplied.
it works for him. needs testing.
0001-01-01 00:00:00 +00:00
Samba Release Account
103012e5f2 updated the NetBIOS code due to some bugs found by writing the first draft
of the low level design docs.
0001-01-01 00:00:00 +00:00
Samba Release Account
875497d961 first draft of low-level design documents describing the operation of
nameserv.c and nameresp.c and their interaction with the rest of nmbd.
0001-01-01 00:00:00 +00:00
Samba Release Account
c0b0139d1a added local and remote interfaces (didn't get done in first attempt) 0001-01-01 00:00:00 +00:00
Samba Release Account
7e8c60cfe5 luke's first attempt at using cvs
accidentally updated the Makefile

updated the name database structure (again!). this time, there is one
name database per local interface. there is also a pseudo-interface on
ip 255.255.255.255. its purpose is to store WINS name entries. all the
local interface name databases store SELF names only. the WINS name
database stores non-special browser names.

added wins.dat file: records WINS entries in ascii format. this is reloaded
when nmbd restarts.

added repeating code for response packets. timer is in seconds only at the
moment.

updated the response queue code to deal with samba registering with a
WINS server a bit better (added more cases when a response isn't received).
tidied up the response packet processing code and expire_response_queue()
code. added cross references between response received and await-response
expired code.

added over-zealous code that checks all machines that register with samba
as a WINS server (every 10 minutes i think): to see whether they are still
alive or not (see rfc1001.txt)

bug reported by terry@ren.pc.athabascau.ca: DNSFAILed names _stay_ as
DNSFAIL, even though the machine may come back up and REGISTER.

removed update_from_reg() function. it's not necessary, and it does too much.

added code that announces on each local interface samba's ttl as zero and
servertype as zero when nmbd is kill -TERMed

first attempt at putting the first functionality of samba browsing back in
(remote subnets should have samba appear in a workgroup specified through
the lmhosts file)

lots of other miscellaneous tidying up / chopping about.
0001-01-01 00:00:00 +00:00
Samba Release Account
6d81d56f92 Basic doc changes to keep up to date.
Dan
0001-01-01 00:00:00 +00:00
Samba Release Account
7960522e18 - deleted reduntant blank line at end of file (JHT) 0001-01-01 00:00:00 +00:00
Andrew Tridgell
9408f91e1b - change date as a demo for john
- modified plp printing parser to work on my system
0001-01-01 00:00:00 +00:00
Samba Release Account
5a72a6c8df Added source filename to give crude index
Dan 17 June 1996
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1a30ade78e demo of cvs - ignore 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e264a670e9 minor patch to allow host announcements to remote subnets 0001-01-01 00:00:00 +00:00
Samba Release Account
a82ffca73e preparing for release of 1.9.16alpha10 0001-01-01 00:00:00 +00:00
Andrew Tridgell
8e9dce34d5 a cleanup of the receive_smb() usage, adding timeouts in some places
also added paranoid code in the main process() loop of smbd to detect
when smbd is looping uselessly. This should stop the "smbd is chewing
lots of cpu" reports
0001-01-01 00:00:00 +00:00
Andrew Tridgell
b551dc98f7 got rid of a lot of redundent header files as we now globally generate
prototypes automatically using "make proto". This is much less prone
to error than the old method of manually adding prototypes
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3ee9d45426 moved some more locking routines to locking.c, and moved replacement
routines for broken OSes from util.c to replace.c.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0a044c25ab updates from Luke to rename "domains" more accurately to "subnets" 0001-01-01 00:00:00 +00:00
Samba Release Account
32053cfa78 preparing for release of 1.9.16alpha9 0001-01-01 00:00:00 +00:00
Andrew Tridgell
df44f10d74 more changes from Luke 0001-01-01 00:00:00 +00:00
Andrew Tridgell
5269aa277c changes from Luke 0001-01-01 00:00:00 +00:00
Andrew Tridgell
90fa15c45f moved MSBROWSE into nameserv.h 0001-01-01 00:00:00 +00:00
Andrew Tridgell
79849b8293 patches fromk Luke putting in symbolic names for time constants 0001-01-01 00:00:00 +00:00
Andrew Tridgell
e775576f02 - added comments to byteorder.h explaining how it works.
- fixed problem with installscripts if srcdir is not set
- fixed ptr init bug in interface.c
- changed default lookup type in nmblookup to match nbtstat under NT
- new quotas fixes for sunos and solaris
0001-01-01 00:00:00 +00:00
Andrew Tridgell
88b191b488 - added predict.c, moving the routines from util.c
- added iface_count() and iface_n_ip() routines so its easy to loop
over the local interface list

- made readsize a normal loadparm global

- check for null w in add_domain_entry()

- set the deathtime to time()-1 for doamin entries with servertype==0
This allows servers that are shutting down to be removed

- add the 0x1c name at startup if we are a WINS server. Previously we
added it only if we were a master

- loop over interfaces in add_my_domains(), so people don't have to
have a lmhosts file to get lp_workgroup() on all interfaces

- set add to True for find_workgroupstruct() in nmbsync, and check for
null return

- remove some ugly "errno = EBADF" bits. they just confused things.
0001-01-01 00:00:00 +00:00
Samba Release Account
5a0d016b24 preparing for release of 1.9.16alpha8 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7ed71b73ae - added interface.c and removed all the references to myip, bcast_ip
and Netmask, instead replacing them with calls to routines in
interface.c

- got rid of old MAXINT define

- added code to ensure we only return one entry for each name in the ipc
enum routines

- added new_only option to add_netbios_entry() to prevent overwriting
of important names

- minor time handling fixup
0001-01-01 00:00:00 +00:00
Samba Release Account
dfb7fa3ae4 preparing for release of 1.9.16alpha7 0001-01-01 00:00:00 +00:00
Andrew Tridgell
07288091c3 fix a bug that meant alpha6 couldn't compile. 0001-01-01 00:00:00 +00:00
Andrew Tridgell
60a8a9c006 add sunos private makefile to .ignore 0001-01-01 00:00:00 +00:00
Samba Release Account
ee330d6045 preparing for release of 1.9.16alpha6 0001-01-01 00:00:00 +00:00
Andrew Tridgell
ed3ef2e47d - remove some incorrect prototypes from server.c
- formatting cleanup in check_master_browser()
- removed unused code from nameserv.c
0001-01-01 00:00:00 +00:00
Andrew Tridgell
cfbad9b082 - changed some debug levels in clientutil.c
- added dir_check_ftype() to clean up the file type checking a bit

- added check for libc version >= 5 for setfsuid() for Linux

- moved the AM_MASTER() and related macros to nameserv.h

- added proper defines for the various netbios announce types

- don't call the announce_backup() code, as I'm pretty sure its wrong
it sent ANN_GetBackupListReq packets as broadcasts, they are supposed
to be used only by clients to the master browser to find a list of
available backup servers to remote a netserverenum to, I don't think
nmbd should ever send one.

- fixed a bug in the browse list writing

- minor debug cleanups

- put in the code to discard our own broadcasts (it won't work for
multi-homed hosts though)

- changed ELECTION_VERSION to 1 so we can be beaten by a NT 3.51 server by
lowering the os level.

- only do sync_browse_lists() if we are the master browser, otherwise
we'll cause network overload

- don't call tell_become_backup() as it appears to be badly broken, it
should only be used when the machine being told has its MAINTAIN_LIST
to to auto. Not calling it does no great harm anyway

- fix a nasty bug where becomebackup was confused with reset browser!

- make setbuffer() not get caught by the auto protototypes
0001-01-01 00:00:00 +00:00
Samba Release Account
f5c493192e preparing for release of 1.9.16alpha5 0001-01-01 00:00:00 +00:00
Andrew Tridgell
045014aa57 Did more integration of Lukes code ready for the first release.
I've now got WINS registration working, and refresh working. Its
looking pretty good so far, but needs lots of testing.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
bc4a299437 add dummy quotas fn
fix typo in reply to backup lists
0001-01-01 00:00:00 +00:00
Andrew Tridgell
0d8dcfa13c a huge pile of changes :-)
The biggest thing is the integration of Lukes new nmbd. Its still
largely untested, so we will really need some feedback

I've also added auto prototype generation and cleaned up a lot of
minor things as a result
0001-01-01 00:00:00 +00:00
Andrew Tridgell
72543810ce - moved the uid handling to uid.c
- added setfsuid() support (for Linux)
- started adding some of Lukes changes, just the loadparm and ipc ones
so far
0001-01-01 00:00:00 +00:00
Samba Release Account
8a0a06cba9 preparing for release of 1.9.16alpha4 0001-01-01 00:00:00 +00:00
Andrew Tridgell
635b56f19c Lots of changes!
- add faq info on NT printer handling
- add "delete readonly" option to help rcs users
- add stuff to man pages on new printer options
- add "proxy name resolution" option
- add "command string" -c option to smbclient (thanks Ken)
- split time functions into time.c
- rearrange the quotas stuff a bit and fix some bugs
- complete rehash of the time handling code thanks to Paul Eggert
- fix nmblookup output a bit
- add plp print queue parsing from Bertrand Wallrich
0001-01-01 00:00:00 +00:00
Andrew Tridgell
3e9750cc27 add my private makefile to the ignore list 0001-01-01 00:00:00 +00:00
Andrew Tridgell
51e22c9310 comment out the code that tries to handle the NT bug where the 2nd
passlen is wrong. The fix is worse than the problem :-)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
48c6b86d4c - added an entry on WinDD to samba.faq
- added a sample smb.conf from Thoralf.Freitag@remserv.rz.fhtw-berlin.de
- print the errno when you get a can't change directory error
- added installscripts.sh from James_K._Foote.PARC@xerox.com
0001-01-01 00:00:00 +00:00
Samba Release Account
d5613d3bf4 remove cvs.log from cvs, instead use the release script to copy it to
the right places
0001-01-01 00:00:00 +00:00
Samba Release Account
071c7690a2 preparing for release of 1.9.16alpha3 0001-01-01 00:00:00 +00:00
Andrew Tridgell
7814eca4b2 handle errors from receive_smb better, and print error string 0001-01-01 00:00:00 +00:00
Andrew Tridgell
654c242045 fixed a typo 0001-01-01 00:00:00 +00:00
Andrew Tridgell
39fbeb04ae cleanups to make thinsg compile cleanly 0001-01-01 00:00:00 +00:00
Samba Release Account
875b2dfad0 preparing for release of 1.9.16alpha2 0001-01-01 00:00:00 +00:00
Andrew Tridgell
8d5a3156ce cleaned up the way the max log size stuff works and fixed a potential
problem with varargs usage in Debug()
0001-01-01 00:00:00 +00:00
Andrew Tridgell
52b5148221 fixed version number (again!) 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d2c5ab135c made dptr_num signed to handle -1 from OS/2 0001-01-01 00:00:00 +00:00
Andrew Tridgell
03744dc0cd - added hostname support to smbstatus
- fix a bug where -s would not be recognised
0001-01-01 00:00:00 +00:00
Andrew Tridgell
f81295c7b4 - fix a bug hanlding very log filenames
- move quotas support to separate file
- send keepalives to password server
0001-01-01 00:00:00 +00:00
Andrew Tridgell
1ed5645a5d move quotas support out of server.c 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d2676cdd0b turn on KEEP_PASSWORD_SERVER_OPEN by default 0001-01-01 00:00:00 +00:00
Andrew Tridgell
4b2579daae handle being passed a dptr of -1 to mean "close all open dir handles".
Looks like OS/2 does this. It caused a core dump.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
7d7bad70d3 - handle CORE protocol better
- handle case where director exists when untarring
0001-01-01 00:00:00 +00:00
Andrew Tridgell
c64d3398df ignore some files 0001-01-01 00:00:00 +00:00
Andrew Tridgell
03f93941b3 change version number to 1.9.16p2 0001-01-01 00:00:00 +00:00
Andrew Tridgell
83866f3c84 - close the listening socket in the child process when running as a daemon
- exit with a non-zero exit code if open_sockets() fails
0001-01-01 00:00:00 +00:00
Andrew Tridgell
2cf4d958f4 fix a dst bug, we had a sign wrong in the calculation :-( 0001-01-01 00:00:00 +00:00
Andrew Tridgell
d20627b378 - use issafe()
- map the archive bit in a more robust manner. We now set it when we
first write to the file after opening it.
0001-01-01 00:00:00 +00:00
Andrew Tridgell
4419093d33 fix a netgroup bug (innetgr() was being called with the args in the
wrong order!)
0001-01-01 00:00:00 +00:00
Andrew Tridgell
45e2ffdc9c move the dot_pos calculation down a bit 0001-01-01 00:00:00 +00:00
Andrew Tridgell
79c65e66f8 use the new issafe() macro instead of isalnum() and strchr() 0001-01-01 00:00:00 +00:00
Samba Release Account
21c7f21fd5 added sequent fixes 0001-01-01 00:00:00 +00:00
Samba Release Account
3f37b2db98 fixed a typo in the select() emulation code 0001-01-01 00:00:00 +00:00
Samba Release Account
3e2239aa59 upped version number 0001-01-01 00:00:00 +00:00
Samba Release Account
1d7fc598cd added issafe() define for "safe" characters 0001-01-01 00:00:00 +00:00
Samba Release Account
291551d807 Initial version imported to CVS 0001-01-01 00:00:00 +00:00
Samba Release Account
c8a46aca03 This commit was generated by cvs2svn to compensate for changes in r4,
which included commits to RCS files with non-trunk default branches.
0001-01-01 00:00:00 +00:00
Samba Release Account
65968b2943 Initial version imported to CVS 0001-01-01 00:00:00 +00:00