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
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