Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r23832: Fix vfs_readahead: transparent modules should always pass through | Alexander Bokovoy | 2007-07-11 | 1 | -1/+1 | |
| | ||||||
* | r23829: Add ads_get_attrname_by_guid(). | Günther Deschner | 2007-07-11 | 2 | -2/+67 | |
| | | | | Guenther | |||||
* | r23828: Add entry and exit debug statments to tdb_validate | Michael Adam | 2007-07-11 | 1 | -0/+5 | |
| | | | | | | at a lower debug level. Michael | |||||
* | r23826: Fix gpo security filtering by matching the security descriptor ace's ↵ | Günther Deschner | 2007-07-11 | 4 | -22/+51 | |
| | | | | | | | | for the extended apply group policy right. Guenther | |||||
* | r23825: Add ".." command as an alias to "cd ..". | Günther Deschner | 2007-07-11 | 1 | -1/+15 | |
| | | | | Guenther | |||||
* | r23824: Add ls alias for lazy typers like me. | Günther Deschner | 2007-07-11 | 1 | -0/+1 | |
| | | | | Guenther | |||||
* | r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com> | Volker Lendecke | 2007-07-11 | 1 | -0/+2 | |
| | | | | | | Thanks! Volker | |||||
* | r23822: Clean some debugging output (as well in content and | Michael Adam | 2007-07-10 | 1 | -34/+19 | |
| | | | | | | amount as in source code formatting...) Michael | |||||
* | r23820: Display security_ace_object in LDAP security descriptors for debugging. | Günther Deschner | 2007-07-10 | 1 | -0/+18 | |
| | | | | Guenther | |||||
* | r23819: It is currently unnecessary to pass the extended validation status | Michael Adam | 2007-07-10 | 1 | -42/+10 | |
| | | | | | | | | from the validating child process down to the parent though the pipe. All the parent evaluates is the overall success, so the exit status should do. Michael | |||||
* | r23814: Fix a couple of comments and debug messages. | Michael Adam | 2007-07-10 | 1 | -7/+7 | |
| | ||||||
* | r23813: Remove unused global variable | Volker Lendecke | 2007-07-10 | 1 | -5/+0 | |
| | ||||||
* | r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev | Volker Lendecke | 2007-07-10 | 5 | -17/+13 | |
| | | | | <gepardcv@yahoo.com> for checking. | |||||
* | r23803: fixed the build. | Andrew Tridgell | 2007-07-10 | 1 | -1/+1 | |
| | | | | This seems to be have broken for quite a while. | |||||
* | r23802: fixed URL in XML | Andrew Tridgell | 2007-07-10 | 1 | -1/+1 | |
| | ||||||
* | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 2007-07-10 | 184 | -368/+184 | |
| | ||||||
* | r23800: LGPL is now called GNU Lesser General Public License | Andrew Tridgell | 2007-07-10 | 30 | -60/+60 | |
| | | | | not GNU Library General Public License | |||||
* | r23799: updated old Franklin Street FSF addresses to new URL | Andrew Tridgell | 2007-07-10 | 20 | -60/+20 | |
| | ||||||
* | r23798: updated old Temple Place FSF addresses to new URL | Andrew Tridgell | 2007-07-10 | 108 | -229/+109 | |
| | ||||||
* | r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING file | Andrew Tridgell | 2007-07-10 | 1 | -3/+2 | |
| | ||||||
* | r23795: more v2->v3 conversion | Andrew Tridgell | 2007-07-10 | 4 | -4/+4 | |
| | ||||||
* | r23794: convert more code from LGPLv2+ to LGPLv3+ | Andrew Tridgell | 2007-07-10 | 23 | -107/+65 | |
| | ||||||
* | r23791: found some more v2->v3 conversions | Andrew Tridgell | 2007-07-10 | 10 | -10/+10 | |
| | ||||||
* | r23790: LGPLv3+ conversion for our LGPLv2+ library code | Andrew Tridgell | 2007-07-10 | 93 | -93/+93 | |
| | ||||||
* | r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in the | Andrew Tridgell | 2007-07-10 | 4 | -167/+19 | |
| | | | | | | | | | | Samba3 tree. This is neater, plus it avoids the need to get legal approval from SGI to use their GPLv2-only code under GPLv3. If/when SGI legal sort things out, we could consider adding back this header for very old systems where linux/dqblk_xfs.h is not available. | |||||
* | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 2007-07-10 | 519 | -1038/+519 | |
| | ||||||
* | r23783: Processing the UAS change message was causing problems on ppc64 Linux | Andrew Tridgell | 2007-07-10 | 2 | -131/+2 | |
| | | | | | | | | systems. Rather than trying to fix this, it's much better just to remove the code, as it serves no purpose at all (the message that is generated is ignored by smbd). This sort of parsing should really be done by PIDL generated code. | |||||
* | r23782: I tested this against NT4 PDC, W2K Server, W2K3 Dc, and a Win XP std ↵ | Simo Sorce | 2007-07-09 | 1 | -6/+1 | |
| | | | | | | alone client and they all work with this code. | |||||
* | r23781: Add Volker's change to remove globals : | Jeremy Allison | 2007-07-09 | 1 | -63/+68 | |
| | | | | | | | "Get rid of the three global variables for the case semantics. I think this is really not worth globals." Jeremy. | |||||
* | r23780: Find and fix more GPL2 -> GPL3. | Jeremy Allison | 2007-07-09 | 710 | -710/+710 | |
| | | | | Jeremy. | |||||
* | r23776: Setting version in 3.2 branch to 3.2.1pre1-SVN | Gerald Carter | 2007-07-09 | 1 | -2/+2 | |
| | | | | Setting version in 3.2.0 branch to 3.2.0pre1-SVN | |||||
* | r23773: One pstring a day... | Volker Lendecke | 2007-07-09 | 1 | -3/+5 | |
| | ||||||
* | r23772: Add ads_find_samaccount() helper function. | Günther Deschner | 2007-07-09 | 2 | -61/+66 | |
| | | | | Guenther | |||||
* | r23771: Merge useful W_ERROR_NOT_OK_RETURN macro from samba4. | Günther Deschner | 2007-07-09 | 1 | -0/+6 | |
| | | | | Guenther | |||||
* | r23770: Some minor cleanups in libgpo | Günther Deschner | 2007-07-09 | 4 | -131/+184 | |
| | | | | | | (including some valgrind errors, uninitialized vars, etc.) Guenther | |||||
* | r23769: Move removal of the tdb from the generic tdb_validate function | Michael Adam | 2007-07-09 | 2 | -6/+6 | |
| | | | | | | | to the caller (winbindd_validate_cache in this case). Next, there will be a backup handling for the tdb files. Michael | |||||
* | r23766: Add GTYPE_SECURITY_UNIVERSAL_GROUP define. | Günther Deschner | 2007-07-09 | 1 | -0/+5 | |
| | | | | Guenther | |||||
* | r23765: Another error-path restore_case_semantics(). | Volker Lendecke | 2007-07-09 | 1 | -0/+1 | |
| | ||||||
* | r23764: Do restore_case_semantics in an error path. Jeremy, please check! | Volker Lendecke | 2007-07-09 | 1 | -0/+1 | |
| | ||||||
* | r23763: Fix a typo in DEBUG message. | Michael Adam | 2007-07-09 | 1 | -1/+1 | |
| | | | | Thanks to Karolin Seeger (ks@sernet.de) | |||||
* | r23761: Rename reduce_name to check_reduced_name | Volker Lendecke | 2007-07-09 | 4 | -5/+5 | |
| | | | | | The function name reduce_name is misleading, making the user believe it changes an argument. | |||||
* | r23760: Untangle use of strrchr_m and strequal and add some checks | Michael Adam | 2007-07-09 | 1 | -2/+11 | |
| | | | | | | for the validity of the given registry key name. Michael | |||||
* | r23759: Fix make test -- sorry | Volker Lendecke | 2007-07-09 | 1 | -2/+2 | |
| | ||||||
* | r23758: Fix Coverity id 385 | Volker Lendecke | 2007-07-09 | 1 | -2/+7 | |
| | ||||||
* | r23757: Fix Coverity id 386 | Volker Lendecke | 2007-07-09 | 1 | -1/+5 | |
| | ||||||
* | r23756: Fix Coverity id 388 | Volker Lendecke | 2007-07-09 | 1 | -0/+1 | |
| | ||||||
* | r23755: Fix Coverity id 384 | Volker Lendecke | 2007-07-09 | 1 | -1/+7 | |
| | ||||||
* | r23752: Fix bug introduced by checkin 22920, allow large | Jeremy Allison | 2007-07-09 | 1 | -3/+1 | |
| | | | | | | | | | | | | | readX. Fix from Dmitry Shatrov <dhsatrov@linux.vnet.ibm.com>. "In send_file_readX(), if startpos > sbuf.st_size, then smb_maxcnt is set to an invalid large value due to integer overflow. As for me, this resulted in MS Word hanging while trying to save a 1.5Mb document." This isn't in shipping code. Jeremy. | |||||
* | r23751: Call tdb_close even when validation was not successful. | Michael Adam | 2007-07-08 | 1 | -9/+1 | |
| | | | | Michael | |||||
* | r23750: Change the behaviour of net conf import when there is a global section | Michael Adam | 2007-07-07 | 1 | -8/+24 | |
| | | | | | | | | | | | | | | | | | in the current registry and there is no global section in the input file (or only global options with default values): In that case the existing global section is now not touched. Before, it would have been deleted and recreated empty. The new behaviour is how other shares are treated too. Note that since the input file is parsed by lp_load, there is currently no way to distinguish between a section with only default parameters and a non-existing section in net conf import. Michael PS: A couple of trailing white-spaces have been eliminated and a line was broken to be not longer than 80 chars, too. |