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
r1562: Make winbind for -S (sid->uid) and -Y (sid->gid) check whether the sid
Volker Lendecke
1
-0
/
+41
2007-10-10
r1561: iconv detection fix from James Peach <jpeach@sgi.com>
Gerald Carter
1
-13
/
+19
2007-10-10
r1560: Not that anybody uses this stuff (yet...), but at least get it correct...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1557: Add sigchld handling to winbindd. Next step is to have the child resta...
Richard Sharpe
1
-0
/
+13
2007-10-10
r1553: Good patch from Guenther Deschner <gd@sernet.de> to display share ACL
Jeremy Allison
2
-0
/
+59
2007-10-10
r1539: If a account was locked out by an admin (and has a bad password count ...
Jeremy Allison
1
-6
/
+19
2007-10-10
r1537: Fix to stop printing accounts from resetting the bas password
Jeremy Allison
1
-15
/
+10
2007-10-10
r1532: Remove unused structure element
Volker Lendecke
1
-1
/
+0
2007-10-10
r1531: smbd/tdbutil.c isn't used anymore. Bug 1443 is suspected to be a tdb
Volker Lendecke
2
-86
/
+1
2007-10-10
r1506: Fix inspired by patches from Michael Collin Nielsen <michael@hum.aau.d...
Jeremy Allison
1
-11
/
+15
2007-10-10
r1504: Remove insane use of "user password" on the COMMAND LINE !
Jeremy Allison
1
-25
/
+6
2007-10-10
r1501: One more check for option != 0.
Jeremy Allison
1
-1
/
+5
2007-10-10
r1500: BUG 1516: manually declare ldap_open_with_timeout() to workaround comp...
Gerald Carter
1
-0
/
+9
2007-10-10
r1492: Rework our random number generation system.
Andrew Bartlett
19
-71
/
+82
2007-10-10
r1487: Remove unused parameter for the client-side signing functions.
Andrew Bartlett
3
-4
/
+4
2007-10-10
r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...
Gerald Carter
1
-0
/
+12
2007-10-10
r1478: Useful patch from Tom Alsberg <alsbergt@cs.huji.ac.il>, to export a si...
Simo Sorce
1
-8
/
+24
2007-10-10
r1472: Make mknod work again for the CIFS client. Still needs some
Jeremy Allison
2
-11
/
+42
2007-10-10
r1468: Dump the parametrical options only once at the end of the service.
Simo Sorce
1
-7
/
+7
2007-10-10
r1444: Another attempt to fulfil the 100% promise. There might be two dots at...
Volker Lendecke
1
-1
/
+1
2007-10-10
r1430: Although prepared for only one remote backend, make the 'idmap backend'
Volker Lendecke
2
-6
/
+7
2007-10-10
r1428: Remove *completly bogus* memset. (No doubt my bug, too...).
Andrew Bartlett
1
-2
/
+0
2007-10-10
r1425: Fix memleak in interactive mode. Reformat..
Jeremy Allison
1
-312
/
+292
2007-10-10
r1415: One more memory leak, found by valgrind..
Jeremy Allison
1
-0
/
+3
2007-10-10
r1414: Memory leak fixes found by valgrind whilst checking the password histo...
Jeremy Allison
4
-19
/
+45
2007-10-10
r1412: Fix password history list in tdbsam. Fix some memory leaks. Add
Jeremy Allison
6
-69
/
+102
2007-10-10
r1410: fix another bug caused by the docs target directories change
Gerald Carter
1
-1
/
+1
2007-10-10
r1407: revert change that broke the build on systems w/o krb5 files
Gerald Carter
2
-2
/
+2
2007-10-10
r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...
Gerald Carter
3
-7
/
+9
2007-10-10
r1396: Give the build farm a chance to be clean before 3.0.5. We don't accept
Volker Lendecke
1
-0
/
+4
2007-10-10
r1394: Const fix.
Jeremy Allison
1
-2
/
+2
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
[next]