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
2007-10-10
r1392: Added password history code to tdbsam backend. Not yet tested (ie. may
Jeremy Allison
3
-387
/
+388
2007-10-10
r1390: Improve description of attribute.
Jeremy Allison
1
-1
/
+1
2007-10-10
r1388: Adding password history code for ldap backend, based on a patch from
Jeremy Allison
8
-41
/
+251
2007-10-10
r1386: We can't use sendfile for Win9x. It causes oplock failures (who knew.....
Jeremy Allison
1
-1
/
+1
2007-10-10
r1384: ensure we remove the tdb entry for a job in the spooling state
Gerald Carter
1
-3
/
+0
2007-10-10
r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...
Gerald Carter
1
-4
/
+4
2007-10-10
r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...
Gerald Carter
1
-3
/
+5
2007-10-10
r1378: Better debugging so I don't get confused what principal we mean.
Jeremy Allison
1
-2
/
+2
2007-10-10
r1375: When setting writable=yes in smb.conf and only allow read access in the
Volker Lendecke
1
-0
/
+7
2007-10-10
r1373: Fix from Guenther Deschner <gd@sernet.de> to ensure last error return ...
Jeremy Allison
1
-1
/
+2
2007-10-10
r1370: BUG 1297 - prevent map_username() from being called twice during logon
Gerald Carter
2
-15
/
+19
2007-10-10
r1368: fix configure check so that if you set --enable-cups[=yes] and don't h...
Gerald Carter
1
-1
/
+3
2007-10-10
r1361: patch from Guenther Deschner <gd@sernet.de> to ensure that REG_SZ valu...
Gerald Carter
1
-2
/
+4
2007-10-10
r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. This
Volker Lendecke
1
-1
/
+1
2007-10-10
r1338: A netlogon schannel failure is a normal event with XP clients. They ca...
Volker Lendecke
2
-2
/
+2
2007-10-10
r1333: NFS Quota support from Dan Peterson.
Richard Sharpe
1
-1
/
+203
2007-10-10
r1332: Typo fix.
Rafal Szczesniak
1
-1
/
+1
2007-10-10
r1330: Fix the build for systems without ldap headers
Volker Lendecke
1
-1
/
+1
2007-10-10
r1328: Fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...
Jeremy Allison
2
-190
/
+203
2007-10-10
r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replication
Jeremy Allison
5
-17
/
+18
2007-10-10
r1320: Return an error when the last command read from stdin fails in smbclie...
Jelmer Vernooij
2
-5
/
+7
2007-10-10
r1318: Install libsmbclient into $(LIBDIR), not into hardcoded ${prefix}/lib....
Volker Lendecke
1
-3
/
+3
2007-10-10
r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> to
Jeremy Allison
6
-43
/
+47
2007-10-10
r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a sec...
Volker Lendecke
2
-19
/
+27
2007-10-10
r1311: Turn on sendfile for non-oplocked files. tridge proved
Jeremy Allison
2
-9
/
+11
2007-10-10
r1304: Turns out non-io opens that cause oplock breaks are a *different* set
Jeremy Allison
1
-2
/
+2
2007-10-10
r1301: Fix bogus error message when using "mangling method = hash" rather
Jeremy Allison
1
-2
/
+4
2007-10-10
r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !
Jeremy Allison
1
-1
/
+1
2007-10-10
r1297: Yes, it does survive valgrind for my tests :-)
Volker Lendecke
2
-8
/
+34
2007-10-10
r1295: To be able to send a message to the background queue updated, we need ...
Volker Lendecke
1
-3
/
+7
2007-10-10
r1290: Ensure we remove DNS and DNSFAIL records immediately on timeout.
Jeremy Allison
1
-1
/
+6
2007-10-10
r1287: Attempt to fix the build for systems without kerberos headers.
Volker Lendecke
1
-3
/
+3
2007-10-10
r1285: Put variable definitions into a block before the statements...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1283: Fix typo
Volker Lendecke
1
-1
/
+1
2007-10-10
r1282: gcc 3.2 on SuSE 8.2 does not like #ifdefs inside a macro argument (DEB...
Volker Lendecke
1
-3
/
+5
2007-10-10
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
4
-6
/
+32
2007-10-10
r1260: Added new parameter in the protocol section. "defer sharing violations",
Jeremy Allison
2
-0
/
+12
2007-10-10
r1259: Ensure we pass Samba4 RAW-RENAME test.
Jeremy Allison
1
-9
/
+165
2007-10-10
r1257: Ensure we deferr a sharing violation on rename correctly.
Jeremy Allison
1
-1
/
+11
2007-10-10
r1255: Ensure we check attributes correctly on rename request. Gets us furthe...
Jeremy Allison
2
-7
/
+12
2007-10-10
r1248: Fix from Nick Wellnhofer <wellnhofer@aevum.de> to prevent
Jeremy Allison
1
-4
/
+8
2007-10-10
r1247: Final fix to make this compile on Heimdal.
Jeremy Allison
2
-22
/
+43
2007-10-10
r1245: I think the parameter for "password" and "data" was reversed.
Jeremy Allison
1
-2
/
+2
2007-10-10
r1244: More Heimdal compile fixes.
Jeremy Allison
1
-3
/
+9
2007-10-10
r1243: Fix so this compiles with Heimdal (in Heimdal krb5_kt_cursor is a stru...
Jeremy Allison
1
-16
/
+34
2007-10-10
r1241: Fix incorrect type in printer publishing (struct uuid, not UUID_FLAT).
Jeremy Allison
1
-3
/
+2
2007-10-10
r1240: Ensure we don't shadow Heimdal globals.
Jeremy Allison
3
-13
/
+13
2007-10-10
r1237: Correctly honor infolevel argument. Thanks to Guenther Deschner <gd@se...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come before
Jeremy Allison
5
-10
/
+34
[next]