summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/smbsh.c
Commit message (Collapse)AuthorAgeFilesLines
* r17021: remove unsupported smbwrapper codeGerald Carter2007-10-101-128/+0
|
* r6412: Add fflush(stdout) after displaying username prompt in smbsh ifTim Potter2007-10-101-0/+1
| | | | username not specified on command line. Bugzilla 2611.
* Collecting another little patch from gd@suse.deVolker Lendecke2003-12-261-1/+1
| | | | | | | As broken as it might be, smbwrapper.so should be put into the libdir and not bindir. Volker
* Fix building --with-smbwrapper.Tim Potter2003-03-171-5/+5
|
* Merge minor library fixes from HEAD to 3.0.Andrew Bartlett2003-02-191-5/+5
| | | | | | | | | | | | | | - setenv() replacement - mimir's ASN1/SPNEGO typo fixes - (size_t)-1 fixes for push_* returns - function argument signed/unsigned correction - ASN1 error handling (ensure we don't use initiailsed data) - extra net ads join error checking - allow 'set security discriptor' to fail - escape ldap strings in libads. - getgrouplist() correctness fixes (include primary gid) Andrew Bartlett
* Fix smbwrapper from global* changes.Jeremy Allison2002-11-131-1/+1
| | | | Jeremy.
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Store some path names in global variables initialized to configureMartin Pool2001-11-191-1/+1
| | | | default, rather than in preprocessor macros.
* convert more code to use XFILEAndrew Tridgell2001-09-101-1/+1
|
* declare dbf in one spotAndrew Tridgell2001-09-101-1/+0
|
* replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2001-09-101-2/+2
| | | | | | | | | replacemnt of stdio that doesn't suffer from the 8-bit filedescriptor limit that we hit with nasty consequences on some systems I would eventually prefer us to have a configure test to see if we need to replace stdio, but for now this code needs to be tested widely so I'm enabling it by default.
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ↵Andrew Tridgell2001-07-041-1/+1
| | | | can't redefine them. damn.
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+0
| | | | | | | This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation.
* added -L optionAndrew Tridgell2000-07-061-2/+8
|
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+1
|
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-231-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 fstringJeremy Allison1998-10-221-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 Tridgell1998-10-201-7/+7
|
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-201-1/+0
| | | | | | has some *horrible* bugs ! smbwrapper/shared.c smbwrapper/smbsh.c smbwrapper/smbw.c: Fixed gcc warnings. Jeremy.
* added command line options to smbshAndrew Tridgell1998-10-191-11/+46
|
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-191-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 CAndrew Tridgell1998-10-131-0/+62