summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
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
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