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
Age
Commit message (
Expand
)
Author
Files
Lines
1998-10-05
Speed up directory creation for the common case (i.e., it exists already)
Alexandre Oliva
1
-16
/
+24
1998-10-05
don't define creat() under linux until we get the CREAT_BITS stuff
Andrew Tridgell
2
-2
/
+9
1998-10-04
we need to use __readdir() in preference to SYS_readdir for systems
Andrew Tridgell
2
-3
/
+2
1998-10-04
bin/cvsignore: deleted, so that bin can be removed from the repository
Alexandre Oliva
8
-70
/
+50
1998-10-04
Avoid the message `make: [.deps/.P] Error 1 (ignored)'
Alexandre Oliva
1
-2
/
+2
1998-10-04
drat. We can't include sys/fcntl.h because that gives
Andrew Tridgell
2
-2
/
+2
1998-10-04
more solaris 2.5 fixups. It now seems to be working pretty well.
Andrew Tridgell
9
-274
/
+716
1998-10-04
ignore .po files
Andrew Tridgell
1
-1
/
+1
1998-10-04
warn user if LIBDIR isn't set right
Andrew Tridgell
1
-1
/
+6
1998-10-04
fixed some stuff for Linux that porting to Solaris broke
Andrew Tridgell
6
-414
/
+427
1998-10-04
don't list the IPC$ share in directory listings (it causes infinite
Andrew Tridgell
1
-0
/
+2
1998-10-04
started basic support for solaris 2.5 in smbwrapper.
Andrew Tridgell
13
-179
/
+661
1998-10-04
- modified resolve_name() to take a name_type
Andrew Tridgell
8
-157
/
+186
1998-10-04
support NetServerEnum in smbwrapper. You can now do a ls in /smb/ and
Andrew Tridgell
5
-10
/
+96
1998-10-04
support using #xx at end of netbios name to connect to the specified name type
Andrew Tridgell
1
-0
/
+6
1998-10-04
use *SMBSERVER convention in smbwrapper to allow us to connect to
Andrew Tridgell
4
-6
/
+12
1998-10-04
add support for unlink() on printer shares in smbwrapper. unlink()
Andrew Tridgell
4
-4
/
+54
1998-10-04
added support for printing via smbwrapper
Andrew Tridgell
8
-19
/
+214
1998-10-04
add support for dup() and dup2()
Andrew Tridgell
5
-25
/
+181
1998-10-04
use CLI_BUFFER_SIZE instead of BUFFER_SIZE
Andrew Tridgell
1
-10
/
+12
1998-10-04
set a default 16k client buffer size
Andrew Tridgell
1
-0
/
+4
1998-10-04
Added E Jay Berkenbilt's fixes
Richard Sharpe
3
-2
/
+10
1998-10-04
refuse symlinks to or from a smb path
Andrew Tridgell
3
-2
/
+17
1998-10-04
fix an error code in cli_error()
Andrew Tridgell
1
-1
/
+1
1998-10-04
modified cli_read() and cli_write() to issue multiple outstanding
Andrew Tridgell
5
-58
/
+139
1998-10-04
use dummy file descriptors opened on /dev/null to ensure that the smbw
Andrew Tridgell
5
-12
/
+23
1998-10-04
more smbw cleanups.
Andrew Tridgell
9
-167
/
+288
1998-10-04
- split smbw directory code into smbw_dir.c
Andrew Tridgell
3
-619
/
+658
1998-10-04
support a few more function types (like ino_t and off_t)
Andrew Tridgell
1
-1
/
+1
1998-10-04
use const char
Andrew Tridgell
1
-2
/
+2
1998-10-04
simplied the layout of the smbwrapper code. All those 3 line files
Andrew Tridgell
32
-1076
/
+556
1998-10-04
we need to do a load_interfaces() at startup to support broadcast
Andrew Tridgell
1
-0
/
+2
1998-10-03
use __XXXdir() instead of __libc_XXXdir()
Andrew Tridgell
6
-26
/
+5
1998-10-03
drat.
Andrew Tridgell
8
-6
/
+263
1998-10-03
fixed a authentication problem with non-encrypting servers
Andrew Tridgell
1
-2
/
+3
1998-10-03
fixed initialisation bug in rpcclient (stdout is not a constant)
Andrew Tridgell
1
-1
/
+3
1998-10-03
don't call functions that aren't there yet. (Luke had the code
Andrew Tridgell
1
-0
/
+2
1998-10-03
added fchdir() support
Andrew Tridgell
5
-5
/
+67
1998-10-03
fixed vi on smbwrappper (it was a problem in cli_read())
Andrew Tridgell
4
-8
/
+6
1998-10-03
fixed wrapper for access(). This gets xedit working.
Andrew Tridgell
1
-1
/
+1
1998-10-03
support getcwd() in smbwrapper
Andrew Tridgell
4
-2
/
+66
1998-10-03
added mkdir() and rmdir() support
Andrew Tridgell
5
-0
/
+152
1998-10-03
added simple device/inode number support based on a checksum of the
Andrew Tridgell
4
-5
/
+21
1998-10-03
added a bit more to the docs
Andrew Tridgell
3
-14
/
+25
1998-10-03
added lseek() support for directories
Andrew Tridgell
5
-6
/
+85
1998-10-03
fixed a bug in name_len() (thanks to kooros@kooros.netrack.net)
Andrew Tridgell
1
-7
/
+7
1998-10-03
added lseek() to smbwrapper
Andrew Tridgell
2
-7
/
+54
1998-10-03
use O_ACCMODE
Andrew Tridgell
1
-1
/
+1
1998-10-03
- always open for reading (otherwise getattrE won't work).
Andrew Tridgell
1
-4
/
+11
1998-10-03
updated prototypes
Andrew Tridgell
1
-2
/
+2
[next]