Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | yet another person asked me where the name Samba came from, so I put | Andrew Tridgell | 1998-10-29 | 1 | -0/+22 | |
| | | | | it in the history file. | |||||
* | Finished nmbd docs, small changes to smbd docs. | Jeremy Allison | 1998-10-28 | 2 | -203/+152 | |
| | | | | Jeremy. | |||||
* | This should have gone with the last batch. | Christopher R. Hertel | 1998-10-28 | 1 | -4/+3 | |
| | | | | | | Again, to compile debug2html, you need to do a 'make debug2html'. Chris -)----- | |||||
* | I've moved the debugparse module files into the ubiqx directory because I | Christopher R. Hertel | 1998-10-28 | 3 | -15/+445 | |
| | | | | | | | | | | | know that 'make proto' will ignore them there. The debugparse.h header file is included in includes.h, and includes.h is included in debugparse.c, so all of the pieces "see" each other. I've compiled and tested this, and it does seem to work. It's the same compromise model I used when adding the ubiqx modules into the system, which is why I put it all into the same directory. Chris -)----- | |||||
* | Still moving things around. debugparse.h will be removed from the include | Christopher R. Hertel | 1998-10-28 | 3 | -85/+2 | |
| | | | | directory in the next batch. Chris -)----- | |||||
* | Just moving things around a bit. | Christopher R. Hertel | 1998-10-28 | 1 | -328/+0 | |
| | | | | Chris -)----- | |||||
* | Added Cybernet systems. Also made it clear that USA is *North* America, | Jeremy Allison | 1998-10-28 | 1 | -5/+33 | |
| | | | | | | and not the whole of North America (apologies to the bloke from Mexico who got upset). Jeremy. | |||||
* | Move man page section from (1) to (8) for smbd. | Jeremy Allison | 1998-10-28 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Added clear-out-structure fix for make_unistr2. | Jeremy Allison | 1998-10-28 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | Fixes to allow this to pass SGI compiler in -fullwarn mode (with one | Jeremy Allison | 1998-10-28 | 1 | -9/+9 | |
| | | | | | annoying exception I'm still looking at :-). Jeremy. | |||||
* | Quick fixes to fix the broken tree. Needed for my morning compiles. | Jeremy Allison | 1998-10-28 | 5 | -6/+18 | |
| | | | | | | Chris - feel free to fix these things differently if these fixes don't work for you. Jeremy. | |||||
* | Fix from thwartedefforts@wonky.org (slightly modified) to | Jeremy Allison | 1998-10-28 | 1 | -1/+1 | |
| | | | | | fix username overwriting problem in security=share. Jeremy. | |||||
* | fixed problem with snprintf.c and mkproto | Andrew Tridgell | 1998-10-28 | 2 | -4/+13 | |
| | ||||||
* | use abort() instead of exit() in smb_panic() | Andrew Tridgell | 1998-10-28 | 1 | -1/+1 | |
| | | | | | the reason we don't return() here is that smb_panic() is used not just for segv but also for detected errors (such as buffer overflows) | |||||
* | fixed handling of %.0f in replacement snprintf.c | Andrew Tridgell | 1998-10-28 | 1 | -12/+28 | |
| | ||||||
* | Not finished yet - added so I can check it out at home | Jeremy Allison | 1998-10-28 | 1 | -0/+243 | |
| | | | | | and work on it tonight (I hate my life :-( ). Jeremy. | |||||
* | Fixed a small bug in debug2html. It wasn't properly checking EOF. The | Christopher R. Hertel | 1998-10-27 | 2 | -2/+28 | |
| | | | | | | | | | | | | | | | | current status is "it works". I need to add some syntax error recovery and a usage message. Basic stuff. I've also modified Makefile.in. If you want to compile it you'll have to do a 'make debug2html', as I used smbtorture as a model. We can decide later if this tool is useful enough to be compiled always. BTW, a 'make realclean' fails because the bin directory isn't empty. That's because it doesn't delete optionally compiled files such as smbtorture and debug2html (and because of the CVS subdirectory, but I think that's only a problem for developers). Chris -)----- | |||||
* | Added info about parsing debug messages. | Christopher R. Hertel | 1998-10-27 | 1 | -28/+210 | |
| | | | | Chris -)----- | |||||
* | Fixed a few doc bugs in make_smbcodepage.1.yo samba.7.yo | Jeremy Allison | 1998-10-27 | 3 | -5/+410 | |
| | | | | | Added smbd.8.yo. Jeremy. | |||||
* | debug string with no %s parameter. oops | Luke Leighton | 1998-10-27 | 1 | -1/+2 | |
| | ||||||
* | amazing. the improvements to NT continue, evidence for which shows up | Luke Leighton | 1998-10-27 | 6 | -17/+19 | |
| | | | | | | | | | | | now as "RPC fault" if the UNIHDR structure lengths do not exactly match up to the length of the data stream. so, all versions of samba prior to this one have an off-by-one bug in unicode string lengths. all versions of NT prior to NT 5 beta 2 could possibly have buffer problems when receiving badly formatted UNICODE strings. | |||||
* | YODL conversion of make_smbcodepage.1 | Jeremy Allison | 1998-10-27 | 1 | -0/+131 | |
| | | | | Jeremy. | |||||
* | add ifdef for "long double" | Andrew Tridgell | 1998-10-27 | 1 | -12/+18 | |
| | ||||||
* | added a vsnprintf() implementation from cvslock. See the notes on the | Andrew Tridgell | 1998-10-26 | 4 | -47/+803 | |
| | | | | | | | | license at the top of lib/snprintf.c I've always been slightly uneasy about our half-baked vslprintf() implementation and the risks on platforms that don't have vsnprintf() so when I saw this code in another GPLd package I wanted it for Samba. | |||||
* | Here is the simple debug parser and the debug2html converter. Still to do: | Christopher R. Hertel | 1998-10-26 | 3 | -0/+635 | |
| | | | | | | | | | | | * Debug message filtering. * I need to add all this to Makefile.in (If it looks at all strange I'll ask for help.) If you want to compile debug2html, you'll need to do it by hand until I make the changes to Makefile.in. Sorry. Chris -)----- | |||||
* | First part of YODL converted documentation. | Jeremy Allison | 1998-10-26 | 1 | -0/+116 | |
| | | | | Jeremy. | |||||
* | Added new German consultant. | Jeremy Allison | 1998-10-26 | 1 | -1/+22 | |
| | | | | Jeremy. | |||||
* | Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query. | Jeremy Allison | 1998-10-26 | 1 | -2/+5 | |
| | | | | | | Ensured offset was being reported correctly for 64 bit file access, ensured delete on close bit was being reported correctly. Jeremy. | |||||
* | report ourselves as HTTP/1.0 not HTTP/1.1 | Andrew Tridgell | 1998-10-26 | 1 | -3/+3 | |
| | ||||||
* | added a couple more error codes to cli_error() | Andrew Tridgell | 1998-10-26 | 1 | -0/+6 | |
| | ||||||
* | A little more tweaking and sqeaking. Now, will it work? Argh! | John Terpstra | 1998-10-25 | 2 | -42/+114 | |
| | ||||||
* | Welcome to Pacific HiTech TurboLinux support. | John Terpstra | 1998-10-25 | 13 | -0/+1002 | |
| | ||||||
* | Packaging mods - make sure we always keep our config files and NEVER mv them ↵ | John Terpstra | 1998-10-25 | 1 | -8/+11 | |
| | | | | to *.rpmsave | |||||
* | fix for John. | Andrew Tridgell | 1998-10-24 | 1 | -8/+8 | |
| | | | | don't seek unless absolutely necessary on files in do_put() | |||||
* | handle the case of an intermediate binary not loading smbwrapper.so | Andrew Tridgell | 1998-10-24 | 1 | -2/+1 | |
| | | | | (for example /usr/bin/man because it is setgid). | |||||
* | volker was concerned about unique inode numbers and smbsh. This set of | Andrew Tridgell | 1998-10-24 | 9 | -35/+85 | |
| | | | | | | changes uses the unique index number from a SMB_QUERY_FILE_ALL_INFO to try to provide inode numbers. If it is 0 then use the hash of the filename as before. | |||||
* | make sure that apps can't close one of the internal smbw file | Andrew Tridgell | 1998-10-24 | 4 | -2/+32 | |
| | | | | | descriptors by catching close attempts on those fds and returning EBADF. | |||||
* | Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode. | Tim Potter | 1998-10-24 | 1 | -4/+4 | |
| | ||||||
* | Unlink zero length files that did NOT exist at the point of origin on a ↵ | John Terpstra | 1998-10-24 | 1 | -1/+4 | |
| | | | | do_get() call. | |||||
* | added domain and local group structures. names may have to be 256 chars | Luke Leighton | 1998-10-23 | 2 | -16/+60 | |
| | | | | long not 128 (fstring) length. | |||||
* | Handle the case where multiple smbd have the file open, some of whom | Jeremy Allison | 1998-10-23 | 2 | -17/+76 | |
| | | | | | | don't have the ALLOW_DELETE_ON_CLOSE share flag enabled. Told you this was fiddly code :-). Jeremy. | |||||
* | set netlogon negotiation flags to 0x1ff, not to what the client requests. | Luke Leighton | 1998-10-23 | 3 | -19/+24 | |
| | | | | this is 0x4000 01ff on NT4 SP4, and 0x0000 01ff on pre-NT4 SP4. | |||||
* | possible bug in change oem password code: replaced E_P16 and E_md4hash | Luke Leighton | 1998-10-23 | 1 | -9/+1 | |
| | | | | | with a call to nt_lm_owf_gen. if this still doesn't get the NT hash generated correctly then there may instead be a bug in mod_smbpwd_entry(). | |||||
* | Updated paths. | John Terpstra | 1998-10-23 | 1 | -5/+1 | |
| | ||||||
* | Make the new code conditional on lp_share_modes() just like the code in ↵ | Jeremy Allison | 1998-10-23 | 1 | -36/+39 | |
| | | | | | | open_file_shared(). Jeremy. | |||||
* | Fixed debug reporting in the changed code. | Jeremy Allison | 1998-10-23 | 1 | -1/+6 | |
| | | | | Jeremy. | |||||
* | Fixed bug in previous commit where I was overwriting share_mode from | Jeremy Allison | 1998-10-23 | 1 | -3/+4 | |
| | | | | | one fsp with that of another. Not good :-). Jeremy. | |||||
* | Reasonably large change to give us *exactly* correct NT delete on close ↵ | Jeremy Allison | 1998-10-23 | 10 | -41/+225 | |
| | | | | | | | | | | | | | | semantics. This was trickier than it looks :-). Check out the new DELETE_ON_CLOSE flag in the share modes and the new code that iterates through all open files on the same device and inode in files.c and trans2.c Also changed the code that modifies share mode entries to take generic function pointers rather than doing a specific thing so this sort of change should be easier in the future. Jeremy. | |||||
* | don't enable smbsh/smbwrapper on systems where we can't work out how | Andrew Tridgell | 1998-10-23 | 5 | -376/+401 | |
| | | | | to generate PIC code | |||||
* | don't use SMBW_PWD_ENV any more | Andrew Tridgell | 1998-10-23 | 1 | -3/+0 | |
| |