Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added -L option | Andrew Tridgell | 2000-07-06 | 1 | -2/+8 |
| | |||||
* | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 1999-12-13 | 1 | -1/+1 |
| | |||||
* | fixed problems with PWD - we no longer use the PWD env variable | Andrew Tridgell | 1998-10-23 | 1 | -3/+5 |
| | | | | | | instead the shared variable area is used. this fixes problems with /bin/sh under solaris | ||||
* | 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. | ||||
* | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 1998-10-20 | 1 | -7/+7 |
| | |||||
* | smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector | Jeremy Allison | 1998-10-20 | 1 | -1/+0 |
| | | | | | | 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 | 1 | -11/+46 |
| | |||||
* | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 1998-10-19 | 1 | -7/+27 |
| | | | | | | - 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 | ||||
* | smbsh launch program is now in C | Andrew Tridgell | 1998-10-13 | 1 | -0/+62 |