summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper/shared.c
Commit message (Expand)AuthorAgeFilesLines
* Grr - fixed compile error in smbwrapper stuff.Tim Potter2001-04-161-1/+1
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-5/+4
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-1/+1
* add a error code when failed to get lockAndrew Tridgell1998-11-211-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-091-1/+0
* make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-241-0/+7
* make the shared variable stuff slightly more sophisticatedAndrew Tridgell1998-10-231-12/+26
* oops, I ot the return type of putenv() wrongAndrew Tridgell1998-10-201-2/+3
* use putenv() more portablyAndrew Tridgell1998-10-201-1/+7
* removed setenv(), replaced with smbw_setenv()Andrew Tridgell1998-10-201-1/+15
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-201-1/+0
* added command line options to smbshAndrew Tridgell1998-10-191-1/+2
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-191-0/+179