Age | Commit message (Expand) | Author | Files | Lines |
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 |
1998-10-08 | dce/rpc | Luke Leighton | 1 | -1/+1 |
1998-10-08 | - fixed a bunch of warnings and minor errors | Andrew Tridgell | 1 | -1/+1 |
1998-10-08 | use 1 second resolution calls if possible | Andrew Tridgell | 2 | -4/+5 |
1998-10-08 | fixed a problem with fchdir() that broke "cvs -d" in smbsh | Andrew Tridgell | 2 | -10/+10 |
1998-10-08 | added some comments | Andrew Tridgell | 1 | -1/+5 |
1998-10-07 | don't prototype the acl() functions | Andrew Tridgell | 1 | -5/+5 |
1998-10-07 | restore errno after smbw initialisation | Andrew Tridgell | 1 | -0/+5 |
1998-10-07 | we need realcalls.h in realcalls.c | Andrew Tridgell | 1 | -0/+1 |
1998-10-07 | fixed a warning on SunOS | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | use double for dummy arrays to ensure alignment | Andrew Tridgell | 1 | -7/+7 |
1998-10-07 | fixed fork() on SunOS4 | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | - updated docs to say OSF1 works | Andrew Tridgell | 2 | -4/+7 |
1998-10-07 | fixed facl() bug for solaris | Andrew Tridgell | 1 | -2/+2 |
1998-10-07 | fixed __xstat() under linux | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | return type cleanups for IRIX | Andrew Tridgell | 1 | -32/+33 |
1998-10-07 | yet another attempt at making this stuff portable. This time I use | Andrew Tridgell | 3 | -284/+206 |
1998-10-07 | not needed any more | Andrew Tridgell | 1 | -31/+0 |
1998-10-07 | possibly use __sys_llseek() | Andrew Tridgell | 1 | -0/+2 |
1998-10-07 | won't need wrapper.h anymore | Andrew Tridgell | 1 | -0/+0 |
1998-10-07 | more OSF1 changes as well as changes to allow us to use the standard | Andrew Tridgell | 7 | -106/+16 |
1998-10-07 | test whether seekdir() returns void or not | Andrew Tridgell | 1 | -2/+11 |
1998-10-07 | - no getdents on OSF1 | Andrew Tridgell | 2 | -50/+25 |
1998-10-07 | fixed a bug in real_seekdir() | Andrew Tridgell | 1 | -1/+1 |
1998-10-07 | some changes for OSF1 support in smbwrapper (just preliminary changes, | Andrew Tridgell | 1 | -0/+4 |
1998-10-07 | added a document on how to port smbwrapper to a new system | Andrew Tridgell | 1 | -0/+77 |
1998-10-07 | do an anonymous login if the username/password is rejected. | Andrew Tridgell | 1 | -1/+3 |
1998-10-06 | implemented unix semantics for rename in smbwrapper | Andrew Tridgell | 2 | -6/+26 |