index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbwrapper
/
smbw.c
Age
Commit message (
Expand
)
Author
Files
Lines
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
1
-1
/
+1
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
1
-2
/
+2
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
1
-1
/
+3
1998-10-24
make sure that apps can't close one of the internal smbw file
Andrew Tridgell
1
-2
/
+19
1998-10-23
fixed problems with PWD - we no longer use the PWD env variable
Andrew Tridgell
1
-6
/
+14
1998-10-20
removed setenv(), replaced with smbw_setenv()
Andrew Tridgell
1
-0
/
+1
1998-10-20
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
1
-3
/
+3
1998-10-19
added command line options to smbsh
Andrew Tridgell
1
-0
/
+6
1998-10-19
- don't use env variables for passwords and usernames (yeah!)
Andrew Tridgell
1
-15
/
+36
1998-10-17
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
1
-0
/
+4
1998-10-16
changed some debug levels
Andrew Tridgell
1
-3
/
+8
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-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-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
- updated docs to say OSF1 works
Andrew Tridgell
1
-2
/
+2
1998-10-07
yet another attempt at making this stuff portable. This time I use
Andrew Tridgell
1
-0
/
+109
1998-10-07
more OSF1 changes as well as changes to allow us to use the standard
Andrew Tridgell
1
-1
/
+1
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
1
-4
/
+26
1998-10-06
added a wrapper for fork()
Andrew Tridgell
1
-0
/
+69
1998-10-06
fixed a bug in time setting (utime() call)
Andrew Tridgell
1
-2
/
+5
1998-10-06
implemented attribute mapping and chmod. file attributes are mapped in
Andrew Tridgell
1
-3
/
+8
1998-10-06
added SMBW_PREFIX environment variable (allowing you to specify root
Andrew Tridgell
1
-16
/
+26
1998-10-06
use smbw_errno() not smbw_error()
Andrew Tridgell
1
-1
/
+1
1998-10-05
- fixed errno return in smbw_open()
Andrew Tridgell
1
-4
/
+1
1998-10-05
got smbwrapper working on IRIX 6.4. Things got a bit tricky,
Andrew Tridgell
1
-2
/
+3
1998-10-05
ported smbwrapper to SunOS4. It seems to work. pity so many binaries on
Andrew Tridgell
1
-5
/
+22
1998-10-05
got rid of all assembly code and gcc special features. I'm hoping to
Andrew Tridgell
1
-31
/
+0
1998-10-05
removed requirement of having a smb.conf for smbwrapper to work.
Andrew Tridgell
1
-3
/
+1
1998-10-05
- added pread pread64 pwrite pwrite64 and open64
Andrew Tridgell
1
-3
/
+71
1998-10-05
added a function set_maxfiles() to set our file rlimit to the max
Andrew Tridgell
1
-0
/
+2
1998-10-04
- modified resolve_name() to take a name_type
Andrew Tridgell
1
-2
/
+6
1998-10-04
support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and
Andrew Tridgell
1
-4
/
+27
1998-10-04
use *SMBSERVER convention in smbwrapper to allow us to connect to
Andrew Tridgell
1
-3
/
+9
1998-10-04
add support for unlink() on printer shares in smbwrapper. unlink()
Andrew Tridgell
1
-1
/
+9
1998-10-04
added support for printing via smbwrapper
Andrew Tridgell
1
-2
/
+1
1998-10-04
add support for dup() and dup2()
Andrew Tridgell
1
-17
/
+145
1998-10-04
refuse symlinks to or from a smb path
Andrew Tridgell
1
-2
/
+2
1998-10-04
modified cli_read() and cli_write() to issue multiple outstanding
Andrew Tridgell
1
-2
/
+3
1998-10-04
use dummy file descriptors opened on /dev/null to ensure that the smbw
Andrew Tridgell
1
-6
/
+10
1998-10-04
more smbw cleanups.
Andrew Tridgell
1
-152
/
+3
1998-10-04
- split smbw directory code into smbw_dir.c
Andrew Tridgell
1
-619
/
+21
1998-10-04
simplied the layout of the smbwrapper code. All those 3 line files
Andrew Tridgell
1
-10
/
+11
1998-10-04
we need to do a load_interfaces() at startup to support broadcast
Andrew Tridgell
1
-0
/
+2
[next]