summaryrefslogtreecommitdiff
path: root/source3/smbwrapper/smbw.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-14Enclose usage of st_blksize and st_blocks struct stat members inTim Potter1-0/+8
2003-04-24Patch from Guenther Deschner to fix build with gcc 3.2Jelmer Vernooij1-6/+6
2002-11-13Fix smbwrapper from global* changes.Jeremy Allison1-3/+3
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-26Got medieval on another pointless extern. Removed extern struct ipzeroTim Potter1-3/+2
2001-11-21W2K doesn't seem to respond to *#0 names in node status. Ensure nameJeremy Allison1-1/+1
2001-11-19Store some path names in global variables initialized to configureMartin Pool1-3/+2
2001-10-17charset_initialise() doesn't exist anymore.Tim Potter1-2/+0
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-16/+14
2001-09-16fixed compilation error in smbwAndrew Tridgell1-11/+1
2001-09-14merge from 2.2Gerald Carter1-0/+2
2001-09-10declare dbf in one spotAndrew Tridgell1-1/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell1-2/+2
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-2/+2
2001-07-04The big character set handling changeover!Andrew Tridgell1-2/+0
2001-02-20setup workgroup when foundAndrew Tridgell1-0/+1
2000-12-20implemented a much nicer name_status() interface. It now returns aAndrew Tridgell1-3/+13
2000-12-13Added support for SERVICESF shared variable to change configuration fileTim Potter1-1/+4
2000-12-11added support for browsing the list of workgroups at the top level inAndrew Tridgell1-56/+67
2000-11-11Fetch authentication info before actually using it.Tim Potter1-2/+2
2000-11-01Added a authentication hook to smbwrapper which allows a (username,Tim Potter1-11/+46
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