Age | Commit message (Expand) | Author | Files | Lines |
2001-04-16 | Grr - fixed compile error in smbwrapper stuff. | Tim Potter | 1 | -1/+1 |
2001-04-12 | Added a caching system to smbsh. Previously access to workgroup or server | Tim Potter | 2 | -7/+214 |
2001-04-11 | To stop people complaining about the mktemp call, move it into lib/util.c. Th... | Jeremy Allison | 1 | -5/+4 |
2001-02-20 | setup workgroup when found | Andrew Tridgell | 1 | -0/+1 |
2001-01-16 | Fix for no master browser present. | Tim Potter | 1 | -3/+4 |
2001-01-15 | Compile fix for smbw_dir_add function. | Tim Potter | 1 | -4/+5 |
2001-01-05 | Needed a callback arg on cli_list ... | Richard Sharpe | 1 | -2/+2 |
2001-01-05 | Added extra argument to calls to smbw_share_add() | Tim Potter | 1 | -8/+8 |
2001-01-04 | I need a callback arg for cli_NetServerEnum and cli_RNetShareEnum, so I had | Richard Sharpe | 1 | -5/+6 |
2001-01-02 | Return an empty directory for a stat on a share we aren't allowed to | Tim Potter | 1 | -7/+17 |
2000-12-20 | implemented a much nicer name_status() interface. It now returns a | Andrew Tridgell | 1 | -3/+13 |
2000-12-13 | Added support for SERVICESF shared variable to change configuration file | Tim Potter | 1 | -1/+4 |
2000-12-11 | added support for browsing the list of workgroups at the top level in | Andrew Tridgell | 2 | -57/+77 |
2000-11-11 | Fetch authentication info before actually using it. | Tim Potter | 1 | -2/+2 |
2000-11-01 | Added a authentication hook to smbwrapper which allows a (username, | Tim Potter | 2 | -11/+56 |
2000-07-06 | added -L option | Andrew Tridgell | 1 | -2/+8 |
2000-07-06 | got smbw to compile again on Linux | Andrew Tridgell | 2 | -3/+4 |
2000-03-16 | removed extra arguements from make_nmb_name calls | Herb Lewis | 1 | -3/+3 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 6 | -55/+19 |
1999-06-13 | Return a (void *)0 instead of NULL in readdir64() wrapper. | Tim Potter | 1 | -2/+1 |
1999-06-13 | Return a #error if no functions could be found to wrap around. | Tim Potter | 1 | -0/+43 |
1999-01-29 | removed encrypt-password code pre-cli_session_setup(), session setup | Luke Leighton | 1 | -6/+2 |
1999-01-27 | - got client code cleartext passwords working again in cli_session_setup. | Luke Leighton | 1 | -2/+6 |
1998-12-07 | issues spotted by herb. | Luke Leighton | 1 | -1/+1 |
1998-11-29 | weekend work. user / group database API. | Luke Leighton | 1 | -1/+2 |
1998-11-21 | add a error code when failed to get lock | Andrew Tridgell | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 2 | -2/+2 |
1998-11-13 | fixes for OSF1 compilation | Andrew Tridgell | 1 | -0/+6 |
1998-11-09 | Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions. | Jeremy Allison | 3 | -6/+6 |
1998-11-09 | converted smbclient to use clientgen.c rather than clientutil.c | Andrew Tridgell | 2 | -5/+4 |
1998-10-29 | some versions of Irix pass the HAVE__ACL test but don't have acl.h | Herb Lewis | 1 | -1/+1 |
1998-10-24 | handle the case of an intermediate binary not loading smbwrapper.so | Andrew Tridgell | 1 | -2/+1 |
1998-10-24 | volker was concerned about unique inode numbers and smbsh. This set of | Andrew Tridgell | 3 | -11/+39 |
1998-10-24 | make sure that apps can't close one of the internal smbw file | Andrew Tridgell | 3 | -2/+30 |
1998-10-23 | don't use SMBW_PWD_ENV any more | Andrew Tridgell | 1 | -3/+0 |
1998-10-23 | fixed problems with PWD - we no longer use the PWD env variable | Andrew Tridgell | 3 | -11/+19 |
1998-10-23 | make the shared variable stuff slightly more sophisticated | Andrew Tridgell | 1 | -12/+26 |
1998-10-22 | server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring | Jeremy Allison | 1 | -2/+8 |
1998-10-20 | oops, I ot the return type of putenv() wrong | Andrew Tridgell | 1 | -2/+3 |
1998-10-20 | use putenv() more portably | Andrew Tridgell | 1 | -1/+7 |
1998-10-20 | removed setenv(), replaced with smbw_setenv() | Andrew Tridgell | 5 | -9/+29 |
1998-10-20 | smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector | Jeremy Allison | 3 | -5/+3 |
1998-10-19 | added command line options to smbsh | Andrew Tridgell | 4 | -30/+72 |
1998-10-19 | - don't use env variables for passwords and usernames (yeah!) | Andrew Tridgell | 4 | -23/+242 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1 | -0/+4 |
1998-10-16 | changed some debug levels | Andrew Tridgell | 2 | -6/+15 |
1998-10-16 | Re-added code to tell the user how many open files they | Jeremy Allison | 1 | -1/+1 |
1998-10-14 | tridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round a bit of code | Luke Leighton | 1 | -0/+2 |
1998-10-13 | smbsh launch program is now in C | Andrew Tridgell | 1 | -0/+62 |
1998-10-09 | dce/rpc. | Luke Leighton | 1 | -1/+1 |