summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Collapse)AuthorFilesLines
1996-06-01- moved the uid handling to uid.cAndrew Tridgell4-403/+536
- added setfsuid() support (for Linux) - started adding some of Lukes changes, just the loadparm and ipc ones so far (This used to be commit 72543810ce3eb5ea7b141f957edf38b4c46b1ea4)
1996-05-31Lots of changes!Andrew Tridgell5-22/+53
- 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 (This used to be commit 635b56f19c817527c52e9bbde31faa6a8a47777b)
1996-05-31comment out the code that tries to handle the NT bug where the 2ndAndrew Tridgell1-0/+2
passlen is wrong. The fix is worse than the problem :-) (This used to be commit 51e22c931078e0b612dbc9e20dc143c3aebf7eb5)
1996-05-30- added an entry on WinDD to samba.faqAndrew Tridgell1-2/+3
- 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 (This used to be commit 48c6b86d4c580d62ef46132dc04ce2b1d14e21e8)
1996-05-29handle errors from receive_smb better, and print error stringAndrew Tridgell1-3/+4
(This used to be commit 7814eca4b22f909e75c3321d9a157c2228198c5c)
1996-05-29fixed a typoAndrew Tridgell1-1/+1
(This used to be commit 654c242045a70b600488a765eb46b6f79e484de9)
1996-05-29cleanups to make thinsg compile cleanlyAndrew Tridgell1-7/+10
(This used to be commit 39fbeb04ae938594c380d97ebe67c012fa0dd51a)
1996-05-05made dptr_num signed to handle -1 from OS/2Andrew Tridgell1-1/+1
(This used to be commit d2c5ab135ca7ee6366f5f8733440318a724a4378)
1996-05-05- fix a bug hanlding very log filenamesAndrew Tridgell1-247/+7
- move quotas support to separate file - send keepalives to password server (This used to be commit f81295c7b4346759ac522ba610438a68204f1858)
1996-05-05move quotas support out of server.cAndrew Tridgell1-0/+330
(This used to be commit 1ed5645a5d150de4e5e788c2389aa3cbe70a8faf)
1996-05-05turn on KEEP_PASSWORD_SERVER_OPEN by defaultAndrew Tridgell1-2/+2
(This used to be commit d2676cdd0b44fc4fc825118e510bac2c3f1e40d9)
1996-05-05handle being passed a dptr of -1 to mean "close all open dir handles".Andrew Tridgell1-0/+13
Looks like OS/2 does this. It caused a core dump. (This used to be commit 4b2579daae0a9d78780476694fd395d97445e197)
1996-05-05- close the listening socket in the child process when running as a daemonAndrew Tridgell1-12/+16
- exit with a non-zero exit code if open_sockets() fails (This used to be commit 83866f3c84bd53a68f4937dddf4903eee7a00aaf)
1996-05-04- use issafe()Andrew Tridgell1-12/+15
- map the archive bit in a more robust manner. We now set it when we first write to the file after opening it. (This used to be commit d20627b378e41546f00e5aabc86a71889ebc236a)
1996-05-04fix a netgroup bug (innetgr() was being called with the args in theAndrew Tridgell1-2/+1
wrong order!) (This used to be commit 4419093d336bad30b194b959231fed04cbc8a1cf)
1996-05-04move the dot_pos calculation down a bitAndrew Tridgell1-2/+2
(This used to be commit 45e2ffdc9c4334565e51c550b3a19a9bbb7037ef)
1996-05-04use the new issafe() macro instead of isalnum() and strchr()Andrew Tridgell1-2/+1
(This used to be commit 79c65e66f8034d21b6c90fcdbd76601657f3c447)
1996-05-04Initial version imported to CVS Samba Release Account11-0/+16088
(This used to be commit 291551d80711daab7b7581720bcd9a08d6096517)