summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* r11942: patch from Marcin to fix the mkdir() in perfcount daemonGerald Carter2007-10-101-3/+3
|
* r11784: Fix minor glitch found by Rainer Weikusat ↵Volker Lendecke2007-10-101-1/+1
| | | | <rainer.weikusat@sncag.com> -- Thanks
* r11645: mklogon updates from Ricky NanceGerald Carter2007-10-102-57/+68
|
* r11579: syncing up perf counter code cfrom trunkGerald Carter2007-10-109-0/+1384
|
* r11577: adding perl interpreter she-bang to top of parselog.pl scriptGerald Carter2007-10-101-1/+2
|
* r11549: fixing GPL noticesGerald Carter2007-10-102-4/+42
|
* r11548: adding simple script to tail syslog and write to eventlog tdbGerald Carter2007-10-101-0/+8
|
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2007-10-102-0/+12
| | | | Jeremy.
* r11130: r10092@cabra: derrell | 2005-10-17 15:29:03 -0400Derrell Lipman2007-10-101-0/+74
| | | | let's now actually add the new test file
* r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400Derrell Lipman2007-10-101-1/+6
| | | | added example to read a file and test download time
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-13/+63
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵Gerald Carter2007-10-1038-0/+5583
| | | | files
* r9523: Fix password history for eDirectoryGünther Deschner2007-10-101-1/+1
| | | | | | | | | (by allowing to store more then 1 password history entry in LDAP...) Thanks to Bernhard Borgmann @ Novell for showing me how to debug eDirecory. Guenther
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2007-10-102-12/+12
| | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy.
* r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller2007-10-101-1/+1
| | | | Fix bug #2060.
* r8387: moving wins_hook to scripts directoryGerald Carter2007-10-102-0/+0
|
* r8384: merging clutter fixes from release branchGerald Carter2007-10-1019-62/+0
|
* r8188: Update from Dave Collier-Brown.John Terpstra2007-10-101-4/+7
|
* r8143: Fix generate_parm_table.py:Günther Deschner2007-10-101-3/+5
| | | | | | | * Correctly substitute "\" as default winbind separator. * Use default testparm-location. Guenther
* r8140: adding missing moduleGerald Carter2007-10-101-0/+84
|
* r8031: Adding contributed mklogon scripts.John Terpstra2007-10-102-0/+460
|
* r7976: Adding debugging info.John Terpstra2007-10-102-0/+80
|
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-102-0/+88
| | | | Jeremy.
* r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2007-10-102-4/+4
| | | | | Wrong return val for symlink and readlink. Jeremy.
* r7893: Add in the extra parameters to opendir() to fix the large ↵Jeremy Allison2007-10-102-4/+4
| | | | | | | directory/insane app problem. Rev vfs version. Doesn't change the normal codepath. Jeremy.
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-102-4/+4
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7168: Updating file times from libsmbclient was not working for win98. ↵Derrell Lipman2007-10-101-48/+3
| | | | | | | | | | | | | | Although the function that was being used to set attributes is a core protocol function (SMBsetatr = 0x09), it does not appear to work on win98. As a temporary measure, when file times are to be set, this version opens the file and uses SMBsetattrE = 0x22 instead. (The other advantage of this function over the original one is that it supports setting access time as well as modification time.) The next step, the proper solution if it can be made to work, is to write functions that use TRANS2_SET_PATH_INFO instead.
* r7156: file was missing; svn isn't smart enough to even notify me. sigh.Derrell Lipman2007-10-101-0/+52
|
* r7153: add better test facilities to testutimeDerrell Lipman2007-10-101-5/+5
|
* r6782: rename for consistencyGerald Carter2007-10-101-0/+0
|
* r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman2007-10-101-1/+2
|
* r6157: 'editorial changes' to example codeDerrell Lipman2007-10-101-1/+2
|
* r6151: additional examples/tests for libsmbclientDerrell Lipman2007-10-104-12/+179
|
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2007-10-105-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 Lipman2007-10-103-11/+130
|
* r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; ↵Derrell Lipman2007-10-1015-61/+4094
| | | | provided more complete libsmbclient testbrowse utility
* r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDSJeremy Allison2007-10-101-1/+1
| | | | | schema. Jeremy.
* r5743: Add perl-script to check for multiple LDAP-entries on request of RichardGünther Deschner2007-10-101-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 Vernooij2007-10-101-1/+1
|
* r5689: Allow for better protection of sensitive attributes in IBM Directory ↵Jim McDonough2007-10-101-0/+3
| | | | Server.
* r5600: Bring IBM Directory Server schema up to date with openldap schemaJim McDonough2007-10-102-3/+39
|
* r5444: Add adssearch.pl utility (on volkers request).Günther Deschner2007-10-101-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 Carter2007-10-101-16/+24
|
* r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵Gerald Carter2007-10-101-3/+0
| | | | directory
* r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2007-10-102-8/+8
|
* r5111: Fix up changed prototype for setsampwent pdb function.Tim Potter2007-10-101-1/+1
|
* r5060: BUG 2286: fix typoe on sambaConfig oc definitionGerald Carter2007-10-101-1/+1
|
* r4965: comment out some unused attributes and oc'sGerald Carter2007-10-101-10/+11
|
* r4925: Migrate Account Policies to passdb (esp. replicating ldapsam).Günther Deschner2007-10-101-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 cupsGerald Carter2007-10-101-0/+27
|