summaryrefslogtreecommitdiff
path: root/source3/smbwrapper
AgeCommit message (Expand)AuthorFilesLines
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
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 Tridgell3-11/+39
1998-10-24make sure that apps can't close one of the internal smbw fileAndrew Tridgell3-2/+30
1998-10-23don't use SMBW_PWD_ENV any moreAndrew Tridgell1-3/+0
1998-10-23fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell3-11/+19
1998-10-23make the shared variable stuff slightly more sophisticatedAndrew Tridgell1-12/+26
1998-10-22server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1-2/+8
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 Tridgell5-9/+29
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison3-5/+3
1998-10-19added command line options to smbshAndrew Tridgell4-30/+72
1998-10-19- don't use env variables for passwords and usernames (yeah!)Andrew Tridgell4-23/+242
1998-10-17Small tidyups for gcc in 'preen' mode....Jeremy Allison1-0/+4
1998-10-16changed some debug levelsAndrew Tridgell2-6/+15
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-13smbsh launch program is now in CAndrew Tridgell1-0/+62
1998-10-09dce/rpc.Luke Leighton1-1/+1