Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r7156: file was missing; svn isn't smart enough to even notify me. sigh. | Derrell Lipman | 2007-10-10 | 1 | -0/+52 | |
| | ||||||
* | r7153: add better test facilities to testutime | Derrell Lipman | 2007-10-10 | 1 | -5/+5 | |
| | ||||||
* | r6782: rename for consistency | Gerald Carter | 2007-10-10 | 1 | -0/+0 | |
| | ||||||
* | r6501: correct deprecated lvalue casts in testsuite/libsmbclient | Derrell Lipman | 2007-10-10 | 1 | -1/+2 | |
| | ||||||
* | r6157: 'editorial changes' to example code | Derrell Lipman | 2007-10-10 | 1 | -1/+2 | |
| | ||||||
* | r6151: additional examples/tests for libsmbclient | Derrell Lipman | 2007-10-10 | 4 | -12/+179 | |
| | ||||||
* | r6149: Fixes bugs #2498 and 2484. | Derrell Lipman | 2007-10-10 | 5 | -208/+16 | |
| | | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task. | |||||
* | r6126: added utility for testing smbc_stat() | Derrell Lipman | 2007-10-10 | 3 | -11/+130 | |
| | ||||||
* | r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; ↵ | Derrell Lipman | 2007-10-10 | 15 | -61/+4094 | |
| | | | | provided more complete libsmbclient testbrowse utility | |||||
* | r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDS | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | | schema. Jeremy. | |||||
* | r5743: Add perl-script to check for multiple LDAP-entries on request of Richard | Günther Deschner | 2007-10-10 | 1 | -0/+201 | |
| | | | | | | | | | Sharpe. Users my run this script after they have vampired a windows domain controller to verify their system has no double sids, double uids, etc. Guenther | |||||
* | r5705: Have unknown_6 default to 1260 (fixed #892) | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r5689: Allow for better protection of sensitive attributes in IBM Directory ↵ | Jim McDonough | 2007-10-10 | 1 | -0/+3 | |
| | | | | Server. | |||||
* | r5600: Bring IBM Directory Server schema up to date with openldap schema | Jim McDonough | 2007-10-10 | 2 | -3/+39 | |
| | ||||||
* | r5444: Add adssearch.pl utility (on volkers request). | Günther Deschner | 2007-10-10 | 1 | -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 | |||||
* | r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com> | Gerald Carter | 2007-10-10 | 1 | -16/+24 | |
| | ||||||
* | r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵ | Gerald Carter | 2007-10-10 | 1 | -3/+0 | |
| | | | | directory | |||||
* | r5112: Fix for shared object creation in examples. Bugzilla #2058. | Tim Potter | 2007-10-10 | 2 | -8/+8 | |
| | ||||||
* | r5111: Fix up changed prototype for setsampwent pdb function. | Tim Potter | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r5060: BUG 2286: fix typoe on sambaConfig oc definition | Gerald Carter | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r4965: comment out some unused attributes and oc's | Gerald Carter | 2007-10-10 | 1 | -10/+11 | |
| | ||||||
* | r4925: Migrate Account Policies to passdb (esp. replicating ldapsam). | Günther Deschner | 2007-10-10 | 1 | -0/+15 | |
| | | | | | | | | Does automated migration from account_policy.tdb v1 and v2 and offers a pdbedit-Migration interface. Jerry, please feel free to revert that if you have other plans. Guenther | |||||
* | r4873: example delete printer script for use with cups | Gerald Carter | 2007-10-10 | 1 | -0/+27 | |
| | ||||||
* | r4867: Removing smbldap-tools from the svn tree. I'll include | Gerald Carter | 2007-10-10 | 35 | -6897/+5 | |
| | | | | | | | | | | the latest version in the actual release tarballs. Have spoken to the idealx developers about this. Updated README to reflect the changte for people using svn. Removed ldapsync.pl since it is no longer needed when using the smbldap-tools (only keep things you support). | |||||
* | r4855: add some smb.conf script for add/delete/change share and addprinter hooks | Gerald Carter | 2007-10-10 | 6 | -0/+1030 | |
| | ||||||
* | r4653: Output file of "test" pdb backend should be called test.so | Jelmer Vernooij | 2007-10-10 | 3 | -2/+2 | |
| | ||||||
* | r4092: Bring into line with new *alloc rules. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r3855: Sync up with the one in the main source dir (yes, this should probably | Jeremy Allison | 2007-10-10 | 1 | -17/+22 | |
| | | | | | be a symlink...). Jeremy. | |||||
* | r3644: Fixup examples VFS compile. | Jeremy Allison | 2007-10-10 | 2 | -2/+38 | |
| | | | | Jeremy. | |||||
* | r3088: update nds schema file from Uli Iske <iske@elkb.de> | Gerald Carter | 2007-10-10 | 1 | -30/+189 | |
| | ||||||
* | r2567: Patches from Lars Mueller <lmuelle at suse dot de>: | Gerald Carter | 2007-10-10 | 2 | -4/+4 | |
| | | | | | | | | | trivial fix for autoconf and autoheader versions with a letter in the version string. This happens in our current beta named distribution tree. trivial patch to fix the build with the upcoming libtool version. It will be mandatory to use --mode while using libtool. | |||||
* | r2331: check password script code and example from trunk | Simo Sorce | 2007-10-10 | 2 | -0/+87 | |
| | ||||||
* | r2210: Fix misleading comment found by Heinrich Mislik ↵ | Simo Sorce | 2007-10-10 | 1 | -2/+2 | |
| | | | | <Heinrich.Mislik@univie.ac.at> | |||||
* | r2189: adding some comments to the schema file | Gerald Carter | 2007-10-10 | 1 | -0/+9 | |
| | ||||||
* | r2014: BUG 1656: rename auto.a to auto.smb | Gerald Carter | 2007-10-10 | 1 | -5/+1 | |
| | ||||||
* | r1964: more schema fixes syncing between branches | Gerald Carter | 2007-10-10 | 2 | -4/+39 | |
| | ||||||
* | r1962: fixing schema file; synching with trunk; trying to prevent this from ↵ | Gerald Carter | 2007-10-10 | 2 | -2/+77 | |
| | | | | happening again | |||||
* | r1960: sambaPasswordHistory had a duplicate OID | Simo Sorce | 2007-10-10 | 1 | -1/+1 | |
| | | | | bump up the attribute number to 52 to avoid conflicts | |||||
* | r1809: Patch from Richard Renard <rrenard@idealx.com> to store | Jeremy Allison | 2007-10-10 | 1 | -1/+6 | |
| | | | | | logon hours attributes in an LDAP database. Jeremy. | |||||
* | r1663: fixing syntax error in OID for sambaUnixIdPool, sambaSidEntry, & ↵ | Gerald Carter | 2007-10-10 | 1 | -3/+3 | |
| | | | | sambaIdmapEntry | |||||
* | r1390: Improve description of attribute. | Jeremy Allison | 2007-10-10 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r1388: Adding password history code for ldap backend, based on a patch from | Jeremy Allison | 2007-10-10 | 1 | -1/+6 | |
| | | | | | | | | | "Jianliang Lu" <j.lu@tiesse.com>. Multi-string attribute changed to linearised pstring due to ordering issues. A few other changes to fix race conditions. I will add the tdb backend code next. This code compiles but has not yet been tested with password history policy set to greater than zero. Targeted for 3.0.6. Jeremy. | |||||
* | r922: Adding notes regarding location of documentation. | John Terpstra | 2007-10-10 | 1 | -3/+8 | |
| | ||||||
* | r795: paranoia checks | Gerald Carter | 2007-10-10 | 1 | -0/+6 | |
| | ||||||
* | r397: BUG 1199: check logfile before writing debug output | Gerald Carter | 2007-10-10 | 1 | -2/+28 | |
| | ||||||
* | r379: Fix syntax error in example mysql table | Jelmer Vernooij | 2007-10-10 | 1 | -1/+1 | |
| | ||||||
* | r293: keeping a single default smb.conf to maintain | Gerald Carter | 2007-10-10 | 2 | -169/+0 | |
| | ||||||
* | r292: removing some outdated files and directories (I love subversion!) | Gerald Carter | 2007-10-10 | 6 | -673/+0 | |
| | ||||||
* | r291: adding printer and driver migration shell script from Kurt Pfeifle | Gerald Carter | 2007-10-10 | 1 | -0/+1657 | |
| | ||||||
* | r252: add backtrace to examples so people know about it (slight change from ↵ | Gerald Carter | 2007-10-10 | 1 | -0/+41 | |
| | | | | lars @suse) |