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-09-24
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
10
-128
/
+245
1998-09-24
qualifier name in session_enum was being assumed to exist. if NULL, the
Luke Leighton
1
-2
/
+2
1998-09-24
took out #ifdef'd code in make_samr_r_query_usergroups that copied
Luke Leighton
1
-10
/
+0
1998-09-24
this fixes the last of the issues where USRMGR.EXE and SRVMGR.EXE were
Luke Leighton
3
-35
/
+41
1998-09-24
removed function names printed out in debug statements (duplicated in
Luke Leighton
1
-33
/
+37
1998-09-24
replaced one of the paragraphs describing nmbd problems. could someone
Luke Leighton
1
-11
/
+10
1998-09-24
Added a minor fix to clitar.c for a bug.
Richard Sharpe
1
-16
/
+2
1998-09-24
check whether system type is the same as stored in the cache (full
Alexandre Oliva
4
-330
/
+475
1998-09-24
automatically detect changes in the system type and exit, telling
Andrew Tridgell
3
-297
/
+318
1998-09-24
some changes to the autoconf support
Andrew Tridgell
1
-7
/
+5
1998-09-23
nttrans.c:
Luke Leighton
3
-6
/
+35
1998-09-23
Hoist by my own petard with warnings (forgot to set strict warnings
Jeremy Allison
1
-6
/
+6
1998-09-23
Fixed data corruption bugs in clitar.c with restores.
Richard Sharpe
1
-17
/
+58
1998-09-23
smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flags
Jeremy Allison
2
-3
/
+3
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
16
-498
/
+805
1998-09-23
look at the CAP_NT_SMBS bit in the client capabilities to determine if
Andrew Tridgell
2
-18
/
+25
1998-09-23
Fixed up warnings in new client code.
Jeremy Allison
2
-47
/
+47
1998-09-21
replace getpass() with getsmbpass() if getsmbpass.c compiles
Alexandre Oliva
10
-76
/
+135
1998-09-21
major autoconf clean-up
Alexandre Oliva
28
-759
/
+1065
1998-09-21
implemented du and tar -n
Alexandre Oliva
2
-5
/
+141
1998-09-20
lp_fstype() proto
Andrew Tridgell
1
-0
/
+1
1998-09-20
3 changes:
Andrew Tridgell
2
-11
/
+16
1998-09-20
added a per-share parameter "fstype" that allows you to select the
Andrew Tridgell
1
-0
/
+5
1998-09-20
add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
Andrew Tridgell
2
-2
/
+5
1998-09-19
Fixed changes in clitar.c that Jeremey noted. One change was
Richard Sharpe
1
-1
/
+2
1998-09-19
Small bit of paranioa. Ensure that if the incoming name to
Jeremy Allison
1
-2
/
+14
1998-09-19
Remove some byte-copying code in unix_format() that did nothing except
Jeremy Allison
1
-8
/
+0
1998-09-18
Now that Alexandre Oliva has explained the use of acconfig.h to
Jeremy Allison
4
-134
/
+133
1998-09-18
Fixed position of LARGE_SMB_OFF_T definition. The SOFF_T define was
Jeremy Allison
1
-8
/
+6
1998-09-18
Changed variable TAB to htab as TAB is defined in a header file on RedHat5.1
Jeremy Allison
1
-2
/
+2
1998-09-18
Fixed problems with premature kernel oplock checkin code.
Jeremy Allison
4
-9
/
+8
1998-09-18
configure configure.in include/config.h.in include/includes.h
Jeremy Allison
8
-217
/
+428
1998-09-18
Fixed compile errors in new code.
Jeremy Allison
1
-3
/
+3
1998-09-18
preparing for release of 2.0.0 alpha 6
Samba Release Account
53
-53
/
+53
1998-09-18
oops ... I got the filenames wrong in my cleanup of the wins database
Andrew Tridgell
1
-1
/
+2
1998-09-18
Adding rewritten restore code ... Old code is still there
Richard Sharpe
3
-69
/
+496
1998-09-18
got rid of SMB_STRUCT_STATVFS. I don't think we should be defining
Andrew Tridgell
4
-36
/
+7
1998-09-18
gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing a
Andrew Tridgell
7
-84
/
+49
1998-09-18
added a SMB_OFF_T_BITS define, allowing us to get rid of most of the
Andrew Tridgell
1
-0
/
+2
1998-09-18
fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)
Andrew Tridgell
1
-1
/
+1
1998-09-18
removed another use of the LL suffix. Hopefully this is the last one
Andrew Tridgell
1
-21
/
+19
1998-09-18
fixed a usage of off_t that should have been SMB_OFF_T
Andrew Tridgell
1
-1
/
+1
1998-09-18
got rid of some #ifdef LARGE_XXXX stuff and got rid of non-portable LL
Andrew Tridgell
1
-15
/
+4
1998-09-18
include/includes.h:
Jeremy Allison
3
-3
/
+10
1998-09-18
nmbd/nmbd_winsserver.c: Fixed printf style warning.
Jeremy Allison
3
-2
/
+3
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
22
-98
/
+206
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
21
-91
/
+100
1998-09-17
configure, configure.in: Added fseek64 and ftell64.
Jeremy Allison
1
-2
/
+2
1998-09-17
preparing for release of 2.0.0 alpha 5
Samba Release Account
53
-53
/
+53
1998-09-17
fixed another potential fork bomb where the wins file becomes
Andrew Tridgell
2
-0
/
+5
[next]