index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Broke out vfs structures to separate header file.
Tim Potter
1999-04-20
1
-44
/
+11
*
Changed arguments to fsync() function to break dependency on
Tim Potter
1999-04-20
3
-18
/
+22
*
Broke out of smb.h
Tim Potter
1999-04-20
1
-0
/
+131
*
open_socket_in() takes a different number of parameters in the head
Andrew Tridgell
1999-04-17
1
-1
/
+1
*
fixed a typo
Andrew Tridgell
1999-04-17
1
-1
/
+1
*
damn, new files need to be added to the head branch first, I've told
Andrew Tridgell
1999-04-17
2
-0
/
+243
*
Removed unused vfs_read_data() function at the request of tridge.
Tim Potter
1999-04-14
1
-49
/
+0
*
Fix compile warning in nametouid().
Tim Potter
1999-04-12
1
-1
/
+1
*
Allow "Yes" and "No" as well as "True" and "False" in the three-state
Matthew Chapman
1999-04-11
1
-1
/
+1
*
Trying to improve DC location & browsing performance for the average user
Matthew Chapman
1999-04-11
4
-48
/
+83
*
Fixed rpcclient's samuser command.
Matthew Chapman
1999-04-11
1
-37
/
+35
*
Incorrect length (number of unicode characters rather than buffer size)
Matthew Chapman
1999-04-11
1
-1
/
+1
*
Modification to compile under egcs 2.91.63.
Tim Potter
1999-04-11
1
-3
/
+6
*
Mainly BDC-related changes.
Matthew Chapman
1999-04-08
1
-10
/
+26
*
Mainly BDC-related changes.
Matthew Chapman
1999-04-08
1
-1
/
+5
*
Mainly BDC-related changes.
Matthew Chapman
1999-04-08
10
-56
/
+648
*
Mainly BDC-related changes.
Matthew Chapman
1999-04-08
4
-8
/
+370
*
Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A
Matthew Chapman
1999-04-08
1
-2
/
+3
*
Always do a compile before CVS commit! )-:
Tim Potter
1999-04-08
2
-1
/
+2
*
Forgot about closedir() function for VFS. Hoo embarassing.
Tim Potter
1999-04-08
4
-2
/
+13
*
Changed calls to strncat() to safe_strcat(). Fix from SAMBA_2_0 branch.
Tim Potter
1999-04-07
1
-4
/
+4
*
Dejan Ilic: spotted "NETLOGON" bug, failure of NT_STATUS WRONG_PASSWORD.
Luke Leighton
1999-04-06
1
-3
/
+3
*
Under IRIX, a void function may return a value, even if that value is
Tim Potter
1999-04-05
1
-1
/
+1
*
Fix incorrect conversion of fd_attempt_open() calls to vfs_ops.open().
Tim Potter
1999-04-05
1
-9
/
+12
*
Use VFS I/O for stat_cache_lookup()
Tim Potter
1999-04-05
1
-3
/
+5
*
Disable VFS routines if no libdl available.
Tim Potter
1999-04-05
2
-3
/
+13
*
Fixed spelling typo in Kerberos configure option.
Tim Potter
1999-04-04
1
-1
/
+1
*
Updated for VFS merge.
Tim Potter
1999-04-04
1
-6
/
+47
*
Fixed up incorrect calls to read_file().
Tim Potter
1999-04-04
1
-2
/
+2
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-8
/
+7
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-3
/
+2
*
#ifdef'ed out functions obsoleted by VFS:
Tim Potter
1999-04-04
1
-4
/
+14
*
Added smbd/vfs.o and smbd/vfs-wrap.o to object list for smbd.
Tim Potter
1999-04-04
1
-1
/
+2
*
Wrote VFS initialisation routines.
Tim Potter
1999-04-04
1
-0
/
+407
*
Wrapped up all VFS disk I/O functions for portability. I remember
Tim Potter
1999-04-04
1
-0
/
+180
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
7
-110
/
+126
*
Call VFS initialisation, share connect and share disconnect functions.
Tim Potter
1999-04-04
1
-1
/
+35
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-22
/
+32
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-5
/
+5
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
1
-3
/
+3
*
Use VFS operations for file I/O.
Tim Potter
1999-04-04
2
-7
/
+8
*
Added struct vfs_ops describing virtual filesystem operations.
Tim Potter
1999-04-04
1
-30
/
+77
*
Added configuration parameter 'vfs object' to specify loadable object
Tim Potter
1999-04-04
1
-0
/
+20
*
new files needed by profiling code
Andrew Tridgell
1999-04-01
2
-0
/
+145
*
Ken McDonell from SGI was interested in adding some profiling
Andrew Tridgell
1999-04-01
12
-629
/
+870
*
declare ttarf as double, as in client.c
Alexandre Oliva
1999-03-30
1
-1
/
+1
*
use double instead of SMB_BIG_UINT for dir_total and ttarf
Alexandre Oliva
1999-03-30
2
-4
/
+4
*
added SamrQueryDomainInfo call info level 0x3 for kix32.exe support
Luke Leighton
1999-03-29
4
-10
/
+57
*
"User Manager" - create user + change password now work.
Luke Leighton
1999-03-25
3
-7
/
+68
*
SMB_BIG_INT dir_total incompatible with %d: must use %llu (line 446)
Luke Leighton
1999-03-25
1
-1
/
+1
[prev]
[next]