summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r23839: Try to get the attribute name from schema GUIDs or the display name fromGünther Deschner2007-07-112-7/+48
| | | | | | | | | | | | | extended rights GUID from ad while dumping the security descriptors's aces. This would perform much better with a guid cache, but for the rare cases where it is used net ads search cn=mymachine ntSecurityDescriptor -U user%pass it should be ok for now. Guenther
* r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner2007-07-112-0/+4
| | | | Guenther
* r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.Günther Deschner2007-07-112-7/+9
| | | | Guenther
* r23836: Add ads_config_path() and ads_get_extended_right_name_by_guid().Günther Deschner2007-07-111-0/+93
| | | | Guenther
* r23835: Pass down a struct GUID to ads_get_attrname_by_guid() directly.Günther Deschner2007-07-111-7/+2
| | | | Guenther
* r23834: Allow to pass an ADS_STRUCT pointer down to the dump function ↵Günther Deschner2007-07-113-15/+15
| | | | | | | | callback in libads. Guenther
* r23833: Document ads_find_samaccount().Günther Deschner2007-07-111-0/+9
| | | | Guenther
* r23832: Fix vfs_readahead: transparent modules should always pass throughAlexander Bokovoy2007-07-111-1/+1
|
* r23829: Add ads_get_attrname_by_guid().Günther Deschner2007-07-112-2/+67
| | | | Guenther
* r23828: Add entry and exit debug statments to tdb_validateMichael Adam2007-07-111-0/+5
| | | | | | at a lower debug level. Michael
* r23827: Fix schema dump.Günther Deschner2007-07-111-5/+6
| | | | Guenther
* r23826: Fix gpo security filtering by matching the security descriptor ace's ↵Günther Deschner2007-07-114-22/+51
| | | | | | | | for the extended apply group policy right. Guenther
* r23825: Add ".." command as an alias to "cd ..".Günther Deschner2007-07-111-1/+15
| | | | Guenther
* r23824: Add ls alias for lazy typers like me.Günther Deschner2007-07-111-0/+1
| | | | Guenther
* r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke2007-07-111-0/+2
| | | | | | Thanks! Volker
* r23822: Clean some debugging output (as well in content andMichael Adam2007-07-101-34/+19
| | | | | | amount as in source code formatting...) Michael
* r23820: Display security_ace_object in LDAP security descriptors for debugging.Günther Deschner2007-07-101-0/+18
| | | | Guenther
* r23819: It is currently unnecessary to pass the extended validation statusMichael Adam2007-07-101-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
* r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch.Günther Deschner2007-07-101-0/+22
| | | | Guenther
* r23817: Dump some more guids in adssearch.pl.Günther Deschner2007-07-101-0/+2
| | | | Guenther
* r23814: Fix a couple of comments and debug messages.Michael Adam2007-07-101-7/+7
|
* r23813: Remove unused global variableVolker Lendecke2007-07-101-5/+0
|
* r23808: Make us a bit more C++ friendly. Thanks to Constantine VetoshevVolker Lendecke2007-07-105-17/+13
| | | | <gepardcv@yahoo.com> for checking.
* r23803: fixed the build.Andrew Tridgell2007-07-101-1/+1
| | | | This seems to be have broken for quite a while.
* r23802: fixed URL in XMLAndrew Tridgell2007-07-101-1/+1
|
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-10237-478/+238
|
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-07-1031-62/+62
| | | | not GNU Library General Public License
* r23799: updated old Franklin Street FSF addresses to new URLAndrew Tridgell2007-07-1022-66/+22
|
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-07-10110-233/+111
|
* r23797: started fixing old FSF addresses. Fixed pcap2nbench COPYING fileAndrew Tridgell2007-07-103-295/+628
|
* r23795: more v2->v3 conversionAndrew Tridgell2007-07-106-6/+6
|
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-07-1023-107/+65
|
* r23793: fixed incorrect v2-only licensing template for debian packaging filesAndrew Tridgell2007-07-103-18/+15
|
* r23791: found some more v2->v3 conversionsAndrew Tridgell2007-07-1011-11/+11
|
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-07-1093-93/+93
|
* r23789: more pcp files under v2-onlyAndrew Tridgell2007-07-102-116/+0
|
* r23788: the pcp Makefile is also GPLv2 only.Andrew Tridgell2007-07-101-74/+0
|
* r23787: Remove the pcp example code until SGI have given us approval to use itAndrew Tridgell2007-07-102-390/+6
| | | | under GPLv3
* r23786: Use linux/dqblk_xfs.h rather than a private copy of this header in theAndrew Tridgell2007-07-104-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.
* r23785: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-1037-74/+37
|
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-10519-1038/+519
|
* r23783: Processing the UAS change message was causing problems on ppc64 LinuxAndrew Tridgell2007-07-102-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 Sorce2007-07-091-6/+1
| | | | | | alone client and they all work with this code.
* r23781: Add Volker's change to remove globals :Jeremy Allison2007-07-091-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 Allison2007-07-09802-803/+803
| | | | Jeremy.
* r23778: Change to GPLv3. Now to go through all internal sourceJeremy Allison2007-07-091-289/+624
| | | | | and headers. Probably will be a long day.... :-). Jeremy.
* r23777: Set template release note filesGerald Carter2007-07-091-8155/+2
|
* r23776: Setting version in 3.2 branch to 3.2.1pre1-SVNGerald Carter2007-07-091-2/+2
| | | | Setting version in 3.2.0 branch to 3.2.0pre1-SVN
* r23775: branch 3.2.0 from 3.0.26Gerald Carter2007-07-090-0/+0
|
* r23773: One pstring a day...Volker Lendecke2007-07-091-3/+5
|