summaryrefslogtreecommitdiffstats
path: root/source/include
Commit message (Collapse)AuthorAgeFilesLines
...
* preparing for release of 1.9.16alpha10Samba Release Account1996-06-101-1/+1
|
* a cleanup of the receive_smb() usage, adding timeouts in some placesAndrew Tridgell1996-06-101-0/+3
| | | | | | 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
* got rid of a lot of redundent header files as we now globally generateAndrew Tridgell1996-06-102-0/+127
| | | | | prototypes automatically using "make proto". This is much less prone to error than the old method of manually adding prototypes
* moved some more locking routines to locking.c, and moved replacementAndrew Tridgell1996-06-101-17/+17
| | | | routines for broken OSes from util.c to replace.c.
* updates from Luke to rename "domains" more accurately to "subnets"Andrew Tridgell1996-06-101-4/+6
|
* preparing for release of 1.9.16alpha9Samba Release Account1996-06-081-1/+1
|
* more changes from LukeAndrew Tridgell1996-06-081-5/+9
|
* changes from LukeAndrew Tridgell1996-06-081-9/+30
|
* - added comments to byteorder.h explaining how it works.Andrew Tridgell1996-06-081-0/+64
| | | | | | | - 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
* - added predict.c, moving the routines from util.cAndrew Tridgell1996-06-071-4/+6
| | | | | | | | | | | | | | | | | | | | | | | - 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.
* preparing for release of 1.9.16alpha8Samba Release Account1996-06-061-1/+1
|
* - added interface.c and removed all the references to myip, bcast_ipAndrew Tridgell1996-06-062-10/+14
| | | | | | | | | | | | | | | 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
* preparing for release of 1.9.16alpha7Samba Release Account1996-06-061-1/+1
|
* fix a bug that meant alpha6 couldn't compile.Andrew Tridgell1996-06-061-1/+3
|
* preparing for release of 1.9.16alpha6Samba Release Account1996-06-051-1/+1
|
* - changed some debug levels in clientutil.cAndrew Tridgell1996-06-053-9/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* preparing for release of 1.9.16alpha5Samba Release Account1996-06-041-1/+1
|
* Did more integration of Lukes code ready for the first release.Andrew Tridgell1996-06-041-0/+6
| | | | | I've now got WINS registration working, and refresh working. Its looking pretty good so far, but needs lots of testing.
* a huge pile of changes :-)Andrew Tridgell1996-06-045-305/+664
| | | | | | | | 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
* - moved the uid handling to uid.cAndrew Tridgell1996-06-012-0/+3
| | | | | | - added setfsuid() support (for Linux) - started adding some of Lukes changes, just the loadparm and ipc ones so far
* preparing for release of 1.9.16alpha4Samba Release Account1996-05-311-1/+1
|
* Lots of changes!Andrew Tridgell1996-05-313-32/+5
| | | | | | | | | | | | | - 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
* preparing for release of 1.9.16alpha3Samba Release Account1996-05-291-1/+1
|
* fixed version number (again!)Andrew Tridgell1996-05-051-1/+1
|
* turn on KEEP_PASSWORD_SERVER_OPEN by defaultAndrew Tridgell1996-05-051-0/+3
|
* change version number to 1.9.16p2Andrew Tridgell1996-05-051-1/+1
|
* added sequent fixesSamba Release Account1996-05-041-2/+26
|
* upped version numberSamba Release Account1996-05-041-1/+1
|
* added issafe() define for "safe" charactersSamba Release Account1996-05-041-0/+4
|
* Initial version imported to CVS Samba Release Account1996-05-0411-0/+3089