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-27
YODL conversion of make_smbcodepage.1
Jeremy Allison
1
-0
/
+131
1998-10-27
add ifdef for "long double"
Andrew Tridgell
1
-12
/
+18
1998-10-26
added a vsnprintf() implementation from cvslock. See the notes on the
Andrew Tridgell
4
-47
/
+803
1998-10-26
Here is the simple debug parser and the debug2html converter. Still to do:
Christopher R. Hertel
3
-0
/
+635
1998-10-26
First part of YODL converted documentation.
Jeremy Allison
1
-0
/
+116
1998-10-26
Added new German consultant.
Jeremy Allison
1
-1
/
+22
1998-10-26
Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Jeremy Allison
1
-2
/
+5
1998-10-26
report ourselves as HTTP/1.0 not HTTP/1.1
Andrew Tridgell
1
-3
/
+3
1998-10-26
added a couple more error codes to cli_error()
Andrew Tridgell
1
-0
/
+6
1998-10-25
A little more tweaking and sqeaking. Now, will it work? Argh!
John Terpstra
2
-42
/
+114
1998-10-25
Welcome to Pacific HiTech TurboLinux support.
John Terpstra
13
-0
/
+1002
1998-10-25
Packaging mods - make sure we always keep our config files and NEVER mv them ...
John Terpstra
1
-8
/
+11
1998-10-24
fix for John.
Andrew Tridgell
1
-8
/
+8
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
9
-35
/
+85
1998-10-24
make sure that apps can't close one of the internal smbw file
Andrew Tridgell
4
-2
/
+32
1998-10-24
Fix for -fpic rules (.c.po and .c.po32) when using --enable-maintainer-mode.
Tim Potter
1
-4
/
+4
1998-10-24
Unlink zero length files that did NOT exist at the point of origin on a do_ge...
John Terpstra
1
-1
/
+4
1998-10-23
added domain and local group structures. names may have to be 256 chars
Luke Leighton
2
-16
/
+60
1998-10-23
Handle the case where multiple smbd have the file open, some of whom
Jeremy Allison
2
-17
/
+76
1998-10-23
set netlogon negotiation flags to 0x1ff, not to what the client requests.
Luke Leighton
3
-19
/
+24
1998-10-23
possible bug in change oem password code: replaced E_P16 and E_md4hash
Luke Leighton
1
-9
/
+1
1998-10-23
Updated paths.
John Terpstra
1
-5
/
+1
1998-10-23
Make the new code conditional on lp_share_modes() just like the code in open_...
Jeremy Allison
1
-36
/
+39
1998-10-23
Fixed debug reporting in the changed code.
Jeremy Allison
1
-1
/
+6
1998-10-23
Fixed bug in previous commit where I was overwriting share_mode from
Jeremy Allison
1
-3
/
+4
1998-10-23
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
10
-41
/
+225
1998-10-23
don't enable smbsh/smbwrapper on systems where we can't work out how
Andrew Tridgell
5
-376
/
+401
1998-10-23
don't use SMBW_PWD_ENV any more
Andrew Tridgell
1
-3
/
+0
1998-10-23
fixed problems with PWD - we no longer use the PWD env variable
Andrew Tridgell
3
-11
/
+19
1998-10-23
make the shared variable stuff slightly more sophisticated
Andrew Tridgell
1
-12
/
+26
1998-10-23
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
9
-72
/
+146
1998-10-22
torture debug.
Luke Leighton
2
-1
/
+14
1998-10-22
enumeration tests (files, sessions, shares, connections).
Luke Leighton
1
-0
/
+32
1998-10-22
Okay, this is really silly but removing one space from one debug statement
Christopher R. Hertel
1
-1
/
+1
1998-10-22
rpctorture command
Luke Leighton
5
-8
/
+544
1998-10-22
Removed previously #ifdef 0 'ed code.
Jeremy Allison
1
-37
/
+0
1998-10-22
Tidied up Support.txt to be up to date with latest consultant
Jeremy Allison
1
-52
/
+76
1998-10-22
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
Jeremy Allison
4
-4
/
+11
1998-10-22
bug fix in lsa_trans_names.
Luke Leighton
5
-7
/
+14
1998-10-22
Minor change.
Christopher R. Hertel
1
-1
/
+1
1998-10-22
extern fstring global_myworkgroup should be a pstring
Luke Leighton
1
-2
/
+2
1998-10-22
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
7
-38
/
+138
1998-10-22
Another cosmetic change.
Christopher R. Hertel
1
-2
/
+8
1998-10-21
domain aliases added a bit better: does local aliases if you query
Luke Leighton
15
-104
/
+166
1998-10-21
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
10
-26
/
+593
1998-10-21
I received a bug report from Massimo Campostrini in Pisa. There are a pair
Christopher R. Hertel
2
-10
/
+53
1998-10-21
added "start index" skipping into querydispinfo.
Luke Leighton
1
-5
/
+15
1998-10-21
Changed the debug calls to use the newer debug macros. This allowed me to
Christopher R. Hertel
1
-59
/
+151
1998-10-21
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
11
-34
/
+58
[next]