summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500Derrell Lipman2-0/+219
fixed another memory leak and reverted an (incorrect) fix from yesterday (This used to be commit 8a86d7bddc291da094d060fbe185f071ffdbddd8)
2007-10-10r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500Derrell Lipman1-75/+163
Correct some memory and file descriptor leaks. This should fix bugs 3257, 3267 and 3273. (This used to be commit c5781c9cf5f1f8297e084fbe2c4a22257420a447)
2007-10-10r11942: patch from Marcin to fix the mkdir() in perfcount daemonGerald Carter1-3/+3
(This used to be commit 3e05e88bb6c0618ecc460045b72d86e82929af01)
2007-10-10r11784: Fix minor glitch found by Rainer Weikusat ↵Volker Lendecke1-1/+1
<rainer.weikusat@sncag.com> -- Thanks (This used to be commit 1128d054dd8d387e529bf92dad3a3db5e251d61d)
2007-10-10r11645: mklogon updates from Ricky NanceGerald Carter2-57/+68
(This used to be commit 5bfa88225c085238954909fb9aedb34b1b760977)
2007-10-10r11579: syncing up perf counter code cfrom trunkGerald Carter9-0/+1384
(This used to be commit 59c00924b67aa3d37a933731a56d03963ec7f1b5)
2007-10-10r11577: adding perl interpreter she-bang to top of parselog.pl scriptGerald Carter1-1/+2
(This used to be commit db4eb72142a23224ea93d2a2519b6d8cd7dc8643)
2007-10-10r11549: fixing GPL noticesGerald Carter2-4/+42
(This used to be commit 26e9c1c1fae8f2fe402374f7cf1d87de48852fa6)
2007-10-10r11548: adding simple script to tail syslog and write to eventlog tdbGerald Carter1-0/+8
(This used to be commit 9337a286c9169e1e0247b5923942eeeb4467d95a)
2007-10-10r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2-0/+12
Jeremy. (This used to be commit af8545806770a7530eecc184bdd230ca14999884)
2007-10-10r11130: r10092@cabra: derrell | 2005-10-17 15:29:03 -0400Derrell Lipman1-0/+74
let's now actually add the new test file (This used to be commit b58237f98d924752a45f689d7a9fd2e8e447c100)
2007-10-10r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400Derrell Lipman1-1/+6
added example to read a file and test download time (This used to be commit 4fad0c49b5bf7819d0f9782b60369c5d078c5854)
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-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) (This used to be commit 939c3cb5d78e3a2236209b296aa8aba8bdce32d3)
2007-10-10r10003: in the rush for 10k, I forgot to run add the rest of Chris' libmsrpc ↵Gerald Carter38-0/+5583
files (This used to be commit 32bebc452dffa8348b94c5b866350b1fe761986f)
2007-10-10r9523: Fix password history for eDirectoryGünther Deschner1-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 (This used to be commit a6e8de5c3c44d39724c81d371339e67bb0c4f416)
2007-10-10r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2-12/+12
UNIX vendor not understanding abstract data types :-(. Jeremy. (This used to be commit be5b4e2fa3ed30b0ff01b47d2354e5f782a12e25)
2007-10-10r8657: Add -fPIC which is the case for all other Samba shared libs.Lars Müller1-1/+1
Fix bug #2060. (This used to be commit 8c09716c91e0bb2ef90a9f81e093048077581e47)
2007-10-10r8387: moving wins_hook to scripts directoryGerald Carter2-0/+0
(This used to be commit 9d507b218d90d4a7e6a5cc97994f5f5adb686cbf)
2007-10-10r8384: merging clutter fixes from release branchGerald Carter19-62/+0
(This used to be commit cbe74c09109dcfe93aa4af085920999ccbff34df)
2007-10-10r8188: Update from Dave Collier-Brown.John Terpstra1-4/+7
(This used to be commit 65cfa2a950e8a16b95715d555a5354cc81f431f1)
2007-10-10r8143: Fix generate_parm_table.py:Günther Deschner1-3/+5
* Correctly substitute "\" as default winbind separator. * Use default testparm-location. Guenther (This used to be commit ba0ca4c0c62d7f8801115bec54b9c550e3b1b1c6)
2007-10-10r8140: adding missing moduleGerald Carter1-0/+84
(This used to be commit 79d03b1919cd7c01503c99e0a68bb1754adb1d76)
2007-10-10r8031: Adding contributed mklogon scripts.John Terpstra2-0/+460
(This used to be commit aaca9ea8a3ffdb9d5b1d25d414692db8927c2943)
2007-10-10r7976: Adding debugging info.John Terpstra2-0/+80
(This used to be commit 97ee7c970c287737396f135336c56c945f639d85)
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison2-0/+88
Jeremy. (This used to be commit 1de27da47051af08790317f5b48b02719d6b9934)
2007-10-10r7952: Fix for bug #2826 pointed out by Jiri Klouda <jk@zg.cz>.Jeremy Allison2-4/+4
Wrong return val for symlink and readlink. Jeremy. (This used to be commit f3c4d5a95746531b7bd548bbbfccfff197a2abf3)
2007-10-10r7893: Add in the extra parameters to opendir() to fix the large ↵Jeremy Allison2-4/+4
directory/insane app problem. Rev vfs version. Doesn't change the normal codepath. Jeremy. (This used to be commit 0f03a6bdcdbdf60da81e0aeffa84ac6e48fc6a04)
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2-4/+4
safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy (This used to be commit 9506b8e145982b1160a2f0aee5c9b7a54980940a)
2007-10-10r7168: Updating file times from libsmbclient was not working for win98. ↵Derrell Lipman1-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. (This used to be commit bab0bf7f4f9d2a4b6fcee4429094349302bbeb33)
2007-10-10r7156: file was missing; svn isn't smart enough to even notify me. sigh.Derrell Lipman1-0/+52
(This used to be commit fce48fa1b462ded1453520355bf2dce0f607b8dc)
2007-10-10r7153: add better test facilities to testutimeDerrell Lipman1-5/+5
(This used to be commit d763c739a63894d5f458f61de28b90d840bb8fe4)
2007-10-10r6782: rename for consistencyGerald Carter1-0/+0
(This used to be commit 86724c5c5f4270be63cb119beb7c1cb041551439)
2007-10-10r6501: correct deprecated lvalue casts in testsuite/libsmbclientDerrell Lipman1-1/+2
(This used to be commit 6d22c3c3434812d3a6ab7f216bec34cdb3b622a0)
2007-10-10r6157: 'editorial changes' to example codeDerrell Lipman1-1/+2
(This used to be commit fa0294ddbf7c93c24fca670b7ed52821a0507174)
2007-10-10r6151: additional examples/tests for libsmbclientDerrell Lipman4-12/+179
(This used to be commit a3bd496c921dc775b59be4ff2941f4824ffbec03)
2007-10-10r6149: Fixes bugs #2498 and 2484.Derrell Lipman5-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. (This used to be commit 994694f7f26da5099f071e1381271a70407f33bb)
2007-10-10r6126: added utility for testing smbc_stat()Derrell Lipman3-11/+130
(This used to be commit e1df648ea13651e1df3d209937034b351a7f1c2b)
2007-10-10r6108: Added smbsh/smbwrapper for Linux to example/libsmbclient tree; ↵Derrell Lipman15-61/+4094
provided more complete libsmbclient testbrowse utility (This used to be commit 15736b97c837a16d9c009b8bff18b31429ccbe83)
2007-10-10r5847: Fixes from Lars Müller and Vince Brimhall @Novell for NDSJeremy Allison1-1/+1
schema. Jeremy. (This used to be commit 0d3075b2c06709b05513d4be1530ef6df2471480)
2007-10-10r5743: Add perl-script to check for multiple LDAP-entries on request of RichardGünther Deschner1-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 (This used to be commit 31bd709a41e1bfe1f269a829c30e55a9538303df)
2007-10-10r5705: Have unknown_6 default to 1260 (fixed #892)Jelmer Vernooij1-1/+1
(This used to be commit 710ce847a79fa9e7ba488de46a2f69fc9d617e62)
2007-10-10r5689: Allow for better protection of sensitive attributes in IBM Directory ↵Jim McDonough1-0/+3
Server. (This used to be commit dafdd8d0741311ed0f0b35d30062f0052446f8c4)
2007-10-10r5600: Bring IBM Directory Server schema up to date with openldap schemaJim McDonough2-3/+39
(This used to be commit 639de6afc09709774fbcce1a8149bde172bd542e)
2007-10-10r5444: Add adssearch.pl utility (on volkers request).Günther Deschner1-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 (This used to be commit fd947b5ee060a48597bc1166614a05f81457e5e0)
2007-10-10r5132: netscape DS 5.2 schema update from Richard Renard <rrenard@idealx.com>Gerald Carter1-16/+24
(This used to be commit 33ac88c6a7bfe4e6d391b841bd4461086af27e4e)
2007-10-10r5131: BUG 2290: don;t call mkversion.sh since we don't have it in this ↵Gerald Carter1-3/+0
directory (This used to be commit 2ddcb643819bcb0f33c14fc22117d98ea2bcc132)
2007-10-10r5112: Fix for shared object creation in examples. Bugzilla #2058.Tim Potter2-8/+8
(This used to be commit 8e5db6f08ceb969bd2580558031f3737b32f10b1)
2007-10-10r5111: Fix up changed prototype for setsampwent pdb function.Tim Potter1-1/+1
(This used to be commit 331748202077ce9e0b5dcf3ed9b3ab6f89e9c0e4)
2007-10-10r5060: BUG 2286: fix typoe on sambaConfig oc definitionGerald Carter1-1/+1
(This used to be commit e2ce048654fdb98a50622ac60abae18c6b6ba4d2)
2007-10-10r4965: comment out some unused attributes and oc'sGerald Carter1-10/+11
(This used to be commit d95c9c4d74ea2fb7e5aac4a58888ab6fbc571dfb)