summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
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 Tridgell6-55/+19
1999-06-13Return a (void *)0 instead of NULL in readdir64() wrapper.Tim Potter1-2/+1
1999-06-13Return a #error if no functions could be found to wrap around.Tim Potter1-0/+43
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-12-07issues spotted by herb.Luke Leighton1-1/+1
1998-11-29weekend work. user / group database API.Luke Leighton1-1/+2
1998-11-21add a error code when failed to get lockAndrew Tridgell1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison2-2/+2
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 Allison3-6/+6
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell2-5/+4
1998-10-29some versions of Irix pass the HAVE__ACL test but don't have acl.hHerb Lewis1-1/+1
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