summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
2003-12-26Collecting another little patch from gd@suse.deVolker Lendecke1-1/+1
2003-11-02Whoops - missed a place where HAVE_STAT_ST_{BLOCKS,BLOCKSIZE} guardsTim Potter1-0/+4
2003-10-22Put strcasecmp/strncasecmp on the banned list (except for needed callsJeremy Allison1-2/+2
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
2003-04-23Parinoia for compleatly broken SMB servers that don't send back the rightAndrew Bartlett1-2/+3
2003-04-23Make this safe for -DDEVELOPER checks.Andrew Bartlett1-2/+2
2003-03-17Fix building --with-smbwrapper.Tim Potter2-24/+6
2003-02-19Merge minor library fixes from HEAD to 3.0.Andrew Bartlett1-5/+5
2002-11-13Fix smbwrapper from global* changes.Jeremy Allison2-4/+4
2002-01-30Removed version number from file header.Tim Potter10-20/+10
2002-01-30Unused file.Tim Potter1-22/+0
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 Pool2-4/+3
2001-10-17charset_initialise() doesn't exist anymore.Tim Potter1-2/+0
2001-10-11remove unused function in mangle.cSimo Sorce2-5/+10
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter4-8/+0
2001-09-17move to SAFE_FREE()Simo Sorce3-28/+24
2001-09-16fixed compilation error in smbwAndrew Tridgell1-11/+1
2001-09-14merge from 2.2Gerald Carter1-0/+2
2001-09-10convert more code to use XFILEAndrew Tridgell1-1/+1
2001-09-10declare dbf in one spotAndrew Tridgell2-2/+0
2001-09-10replaced stdio in many parts of samba with a XFILE. XFILE is a cut-downAndrew Tridgell2-4/+4
2001-08-23compile fixSimo Sorce1-1/+1
2001-08-12this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce1-1/+4
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2-3/+3
2001-07-04The big character set handling changeover!Andrew Tridgell2-3/+0
2001-04-16Grr - fixed compile error in smbwrapper stuff.Tim Potter1-1/+1
2001-04-12Added a caching system to smbsh. Previously access to workgroup or serverTim Potter2-7/+214
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-5/+4
2001-02-20setup workgroup when foundAndrew Tridgell1-0/+1
2001-01-16Fix for no master browser present.Tim Potter1-3/+4
2001-01-15Compile fix for smbw_dir_add function.Tim Potter1-4/+5
2001-01-05Needed a callback arg on cli_list ...Richard Sharpe1-2/+2
2001-01-05Added extra argument to calls to smbw_share_add()Tim Potter1-8/+8
2001-01-04I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe1-5/+6
2001-01-02Return an empty directory for a stat on a share we aren't allowed toTim Potter1-7/+17
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 Tridgell2-57/+77
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 Potter2-11/+56
2000-07-06added -L optionAndrew Tridgell1-2/+8
2000-07-06got smbw to compile again on LinuxAndrew Tridgell2-3/+4
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