summaryrefslogtreecommitdiffstats
path: root/source/smbwrapper
Commit message (Expand)AuthorAgeFilesLines
* Grr - fixed compile error in smbwrapper stuff.Tim Potter2001-04-161-1/+1
* Added a caching system to smbsh. Previously access to workgroup or serverTim Potter2001-04-122-7/+214
* To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison2001-04-111-5/+4
* setup workgroup when foundAndrew Tridgell2001-02-201-0/+1
* Fix for no master browser present.Tim Potter2001-01-161-3/+4
* Compile fix for smbw_dir_add function.Tim Potter2001-01-151-4/+5
* Needed a callback arg on cli_list ...Richard Sharpe2001-01-051-2/+2
* Added extra argument to calls to smbw_share_add()Tim Potter2001-01-051-8/+8
* I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I hadRichard Sharpe2001-01-041-5/+6
* Return an empty directory for a stat on a share we aren't allowed toTim Potter2001-01-021-7/+17
* implemented a much nicer name_status() interface. It now returns aAndrew Tridgell2000-12-201-3/+13
* Added support for SERVICESF shared variable to change configuration fileTim Potter2000-12-131-1/+4
* added support for browsing the list of workgroups at the top level inAndrew Tridgell2000-12-112-57/+77
* Fetch authentication info before actually using it.Tim Potter2000-11-111-2/+2
* Added a authentication hook to smbwrapper which allows a (username,Tim Potter2000-11-012-11/+56
* added -L optionAndrew Tridgell2000-07-061-2/+8
* got smbw to compile again on LinuxAndrew Tridgell2000-07-062-3/+4
* removed extra arguements from make_nmb_name callsHerb Lewis2000-03-161-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-136-55/+19
* Return a (void *)0 instead of NULL in readdir64() wrapper.Tim Potter1999-06-131-2/+1
* Return a #error if no functions could be found to wrap around.Tim Potter1999-06-131-0/+43
* removed encrypt-password code pre-cli_session_setup(), session setupLuke Leighton1999-01-291-6/+2
* - got client code cleartext passwords working again in cli_session_setup.Luke Leighton1999-01-271-2/+6
* issues spotted by herb.Luke Leighton1998-12-071-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-1/+2
* 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-172-2/+2
* fixes for OSF1 compilationAndrew Tridgell1998-11-131-0/+6
* Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.Jeremy Allison1998-11-093-6/+6
* converted smbclient to use clientgen.c rather than clientutil.cAndrew Tridgell1998-11-092-5/+4
* some versions of Irix pass the HAVE__ACL test but don't have acl.hHerb Lewis1998-10-291-1/+1
* handle the case of an intermediate binary not loading smbwrapper.soAndrew Tridgell1998-10-241-2/+1
* volker was concerned about unique inode numbers and smbsh. This set ofAndrew Tridgell1998-10-243-11/+39
* make sure that apps can't close one of the internal smbw fileAndrew Tridgell1998-10-243-2/+30
* don't use SMBW_PWD_ENV any moreAndrew Tridgell1998-10-231-3/+0
* fixed problems with PWD - we no longer use the PWD env variableAndrew Tridgell1998-10-233-11/+19
* make the shared variable stuff slightly more sophisticatedAndrew Tridgell1998-10-231-12/+26
* server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstringJeremy Allison1998-10-221-2/+8
* 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-205-9/+29
* smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1998-10-203-5/+3
* added command line options to smbshAndrew Tridgell1998-10-194-30/+72
* - don't use env variables for passwords and usernames (yeah!)Andrew Tridgell1998-10-194-23/+242
* Small tidyups for gcc in 'preen' mode....Jeremy Allison1998-10-171-0/+4
* changed some debug levelsAndrew Tridgell1998-10-162-6/+15
* Re-added code to tell the user how many open files theyJeremy Allison1998-10-161-1/+1
* tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of codeLuke Leighton1998-10-141-0/+2
* smbsh launch program is now in CAndrew Tridgell1998-10-131-0/+62
* dce/rpc.Luke Leighton1998-10-091-1/+1