summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/shared.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-23Make this safe for -DDEVELOPER checks.Andrew Bartlett1-2/+2
2003-03-17Fix building --with-smbwrapper.Tim Potter1-19/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-11remove unused function in mangle.cSimo Sorce1-4/+9
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-04-16Grr - fixed compile error in smbwrapper stuff.Tim Potter1-1/+1
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-5/+4
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-1/+1
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 Allison1-1/+1
1998-11-09converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1-1/+0
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell1-0/+7
1998-10-23make the shared variable stuff slightly more sophisticatedAndrew Tridgell1-12/+26
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 Tridgell1-1/+15
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1-1/+0
1998-10-19added command line options to smbshAndrew Tridgell1-1/+2
1998-10-19- don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1-0/+179