index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
r2112: Simplify the mangle hash code to use an in-memory tdb.
Jeremy Allison
2007-10-10
2
-165
/
+57
*
r2083: Fix memleak on return code path.
Jeremy Allison
2007-10-10
1
-5
/
+6
*
r2082: lp_path should be lp_pathname.
Jeremy Allison
2007-10-10
2
-2
/
+3
*
r2077: fix logic bug in the check for creating a user's home directory in reg...
Gerald Carter
2007-10-10
1
-10
/
+13
*
r2076: Removed old dir caching code - not being used now we have the
Jeremy Allison
2007-10-10
3
-126
/
+3
*
r2032: If you're selecting a hash algorithm for tdb, you need to do it at ope...
Jeremy Allison
2007-10-10
1
-22
/
+14
*
r2027: Fix for but #1657, used initialized variable, from
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r2026: Simplify statcache to use an in-memory tdb. Modify tdb to use
Jeremy Allison
2007-10-10
1
-75
/
+65
*
r2016: Add message to ease access-control-debugging.
Günther Deschner
2007-10-10
1
-0
/
+1
*
r2013: BUG 1658: little bit of const (patch from : Helmut Heinreichsberger...
Gerald Carter
2007-10-10
1
-1
/
+1
*
r1980: Re-apply (remember to remove entry from list on delete this time :-).
Jeremy Allison
2007-10-10
1
-49
/
+25
*
r1978: Roll it back until I do it right.... :-).
Jeremy Allison
2007-10-10
1
-24
/
+49
*
r1976: Simplify, use standard dlist interface.
Jeremy Allison
2007-10-10
1
-49
/
+24
*
r1939: Ensure with my new change we set extended security in flags2 in
Jeremy Allison
2007-10-10
1
-0
/
+3
*
r1936: Fix bug noticed by Steve - ensure extended security bit is on only
Jeremy Allison
2007-10-10
2
-1
/
+7
*
r1885: tighten the cache consistency with the ntprinters.tdb entry an the in ...
Gerald Carter
2007-10-10
3
-2
/
+3
*
r1866: Fix for bug #1602 reported by <m.proehl@science-computing.de>.
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r1841: Fix for #1606, can't launch dos exe's.
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1681: Ensure we return the same ACL revision on the wire that W2K3 does.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r1665: Patch from James Peach @ SGI to stop using sendfile if it isn't
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r1661: Changed the password history format so that each history entry
Jeremy Allison
2007-10-10
1
-7
/
+13
*
r1570: merging changes from 3.0.5
Gerald Carter
2007-10-10
5
-17
/
+15
*
r1531: smbd/tdbutil.c isn't used anymore. Bug 1443 is suspected to be a tdb
Volker Lendecke
2007-10-10
1
-85
/
+0
*
r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...
Jeremy Allison
2007-10-10
1
-11
/
+15
*
r1492: Rework our random number generation system.
Andrew Bartlett
2007-10-10
1
-5
/
+6
*
r1472: Make mknod work again for the CIFS client. Still needs some
Jeremy Allison
2007-10-10
1
-10
/
+29
*
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
2007-10-10
1
-2
/
+6
*
r1388: Adding password history code for ldap backend, based on a patch from
Jeremy Allison
2007-10-10
1
-10
/
+75
*
r1375: When setting writable=yes in smb.conf and only allow read access in the
Volker Lendecke
2007-10-10
1
-0
/
+7
*
r1370: BUG 1297 - prevent map_username() from being called twice during logon
Gerald Carter
2007-10-10
1
-0
/
+2
*
r1333: NFS Quota support from Dan Peterson.
Richard Sharpe
2007-10-10
1
-1
/
+203
*
r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a sec...
Volker Lendecke
2007-10-10
1
-19
/
+23
*
r1311: Turn on sendfile for non-oplocked files. tridge proved
Jeremy Allison
2007-10-10
1
-8
/
+10
*
r1304: Turns out non-io opens that cause oplock breaks are a *different* set
Jeremy Allison
2007-10-10
1
-2
/
+2
*
r1301: Fix bogus error message when using "mangling method = hash" rather
Jeremy Allison
2007-10-10
1
-2
/
+4
*
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
2007-10-10
3
-2
/
+28
*
r1260: Added new parameter in the protocol section. "defer sharing violations",
Jeremy Allison
2007-10-10
1
-0
/
+8
*
r1259: Ensure we pass Samba4 RAW-RENAME test.
Jeremy Allison
2007-10-10
1
-9
/
+165
*
r1257: Ensure we deferr a sharing violation on rename correctly.
Jeremy Allison
2007-10-10
1
-1
/
+11
*
r1255: Ensure we check attributes correctly on rename request. Gets us furthe...
Jeremy Allison
2007-10-10
2
-7
/
+12
*
r1154: Change default setting for case sensitivity to "auto". If set to auto
Jeremy Allison
2007-10-10
7
-16
/
+48
*
r1122: As spotted by lha@stacken.kth.se we don't actually use this variable a...
Andrew Bartlett
2007-10-10
1
-2
/
+0
*
r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...
Jeremy Allison
2007-10-10
1
-1
/
+9
*
r1115: Fix for #1427. Catch bad path errors at the right point. Ensure all
Jeremy Allison
2007-10-10
6
-78
/
+177
*
r1097: Fix errno being incorrectly set. Noticed by Richard.
Jeremy Allison
2007-10-10
1
-0
/
+1
*
r1093: Ensure we clear any cached errors on a deferred open call so
Jeremy Allison
2007-10-10
4
-0
/
+20
*
r1089: Removed spurious oplock message in deferred open processing.
Jeremy Allison
2007-10-10
3
-5
/
+17
*
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
2007-10-10
8
-47
/
+521
*
r1011: fix bad merge (from a few months ago) and ensure that we always use td...
Gerald Carter
2007-10-10
2
-6
/
+6
[next]