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
1997-12-03
add a warning if the timezone is not a multiple of 1 minute. This
Andrew Tridgell
1
-0
/
+5
1997-12-03
allow users to disable the NetWkstaUserLogon call in server level
Andrew Tridgell
2
-0
/
+12
1997-12-03
make the "printing" option a per share option rather than global. When
Andrew Tridgell
4
-10
/
+14
1997-12-03
I'm slowly getting though the todo list :-)
Andrew Tridgell
2
-3
/
+8
1997-12-03
hopefully handle "ready and waiting" messages in print queue output a
Andrew Tridgell
1
-0
/
+3
1997-12-03
fix toupper(c) on a already uppercase char and tolower(c) on an
Andrew Tridgell
1
-0
/
+2
1997-12-02
fixed the help message for -p (someone complained!)
Andrew Tridgell
1
-1
/
+1
1997-12-02
add the null string to SMBsetatr calls
Andrew Tridgell
1
-1
/
+3
1997-12-02
changing the comment in find_new_file() to say why a base of 1 is used
Andrew Tridgell
1
-2
/
+1
1997-12-02
the default GUEST_ACCOUNT should be here not in smb.h
Andrew Tridgell
1
-0
/
+6
1997-12-02
HPUX trusted systems need to use bigcrypt() not crypt()
Andrew Tridgell
1
-0
/
+4
1997-12-02
get rid of some things out of smb.h that are already in local.h
Andrew Tridgell
1
-12
/
+0
1997-12-02
dont try getpeername() when Client isn't initialised
Andrew Tridgell
1
-0
/
+8
1997-12-02
Documented the 'veto oplock files' parameter.
Jeremy Allison
1
-0
/
+24
1997-12-02
asyncdns.c: Removed warning when compiling with -DSYNC_DNS.
Jeremy Allison
4
-22
/
+11
1997-12-01
fix for systems that don't have PWD environment variable defined
Herb Lewis
1
-0
/
+2
1997-12-01
remove stutter from closing instructions
Herb Lewis
1
-2
/
+2
1997-12-01
dded error checking to scripts
Herb Lewis
4
-8
/
+37
1997-11-30
the logon script example should use %U.bat not %u.bat
Andrew Tridgell
1
-2
/
+2
1997-11-30
clientgen.c: Added cli_mv() (used in a recent torture test).
Jeremy Allison
4
-24
/
+96
1997-11-29
don't display locks for dead processes in smbstatus
Andrew Tridgell
2
-5
/
+9
1997-11-29
use -1 not 0xffffffff in SIVALS() macros
Andrew Tridgell
2
-27
/
+5
1997-11-29
added a sent_oplock_break element to Files[] as a paranoia check so we
Andrew Tridgell
4
-11
/
+26
1997-11-28
pass the mailslot name to process_logon_packet()
Andrew Tridgell
3
-24
/
+38
1997-11-28
get_entries is an int not a bool
Andrew Tridgell
1
-1
/
+1
1997-11-28
preparing for release of 1.9.18alpha12
Samba Release Account
42
-43
/
+43
1997-11-28
there was a bug in my oplock bugfix :-)
Andrew Tridgell
1
-3
/
+3
1997-11-28
fixed a very nasty oplock bug. We could send oplock break requests on
Andrew Tridgell
1
-3
/
+4
1997-11-26
oh no! my favourite hack is broken. You can't do:
Andrew Tridgell
1
-1
/
+1
1997-11-25
get rid of stat command (it is a hangover from an old experiment)
Andrew Tridgell
1
-38
/
+0
1997-11-24
Remind them to read the man page about needing to be root.
Dan Shearer
1
-2
/
+4
1997-11-24
added cli_rmdir and cli_mkdir
Andrew Tridgell
3
-6
/
+114
1997-11-23
added a SMB_QUERY_FILE_ALL_INFO test into smbtorture
Andrew Tridgell
2
-1
/
+70
1997-11-23
added some QPATHINFO and QFILEINFO tests into smbtorture.
Andrew Tridgell
4
-12
/
+174
1997-11-23
test SMBsetatr as well
Andrew Tridgell
3
-11
/
+75
1997-11-23
minor wsmbconf and cgi changes
Andrew Tridgell
3
-44
/
+60
1997-11-23
added a test for the NT SMBgetatr bug in smbtorture
Andrew Tridgell
3
-20
/
+115
1997-11-22
this new cgi code includes the ability to act as a mini web server,
Andrew Tridgell
2
-134
/
+1020
1997-11-22
fixed some typecasts of (char *) to (unsigned char *)
Andrew Tridgell
1
-4
/
+4
1997-11-22
the usual :-)
Andrew Tridgell
1
-2
/
+2
1997-11-22
added true enumerated types in loadparm.c. Now we don't need all those
Andrew Tridgell
5
-389
/
+347
1997-11-21
Just fixed a *serious* bug in nameelect.c to do with local
Jeremy Allison
1
-0
/
+1
1997-11-21
Added in mods for new smb.conf "remote browse sync" option as posted to
John Terpstra
5
-0
/
+71
1997-11-21
use LocTimeDiff() not TimeDiff() to ensure that longdate conversion is
Andrew Tridgell
1
-1
/
+2
1997-11-20
added some debug lines to the rename code
Andrew Tridgell
1
-4
/
+13
1997-11-19
changed nmblookup to only set recursion_desired in queries if the -R
Andrew Tridgell
2
-4
/
+10
1997-11-19
fixed typo
Andrew Tridgell
1
-1
/
+1
1997-11-18
ipc.c: Changed reply_trans to use receive_next_smb() to cope
Jeremy Allison
5
-9
/
+61
1997-11-18
don't do the 255.255.255.255 mapping for group names if the name type
Andrew Tridgell
1
-1
/
+1
1997-11-17
loadparm.c : Added "veto oplock files" parameter.
Jeremy Allison
6
-6
/
+26
[next]