summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1504: Remove insane use of "user password" on the COMMAND LINE !Jeremy Allison1-25/+6
2007-10-10r1501: One more check for option != 0.Jeremy Allison1-1/+5
2007-10-10r1500: BUG 1516: manually declare ldap_open_with_timeout() to workaround comp...Gerald Carter1-0/+9
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett19-71/+82
2007-10-10r1487: Remove unused parameter for the client-side signing functions.Andrew Bartlett3-4/+4
2007-10-10r1484: BUG 1520: work around bug in xp sp2 rc2 where the client sends a fnpcn...Gerald Carter1-0/+12
2007-10-10r1478: Useful patch from Tom Alsberg <alsbergt@cs.huji.ac.il>, to export a si...Simo Sorce1-8/+24
2007-10-10r1472: Make mknod work again for the CIFS client. Still needs someJeremy Allison2-11/+42
2007-10-10r1468: Dump the parametrical options only once at the end of the service.Simo Sorce1-7/+7
2007-10-10r1444: Another attempt to fulfil the 100% promise. There might be two dots at...Volker Lendecke1-1/+1
2007-10-10r1430: Although prepared for only one remote backend, make the 'idmap backend'Volker Lendecke2-6/+7
2007-10-10r1428: Remove *completly bogus* memset. (No doubt my bug, too...).Andrew Bartlett1-2/+0
2007-10-10r1425: Fix memleak in interactive mode. Reformat..Jeremy Allison1-312/+292
2007-10-10r1415: One more memory leak, found by valgrind..Jeremy Allison1-0/+3
2007-10-10r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison4-19/+45
2007-10-10r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison6-69/+102
2007-10-10r1410: fix another bug caused by the docs target directories changeGerald Carter1-1/+1
2007-10-10r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter2-2/+2
2007-10-10r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ...Gerald Carter3-7/+9
2007-10-10r1396: Give the build farm a chance to be clean before 3.0.5. We don't acceptVolker Lendecke1-0/+4
2007-10-10r1394: Const fix.Jeremy Allison1-2/+2
2007-10-10r1392: Added password history code to tdbsam backend. Not yet tested (ie. mayJeremy Allison3-387/+388
2007-10-10r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison7-40/+245
2007-10-10r1386: We can't use sendfile for Win9x. It causes oplock failures (who knew.....Jeremy Allison1-1/+1
2007-10-10r1384: ensure we remove the tdb entry for a job in the spooling stateGerald Carter1-3/+0
2007-10-10r1381: fixing behavior found by gd@sernet.de; we must use the userPrincipalNa...Gerald Carter1-4/+4
2007-10-10r1380: adding debug message when encouting an ASU specific bug in an rpc_bind...Gerald Carter1-3/+5
2007-10-10r1378: Better debugging so I don't get confused what principal we mean.Jeremy Allison1-2/+2
2007-10-10r1375: When setting writable=yes in smb.conf and only allow read access in theVolker Lendecke1-0/+7
2007-10-10r1373: Fix from Guenther Deschner <gd@sernet.de> to ensure last error return ...Jeremy Allison1-1/+2
2007-10-10r1370: BUG 1297 - prevent map_username() from being called twice during logonGerald Carter2-15/+19
2007-10-10r1368: fix configure check so that if you set --enable-cups[=yes] and don't h...Gerald Carter1-1/+3
2007-10-10r1361: patch from Guenther Deschner <gd@sernet.de> to ensure that REG_SZ valu...Gerald Carter1-2/+4
2007-10-10r1340: _samr_lookupsids with more than 32 (MAX_REF_DOMAINS) SIDs failed. ThisVolker Lendecke1-1/+1
2007-10-10r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke2-2/+2
2007-10-10r1333: NFS Quota support from Dan Peterson.Richard Sharpe1-1/+203
2007-10-10r1332: Typo fix.Rafal Szczesniak1-1/+1
2007-10-10r1330: Fix the build for systems without ldap headersVolker Lendecke1-1/+1
2007-10-10r1328: Fix the buildVolker Lendecke1-1/+1
2007-10-10r1326: Modification to get_dc_list to check negative cache. From "Joe Meadows...Jeremy Allison2-190/+203
2007-10-10r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison5-17/+18
2007-10-10r1320: Return an error when the last command read from stdin fails in smbclie...Jelmer Vernooij2-5/+7
2007-10-10r1318: Install libsmbclient into $(LIBDIR), not into hardcoded ${prefix}/lib....Volker Lendecke1-3/+3
2007-10-10r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison6-43/+47
2007-10-10r1314: Restore the 2.2 'force unknown acl user' parameter. When getting a sec...Volker Lendecke2-19/+27
2007-10-10r1311: Turn on sendfile for non-oplocked files. tridge provedJeremy Allison2-9/+11
2007-10-10r1304: Turns out non-io opens that cause oplock breaks are a *different* setJeremy Allison1-2/+2
2007-10-10r1301: Fix bogus error message when using "mangling method = hash" ratherJeremy Allison1-2/+4
2007-10-10r1299: Don't "break" - "continue" ! Otherwise we only expire the first name !Jeremy Allison1-1/+1
2007-10-10r1297: Yes, it does survive valgrind for my tests :-)Volker Lendecke2-8/+34