Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fixes for OSF1 compilation | Andrew Tridgell | 1998-11-13 | 1 | -0/+6 | |
| | ||||||
* | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 1998-11-09 | 3 | -6/+6 | |
| | | | | | | | | | | | | | client/client.c: client/clitar.c: include/client.h: smbwrapper/smbw_dir.c: smbwrapper/smbw_stat.c: smbwrapper/smbw.c: lib/util.c: Converted all use of 'mode' to uint16. smbd/quotas.c: Fixed stupid comment bug I put in there :-(. printing/printing.c: Fix from J.F. to new code. Jeremy. | |||||
* | converted smbclient to use clientgen.c rather than clientutil.c | Andrew Tridgell | 1998-11-09 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | I did this when I saw yet another bug report complaining about smbclient intermittently missing files. Rather than applying more patches to smbclient it was better to move to the more robust clientgen.c code. The conversion wasn't perfect, I probably lost some features of smbclient while doing it, but at least smbclient should be consistent now. It if fails it should _always_ fail rather than giving people the false impression of a reliable utility. the tar stuff seems to work, but hasn't had much testing as I never use it myself. I'm sure someone will find bugs in my conversion of smbtar.c. It was quite tricky as it did a lot of its own SMB calls. It now uses clientgen.c exclusively. smbclient is still quite messy, but at least it doesn't build its own SMB packets. I haven't touched smbmount as I never use it. Mike, do you want to convert smbmount to use clientgen.c? | |||||
* | some versions of Irix pass the HAVE__ACL test but don't have acl.h | Herb Lewis | 1998-10-29 | 1 | -1/+1 | |
| | | | | test for both before including ACL support. | |||||
* | 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 | 3 | -11/+39 | |
| | | | | | | 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 | 3 | -2/+30 | |
| | | | | | descriptors by catching close attempts on those fds and returning EBADF. | |||||
* | don't use SMBW_PWD_ENV any more | Andrew Tridgell | 1998-10-23 | 1 | -3/+0 | |
| | ||||||
* | fixed problems with PWD - we no longer use the PWD env variable | Andrew Tridgell | 1998-10-23 | 3 | -11/+19 | |
| | | | | | | instead the shared variable area is used. this fixes problems with /bin/sh under solaris | |||||
* | make the shared variable stuff slightly more sophisticated | Andrew Tridgell | 1998-10-23 | 1 | -12/+26 | |
| | ||||||
* | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1998-10-22 | 1 | -2/+8 | |
| | | | | | | | | (as it is everywhere else). smbwrapper/smbsh.c: For IRIX n32 binaries, set _RLDN32_LIST not _RLD32_LIST. Exec users preferred shell is SHELL environment variable is set. tests/fcntl_lock.c: Added sys/types.h for systems that need this. Jeremy. | |||||
* | oops, I ot the return type of putenv() wrong | Andrew Tridgell | 1998-10-20 | 1 | -2/+3 | |
| | ||||||
* | use putenv() more portably | Andrew Tridgell | 1998-10-20 | 1 | -1/+7 | |
| | ||||||
* | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 1998-10-20 | 5 | -9/+29 | |
| | ||||||
* | smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector | Jeremy Allison | 1998-10-20 | 3 | -5/+3 | |
| | | | | | | has some *horrible* bugs ! smbwrapper/shared.c smbwrapper/smbsh.c smbwrapper/smbw.c: Fixed gcc warnings. Jeremy. | |||||
* | added command line options to smbsh | Andrew Tridgell | 1998-10-19 | 4 | -30/+72 | |
| | ||||||
* | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 1998-10-19 | 4 | -23/+242 | |
| | | | | | | - added a shared variable area based on a unlinked open file, and implement a general get/set interface to it - cache hostname lookups and master ip lookups in shared variable area | |||||
* | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1998-10-17 | 1 | -0/+4 | |
| | | | | Jeremy. | |||||
* | changed some debug levels | Andrew Tridgell | 1998-10-16 | 2 | -6/+15 | |
| | ||||||
* | Re-added code to tell the user how many open files they | Jeremy Allison | 1998-10-16 | 1 | -1/+1 | |
| | | | | | have. Needed for server diagnosis purposes... Jeremy. | |||||
* | tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code | Luke Leighton | 1998-10-14 | 1 | -0/+2 | |
| | | | | | that didn't have _STAT_VER_LINUX_OLD defined. maybe you want to sort this out properly... | |||||
* | smbsh launch program is now in C | Andrew Tridgell | 1998-10-13 | 1 | -0/+62 | |
| | ||||||
* | dce/rpc. | Luke Leighton | 1998-10-09 | 1 | -1/+1 | |
| | ||||||
* | dce/rpc | Luke Leighton | 1998-10-08 | 1 | -1/+1 | |
| | ||||||
* | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1998-10-08 | 1 | -1/+1 | |
| | | | | | | - got smbtorture to compile - removed %D from some of lukes code - Luke, what is %D? it ain't portable anyway | |||||
* | use 1 second resolution calls if possible | Andrew Tridgell | 1998-10-08 | 2 | -4/+5 | |
| | ||||||
* | fixed a problem with fchdir() that broke "cvs -d" in smbsh | Andrew Tridgell | 1998-10-08 | 2 | -10/+10 | |
| | ||||||
* | added some comments | Andrew Tridgell | 1998-10-08 | 1 | -1/+5 | |
| | ||||||
* | don't prototype the acl() functions | Andrew Tridgell | 1998-10-07 | 1 | -5/+5 | |
| | ||||||
* | restore errno after smbw initialisation | Andrew Tridgell | 1998-10-07 | 1 | -0/+5 | |
| | ||||||
* | we need realcalls.h in realcalls.c | Andrew Tridgell | 1998-10-07 | 1 | -0/+1 | |
| | ||||||
* | fixed a warning on SunOS | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | use double for dummy arrays to ensure alignment | Andrew Tridgell | 1998-10-07 | 1 | -7/+7 | |
| | ||||||
* | fixed fork() on SunOS4 | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | - updated docs to say OSF1 works | Andrew Tridgell | 1998-10-07 | 2 | -4/+7 | |
| | | | | - more solaris acl fixes | |||||
* | fixed facl() bug for solaris | Andrew Tridgell | 1998-10-07 | 1 | -2/+2 | |
| | ||||||
* | fixed __xstat() under linux | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | return type cleanups for IRIX | Andrew Tridgell | 1998-10-07 | 1 | -32/+33 | |
| | ||||||
* | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 1998-10-07 | 3 | -284/+206 | |
| | | | | minimal includes in wrapped.c | |||||
* | not needed any more | Andrew Tridgell | 1998-10-07 | 1 | -31/+0 | |
| | ||||||
* | possibly use __sys_llseek() | Andrew Tridgell | 1998-10-07 | 1 | -0/+2 | |
| | ||||||
* | won't need wrapper.h anymore | Andrew Tridgell | 1998-10-07 | 1 | -0/+0 | |
| | ||||||
* | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 1998-10-07 | 7 | -106/+16 | |
| | | | | includes.h in wrapped.c, thus making porting much simpler | |||||
* | test whether seekdir() returns void or not | Andrew Tridgell | 1998-10-07 | 1 | -2/+11 | |
| | ||||||
* | - no getdents on OSF1 | Andrew Tridgell | 1998-10-07 | 2 | -50/+25 | |
| | | | | | - try a new method of handling prototype mismatches in wrapped.c. We now try to disable prototypes! | |||||
* | fixed a bug in real_seekdir() | Andrew Tridgell | 1998-10-07 | 1 | -1/+1 | |
| | ||||||
* | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1998-10-07 | 1 | -0/+4 | |
| | | | | doesn't work yet) | |||||
* | added a document on how to port smbwrapper to a new system | Andrew Tridgell | 1998-10-07 | 1 | -0/+77 | |
| | ||||||
* | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 1998-10-07 | 1 | -1/+3 | |
| | ||||||
* | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 1998-10-06 | 2 | -6/+26 | |
| |