first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
[sfrench/samba-autobuild/.git] / source3 / smbwrapper / smbw.c
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-01-29 Luke Leightonremoved encrypt-password code pre-cli_session_setup...
1999-01-27 Luke Leighton- got client code cleartext passwords working again...
1998-11-17 Jeremy AllisonAdded the same open()/fopen()/creat()/mmap() -> sys_XXX...
1998-11-13 Andrew Tridgellfixes for OSF1 compilation
1998-11-09 Jeremy AllisonMakefile.in: Removed rpc_server/srv_ldap_helpers.c...
1998-10-24 Andrew Tridgellhandle the case of an intermediate binary not loading...
1998-10-24 Andrew Tridgellvolker was concerned about unique inode numbers and...
1998-10-24 Andrew Tridgellmake sure that apps can't close one of the internal...
1998-10-23 Andrew Tridgellfixed problems with PWD - we no longer use the PWD...
1998-10-20 Andrew Tridgellremoved setenv(), replaced with smbw_setenv()
1998-10-20 Jeremy Allisonsmbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta...
1998-10-19 Andrew Tridgelladded command line options to smbsh
1998-10-19 Andrew Tridgell- don't use env variables for passwords and usernames...
1998-10-17 Jeremy AllisonSmall tidyups for gcc in 'preen' mode....
1998-10-16 Andrew Tridgellchanged some debug levels
1998-10-16 Jeremy AllisonRe-added code to tell the user how many open files...
1998-10-14 Luke Leightontridge, i had to put a #ifdef _STAT_VER_LINUX_OLD round...
1998-10-09 Luke Leightondce/rpc.
1998-10-08 Luke Leightondce/rpc
1998-10-08 Andrew Tridgell- fixed a bunch of warnings and minor errors
1998-10-07 Andrew Tridgelldon't prototype the acl() functions
1998-10-07 Andrew Tridgellrestore errno after smbw initialisation
1998-10-07 Andrew Tridgell- updated docs to say OSF1 works
1998-10-07 Andrew Tridgellyet another attempt at making this stuff portable....
1998-10-07 Andrew Tridgellmore OSF1 changes as well as changes to allow us to...
1998-10-07 Andrew Tridgelldo an anonymous login if the username/password is rejected.
1998-10-06 Andrew Tridgellimplemented unix semantics for rename in smbwrapper
1998-10-06 Andrew Tridgelladded a wrapper for fork()
1998-10-06 Andrew Tridgellfixed a bug in time setting (utime() call)
1998-10-06 Andrew Tridgellimplemented attribute mapping and chmod. file attribute...
1998-10-06 Andrew Tridgelladded SMBW_PREFIX environment variable (allowing you...
1998-10-06 Andrew Tridgelluse smbw_errno() not smbw_error()
1998-10-05 Andrew Tridgell- fixed errno return in smbw_open()
1998-10-05 Andrew Tridgellgot smbwrapper working on IRIX 6.4. Things got a bit...
1998-10-05 Andrew Tridgellported smbwrapper to SunOS4. It seems to work. pity...
1998-10-05 Andrew Tridgellgot rid of all assembly code and gcc special features...
1998-10-05 Andrew Tridgellremoved requirement of having a smb.conf for smbwrapper...
1998-10-05 Andrew Tridgell- added pread pread64 pwrite pwrite64 and open64
1998-10-05 Andrew Tridgelladded a function set_maxfiles() to set our file rlimit...
1998-10-04 Andrew Tridgell- modified resolve_name() to take a name_type
1998-10-04 Andrew Tridgellsupport NetServerEnum in smbwrapper. You can now do...
1998-10-04 Andrew Tridgelluse *SMBSERVER convention in smbwrapper to allow us...
1998-10-04 Andrew Tridgelladd support for unlink() on printer shares in smbwrappe...
1998-10-04 Andrew Tridgelladded support for printing via smbwrapper
1998-10-04 Andrew Tridgelladd support for dup() and dup2()
1998-10-04 Andrew Tridgellrefuse symlinks to or from a smb path
1998-10-04 Andrew Tridgellmodified cli_read() and cli_write() to issue multiple...
1998-10-04 Andrew Tridgelluse dummy file descriptors opened on /dev/null to ensur...
1998-10-04 Andrew Tridgellmore smbw cleanups.
1998-10-04 Andrew Tridgell- split smbw directory code into smbw_dir.c
1998-10-04 Andrew Tridgellsimplied the layout of the smbwrapper code. All those...
1998-10-04 Andrew Tridgellwe need to do a load_interfaces() at startup to support...
1998-10-03 Andrew Tridgelldrat.
1998-10-03 Andrew Tridgelladded fchdir() support
1998-10-03 Andrew Tridgellfixed vi on smbwrappper (it was a problem in cli_read())
1998-10-03 Andrew Tridgellfixed wrapper for access(). This gets xedit working.
1998-10-03 Andrew Tridgellsupport getcwd() in smbwrapper
1998-10-03 Andrew Tridgelladded mkdir() and rmdir() support
1998-10-03 Andrew Tridgelladded simple device/inode number support based on a...
1998-10-03 Andrew Tridgelladded lseek() support for directories
1998-10-03 Andrew Tridgelladded lseek() to smbwrapper
1998-10-03 Andrew Tridgelladded basic chmod(), chown() and utime() support (not...
1998-10-03 Andrew Tridgelladded unlink() and rename() support to smbwrapper
1998-10-03 Andrew Tridgelllots of improvements to smbwrapper. It now works with...
1998-10-02 Andrew Tridgellthe guts of the smbwrapper code. I may change the layou...