summaryrefslogtreecommitdiffstats
path: root/examples/misc/adssearch.pl
Commit message (Collapse)AuthorAgeFilesLines
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-8/+8
| | | | | | | | | | | | | | This pulls is what I considered safe fixes from SAMBA_3_0. This boiled down to either Klocwork fixes or obvious compiler warning fixes. I did not include any changes to fnuction signatures not the version change to the passdb API. Also pulled in the 3 nmbd fixes requested by Jeremy and the wildcard delete fix. This code will sit for a few days in the cooker and then become 3.0.23 if nothing blows up. I don't care how many more compile warning fixes people throw into SAMBA_3_0.
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-0/+2
|
* r13410: Dump a netbootGUID as a GUID.Günther Deschner2006-02-091-0/+1
| | | | Guenther
* r12336: A couple of fixes and enhancements for adssearch.pl (espc. to debugGünther Deschner2005-12-191-76/+293
| | | | | | | | GPOs). sid2string fix from Michael James <michael@james.st>. Guenther
* r5444: Add adssearch.pl utility (on volkers request).Günther Deschner2005-02-181-0/+1492
Added to samba3 due to some header and machine-account dependencies, although it's possibly of more interest to samba4 developers. adssearch.pl is a kind of ldapsearch + dump-filters for various ADS-attributes. It can also register asynchronous change notifications. ./adssearch.pl -h w2k3host -D administrator@MY.REALM.NET -x -w mypass -n and *any* change in your entire DIT will show up immediately (after a second change of an object even as object diff). It's very interesting to see the interaction of GPOs, the various steps of account modification with dsa.msc, etc. Gracefully ignore some parts of adssearch.pl that are rather immature... Guenther