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
2001-04-02
include/ntdomain.h:
Jeremy Allison
5
-76
/
+158
2001-04-01
Integrated solaris nfs quota code from Alan Romeril <a.romeril@ic.ac.uk>
Jeremy Allison
1
-112
/
+275
2001-03-31
configure configure.in include/config.h.in lib/replace.c: Added test and repl...
Jeremy Allison
7
-642
/
+696
2001-03-31
started converting some of the only-ascii code to use srvstr_*
Andrew Tridgell
3
-475
/
+494
2001-03-30
utils/torture.c: Added one more delete on close test.
Jeremy Allison
2
-3
/
+58
2001-03-30
Fixed extern ref typo for file generic perms. 2am coding strikes again :-).
Jeremy Allison
1
-1
/
+1
2001-03-30
This is a big, rather ugly patch. Whilst investigating the files not truncated
Jeremy Allison
9
-194
/
+258
2001-03-30
Added one more test - just to make sure flag can be unset.
Jeremy Allison
1
-1
/
+43
2001-03-30
Expanded delete on close test to 6 cases. I now understand the semantics of
Jeremy Allison
1
-2
/
+53
2001-03-30
Changed to using GENERIC_XX constants instead of hex values to make
Jeremy Allison
1
-9
/
+57
2001-03-30
Added delete on close test that has allowed me to determine how w2k
Jeremy Allison
1
-0
/
+147
2001-03-29
Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.
Jeremy Allison
2
-0
/
+42
2001-03-29
Added cli_nt_create_full() as a way to get at all the ntcreate parameters.
Jeremy Allison
2
-6
/
+23
2001-03-28
Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.
Jeremy Allison
1
-1
/
+1
2001-03-28
Fixed typo bug spotted by Jim Vopni jimv@metrics.com. Caused no status to
Jeremy Allison
1
-1
/
+1
2001-03-28
rename of 16 new_smb_io functions to smb_io_* for consistency sake
Gerald Carter
4
-165
/
+165
2001-03-28
More memory leaks fixed courtesy of Insure ...
Richard Sharpe
1
-11
/
+44
2001-03-28
Changed usage message for query_groupmem and query_usergroups as they don't
Tim Potter
1
-2
/
+2
2001-03-28
Fixed the problem Gerald reported. Unfortunately we need to go back to
Jeremy Allison
1
-194
/
+110
2001-03-27
make proto
Gerald Carter
1
-7
/
+7
2001-03-27
merge from 2.2.
Gerald Carter
4
-69
/
+69
2001-03-27
One small Insure fix for a memory leak. More fixes to come perhaps ...
Richard Sharpe
1
-2
/
+52
2001-03-27
Removed NFS quotas code for Solaris as Alan wants to re-write it.
Jeremy Allison
1
-279
/
+112
2001-03-27
Patch from itegem <J.P.M.v.Itegem@ele.tue.nl> to handle LPRng v3.16 and above.
Jeremy Allison
1
-11
/
+30
2001-03-27
Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.
Jeremy Allison
1
-112
/
+279
2001-03-27
standards.h only exists on IRIX 6.x and above (Herb please check !).
Jeremy Allison
2
-2
/
+2
2001-03-27
Patch from David Gibson <dgibson@linuxcare.com> to reduce "silent abort"
Jeremy Allison
2
-52
/
+84
2001-03-27
Fix for ENOSPC from DCB.
Jeremy Allison
1
-4
/
+10
2001-03-27
Bail out early if null passwords and lp_null_passwords not set.
Jeremy Allison
1
-0
/
+5
2001-03-27
merge from 2.2
Gerald Carter
1
-8
/
+71
2001-03-26
Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip on
Jeremy Allison
1
-1
/
+2
2001-03-26
Fix from Ryo Kawahara <rkawa@lbe.co.jp> to make SWAT correctly write and smb....
Jeremy Allison
6
-26
/
+75
2001-03-26
Fix for smbtar race condition from Glenn Burkhardt <glenn@aoi.ultranet.com>.
Jeremy Allison
1
-1
/
+11
2001-03-26
Missed a cli_set_port on message code connect.
Jeremy Allison
1
-1
/
+1
2001-03-26
Patch from Sean.Batt@anu.edu.au to ensure error reporting is done before
Jeremy Allison
1
-3
/
+3
2001-03-26
Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.
Jeremy Allison
1
-1
/
+13
2001-03-26
Patch to make automount lookup fallback to get home directory from getpwnam.
Jeremy Allison
2
-28
/
+40
2001-03-26
smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it
Jeremy Allison
3
-15
/
+15
2001-03-26
Ensure get/set NT ACL code is redirected through vfs.
Jeremy Allison
1
-2
/
+2
2001-03-26
smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.
Jeremy Allison
2
-67
/
+19
2001-03-25
merge from 2.2
Gerald Carter
1
-0
/
+96
2001-03-23
Added Gerald's fixes.
Jeremy Allison
2
-3
/
+0
2001-03-23
a much simpler talloc() implementation. This version has the following
Andrew Tridgell
2
-31
/
+37
2001-03-23
More unused variables.
Jeremy Allison
3
-28
/
+6
2001-03-23
Fix insure-found parameter size missmatch.
Jeremy Allison
2
-3
/
+3
2001-03-23
Made the fixes Andrew suggested to asci string code to use srvstr_push.
Jeremy Allison
1
-2
/
+2
2001-03-23
Two OS/2 printer fixes from Jim McDonough @ IBM.
Jeremy Allison
5
-17
/
+210
2001-03-23
groupdb/mapping.c:
Jeremy Allison
5
-464
/
+482
2001-03-23
can delete mapping from command line now.
Jean-François Micouleau
1
-12
/
+15
2001-03-23
Sync up with 2.2 ACL code.
Jeremy Allison
2
-52
/
+84
[next]