summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
AgeCommit message (Expand)AuthorFilesLines
2000-07-06got smbw to compile again on LinuxAndrew Tridgell1-1/+2
2000-03-16removed extra arguements from make_nmb_name callsHerb Lewis1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-6/+9
1999-01-29removed encrypt-password code pre-cli_session_setup(), session setupLuke Leighton1-6/+2
1999-01-27- got client code cleartext passwords working again in cli_session_setup.Luke Leighton1-2/+6
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-13fixes for OSF1 compilationAndrew Tridgell1-0/+6
1998-11-09Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1-2/+2
1998-10-24handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1-2/+1
1998-10-24volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1-1/+3
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell1-2/+19
1998-10-23fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1-6/+14
1998-10-20removed setenv(), replaced with smbw_setenv()Andrew Tridgell1-0/+1
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1-3/+3
1998-10-19added command line options to smbshAndrew Tridgell1-0/+6
1998-10-19- don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1-15/+36
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+4
1998-10-16changed some debug levelsAndrew Tridgell1-3/+8
1998-10-16Re-added code to tell the user how many open files theyJeremy Allison1-1/+1
1998-10-14tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of codeLuke Leighton1-0/+2
1998-10-09dce/rpc.Luke Leighton1-1/+1
1998-10-08dce/rpcLuke Leighton1-1/+1
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+1
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell1-2/+2
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell1-0/+109
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-1/+1
1998-10-07do an anonymous login if the username/password is rejected.Andrew Tridgell1-1/+3
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-4/+26
1998-10-06added a wrapper for fork()Andrew Tridgell1-0/+69
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell1-2/+5
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell1-3/+8
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell1-16/+26
1998-10-06use smbw_errno() not smbw_error()Andrew Tridgell1-1/+1
1998-10-05- fixed errno return in smbw_open()Andrew Tridgell1-4/+1
1998-10-05got smbwrapper working on IRIX 6.4. Things got a bit tricky,Andrew Tridgell1-2/+3
1998-10-05ported smbwrapper to SunOS4. It seems to work. pity so many binaries onAndrew Tridgell1-5/+22
1998-10-05got rid of all assembly code and gcc special features. I'm hoping toAndrew Tridgell1-31/+0
1998-10-05removed requirement of having a smb.conf for smbwrapper to work.Andrew Tridgell1-3/+1
1998-10-05- added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-3/+71
1998-10-05added a function set_maxfiles() to set our file rlimit to the maxAndrew Tridgell1-0/+2
1998-10-04- modified resolve_name() to take a name_typeAndrew Tridgell1-2/+6
1998-10-04support NetServerEnum in smbwrapper. You can now do a ls in /smb/ andAndrew Tridgell1-4/+27
1998-10-04use *SMBSERVER convention in smbwrapper to allow us to connect toAndrew Tridgell1-3/+9
1998-10-04add support for unlink() on printer shares in smbwrapper. unlink()Andrew Tridgell1-1/+9
1998-10-04added support for printing via smbwrapperAndrew Tridgell1-2/+1
1998-10-04add support for dup() and dup2()Andrew Tridgell1-17/+145
1998-10-04refuse symlinks to or from a smb pathAndrew Tridgell1-2/+2
1998-10-04modified cli_read() and cli_write() to issue multiple outstandingAndrew Tridgell1-2/+3