r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
[ira/wip.git] / source3 / smbwrapper / smbw.c
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Derrell Lipmanr13212: r12414@cabra: derrell | 2006-01-28 17:52...
2007-10-10 Gerald Carterr5968: derrell's large file fix for libsmbclient (BUG...
2007-10-10 Jeremy Allisonr4236: More *alloc fixes.
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-10-14 Tim PotterEnclose usage of st_blksize and st_blocks struct stat...
2003-04-24 Jelmer VernooijPatch from Guenther Deschner to fix build with gcc 3.2
2003-04-24 Jelmer VernooijPatch from Guenther Deschner to fix build with gcc 3.2
2002-11-13 Jeremy AllisonFix smbwrapper from global* changes.
2002-11-13 Jeremy AllisonFix smbwrapper from the global_* changes.
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-26 Tim PotterGot medieval on another pointless extern. Removed...
2001-11-21 Jeremy AllisonW2K doesn't seem to respond to *#0 names in node status...
2001-11-19 Martin PoolStore some path names in global variables initialized...
2001-10-17 Tim Pottercharset_initialise() doesn't exist anymore.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-16 Andrew Tridgellfixed compilation error in smbw
2001-09-14 Gerald Cartermerge from 2.2
2001-09-10 Andrew Tridgelldeclare dbf in one spot
2001-09-10 Andrew Tridgellreplaced stdio in many parts of samba with a XFILE...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-02-20 Andrew Tridgellsetup workgroup when found
2000-12-20 Andrew Tridgellimplemented a much nicer name_status() interface. It...
2000-12-13 Tim PotterAdded support for SERVICESF shared variable to change...
2000-12-11 Andrew Tridgelladded support for browsing the list of workgroups at...
2000-11-11 Tim PotterFetch authentication info before actually using it.
2000-11-01 Tim PotterAdded a authentication hook to smbwrapper which allows...
2000-07-06 Andrew Tridgellgot smbw to compile again on Linux
2000-03-16 Herb Lewisremoved extra arguements from make_nmb_name calls
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...