summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
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 Tridgell3-11/+39
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell3-2/+30
1998-10-23don't use SMBW_PWD_ENV any moreAndrew Tridgell1-3/+0
1998-10-23fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell3-11/+19
1998-10-23make the shared variable stuff slightly more sophisticatedAndrew Tridgell1-12/+26
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1-2/+8
1998-10-20oops, I ot the return type of putenv() wrongAndrew Tridgell1-2/+3
1998-10-20use putenv() more portablyAndrew Tridgell1-1/+7
1998-10-20removed setenv(), replaced with smbw_setenv()Andrew Tridgell5-9/+29
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison3-5/+3
1998-10-19added command line options to smbshAndrew Tridgell4-30/+72
1998-10-19- don't use env variables for passwords and usernames (yeah!)Andrew Tridgell4-23/+242
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+4
1998-10-16changed some debug levelsAndrew Tridgell2-6/+15
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-13smbsh launch program is now in CAndrew Tridgell1-0/+62
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-08use 1 second resolution calls if possibleAndrew Tridgell2-4/+5
1998-10-08fixed a problem with fchdir() that broke "cvs -d" in smbshAndrew Tridgell2-10/+10
1998-10-08added some commentsAndrew Tridgell1-1/+5
1998-10-07don't prototype the acl() functionsAndrew Tridgell1-5/+5
1998-10-07restore errno after smbw initialisationAndrew Tridgell1-0/+5
1998-10-07we need realcalls.h in realcalls.cAndrew Tridgell1-0/+1
1998-10-07fixed a warning on SunOSAndrew Tridgell1-1/+1
1998-10-07use double for dummy arrays to ensure alignmentAndrew Tridgell1-7/+7
1998-10-07fixed fork() on SunOS4Andrew Tridgell1-1/+1
1998-10-07- updated docs to say OSF1 worksAndrew Tridgell2-4/+7
1998-10-07fixed facl() bug for solarisAndrew Tridgell1-2/+2
1998-10-07fixed __xstat() under linuxAndrew Tridgell1-1/+1
1998-10-07return type cleanups for IRIXAndrew Tridgell1-32/+33
1998-10-07yet another attempt at making this stuff portable. This time I useAndrew Tridgell3-284/+206
1998-10-07not needed any moreAndrew Tridgell1-31/+0
1998-10-07possibly use __sys_llseek()Andrew Tridgell1-0/+2
1998-10-07won't need wrapper.h anymoreAndrew Tridgell1-0/+0
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell7-106/+16
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-2/+11
1998-10-07- no getdents on OSF1Andrew Tridgell2-50/+25
1998-10-07fixed a bug in real_seekdir()Andrew Tridgell1-1/+1
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1-0/+4
1998-10-07added a document on how to port smbwrapper to a new systemAndrew Tridgell1-0/+77
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 Tridgell2-6/+26
1998-10-06added a wrapper for fork()Andrew Tridgell4-0/+83
1998-10-06fixed a bug in time setting (utime() call)Andrew Tridgell2-9/+12
1998-10-06implemented attribute mapping and chmod. file attributes are mapped inAndrew Tridgell4-6/+36
1998-10-06added SMBW_PREFIX environment variable (allowing you to specify rootAndrew Tridgell3-32/+77