summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* r16752: remove the 'socket options' setting from the shipped default smb.confGerald Carter2006-07-011-7/+0
|
* 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
|
* r15094: Replace ; by # where we have a comment and remove superfluous spaces atLars Müller2006-04-151-15/+15
| | | | the end of lines.
* r15058: Add sample pam_winbind.conf file.Günther Deschner2006-04-121-0/+26
| | | | Guenther
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-103-1/+13
| | | | | | | | into 3.0. Also merge the new POSIX lock code - this is not enabled unless -DDEVELOPER is defined. This doesn't yet map onto underlying system POSIX locks. Updates vfs to allow lock queries. Jeremy.
* r14825: add support for max connections parameterGerald Carter2006-03-301-1/+2
|
* r14684: Remove obsolete file (belonged to pdb_xml)Jelmer Vernooij2006-03-231-46/+0
|
* r14664: r13868@cabra: derrell | 2006-03-22 17:04:30 -0500Derrell Lipman2006-03-222-3/+49
| | | | | | | | Implement enhancement request 3505. Two additional features are added here. There is now a method of saving an opaque user data handle in the smbc_ context, and there is now a way to request that the context be passed to the authentication function. See examples/libsmbclient/testbrowse.c for an example of using these features.
* r14451: In order to get pdb_ldap searching for SID_NAME_ALIASGerald Carter2006-03-151-1/+1
| | | | | | | | | | | | | | groups in the ${MACHINESID} and S_1-5-32 domains correctly, I had to add a substr search on sambaSID. * add substr matching rule to OpenLDAP schema (we need to update the other schema as will since this is a pretty important change). Sites will need to - install the new schema - add 'indea sambaSID sub' to slapd.conf - run slapindex * remove uses of SID_NAME_WKN_GRP in pdb_ldap.c
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-272-2/+2
| | | | | | | | * Fix a couple of related parsing issues. * in the info3 reply in a samlogon, return the ACB-flags (instead of returning zero) Guenther
* r13677: patch from Max N. Boyarov <m.boyarov@sam-solutions.net>Gerald Carter2006-02-241-1/+1
| | | | Prevent div/0 when sysconf(_SC_NPROCESSORS_ONLN) fails.
* r13410: Dump a netbootGUID as a GUID.Günther Deschner2006-02-091-0/+1
| | | | Guenther
* r13366: Add popt to the include path for examples/VFS. The modules ↵Volker Lendecke2006-02-061-1/+1
| | | | | | | | | | | | themselves don't use that, but includes.h fails in environments where there's no system popt around. As the modules don't need that anyway, porting the check whether to use the system one or our own seems a bit overkill. Thanks to Michael Adam <ma@SerNet.DE>. Volker
* r13343: More sql cleanupVolker Lendecke2006-02-042-48/+0
|
* r13290: Adding Account Policy LDAP attributes for eDirectory schema.Günther Deschner2006-02-021-1/+52
| | | | Guenther
* r13187: IBM Tivoli Directory Server schema updates from John JanosikJim McDonough2006-01-272-1/+22
| | | | <jpjanosi@us.ibm.com>
* r12852: r12150@cabra: derrell | 2006-01-11 13:21:14 -0500Derrell Lipman2006-01-111-30/+15
| | | | Although RTLD_NEXT was not working properly a number of years ago, it seems to be now. Replace dlopen(/lib/libc...) with direct use of RTLD_NEXT
* r12839: - apply changes from svn r4963 also for VFS configure - KRB5_CONFIG ↵Volker Lendecke2006-01-111-4/+4
| | | | | | | | | | should not be used - rename it to KRB5CONFIG Thanks to Björn Jacke <bj@sernet.de> Volker
* r12759: r12128@cabra: derrell | 2006-01-07 15:34:01 -0500Derrell Lipman2006-01-0710-287/+479
| | | | Incorporate a number of changes suggested by David Collier-Brown Thanks, David!
* r12757: r12126@cabra: derrell | 2006-01-03 15:21:36 -0500Derrell Lipman2006-01-071-2/+11
| | | | added flag to not request authentication information
* r12579: r12122@cabra: derrell | 2005-12-29 12:03:00 -0500Derrell Lipman2005-12-291-1/+1
| | | | allow for arbitrary option value types
* r12576: r12115@cabra: derrell | 2005-12-29 11:16:03 -0500Derrell Lipman2005-12-291-12/+34
| | | | bug (enhancement) #2651: add option to log debug messages to stderr instead of stdout
* r12497: add a simplex optionSimo Sorce2005-12-261-8/+17
| | | | better usage message
* r12495: Crackcheck utility enhancement based on patch sent by Tom GeisslerSimo Sorce2005-12-261-2/+71
|
* r12468: r12033@cabra: derrell | 2005-12-24 21:03:45 -0500Derrell Lipman2005-12-251-0/+72
| | | | actually add the new test program
* r12467: r12029@cabra: derrell | 2005-12-24 20:25:59 -0500Derrell Lipman2005-12-252-1/+6
| | | | add another libsmbclient test program
* r12452: Fix Bug #3053 to allow esp. older eDirectory releases to load our LDAPGünther Deschner2005-12-234-4/+4
| | | | | | | | | schema. Maybe "Base64 encoded user parameter string" is not much clearer then "munged dial" - anyone got a better description ? 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
* r12225: r11729@cabra: derrell | 2005-12-13 22:59:45 -0500Derrell Lipman2005-12-141-1/+1
| | | | | | | | | | | | | 1. Fix a crash bug which should have reared its ugly head ages ago, but for some reason, remained dormant until recently. The bug pertained to libsmbclient doing a structure assignment of a cli after having opened a pipe. The pipe open code makes a copy of the cli pointer that was passed to it. If the cli is later copied (and that cli pointer that was saved is no longer valid), the pipe code will cause a crash during shutdown or when the copied cli is closed. 2. The 'type' field in enumerated shares was not being set correctly with the new RPC-based mechanism for enumerating shares.
* r12098: r10797@cabra: derrell | 2005-12-06 12:09:00 -0500Derrell Lipman2005-12-062-0/+219
| | | | fixed another memory leak and reverted an (incorrect) fix from yesterday
* r12080: r10673@cabra: derrell | 2005-12-05 13:22:34 -0500Derrell Lipman2005-12-051-75/+163
| | | | | | Correct some memory and file descriptor leaks. This should fix bugs 3257, 3267 and 3273.
* r11942: patch from Marcin to fix the mkdir() in perfcount daemonGerald Carter2005-11-281-3/+3
|
* r11784: Fix minor glitch found by Rainer Weikusat ↵Volker Lendecke2005-11-181-1/+1
| | | | <rainer.weikusat@sncag.com> -- Thanks
* r11645: mklogon updates from Ricky NanceGerald Carter2005-11-102-57/+68
|
* r11579: syncing up perf counter code cfrom trunkGerald Carter2005-11-089-0/+1384
|
* r11577: adding perl interpreter she-bang to top of parselog.pl scriptGerald Carter2005-11-081-1/+2
|
* r11549: fixing GPL noticesGerald Carter2005-11-072-4/+42
|
* r11548: adding simple script to tail syslog and write to eventlog tdbGerald Carter2005-11-071-0/+8
|
* r11232: Added ab's POSIX statvfs vfs call. Sorry for the delay ab.Jeremy Allison2005-10-202-0/+12
| | | | Jeremy.
* r11130: r10092@cabra: derrell | 2005-10-17 15:29:03 -0400Derrell Lipman2005-10-171-0/+74
| | | | let's now actually add the new test file
* r11129: r10090@cabra: derrell | 2005-10-17 15:26:27 -0400Derrell Lipman2005-10-171-1/+6
| | | | added example to read a file and test download time
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-301-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 Carter2005-09-0338-0/+5583
| | | | files
* r9523: Fix password history for eDirectoryGünther Deschner2005-08-231-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 Allison2005-08-222-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üller2005-07-201-1/+1
| | | | Fix bug #2060.
* r8387: moving wins_hook to scripts directoryGerald Carter2005-07-122-0/+0
|
* r8382: removing unused directortiesGerald Carter2005-07-121-24/+0
|
* r8381: moving sysv init script to packagingGerald Carter2005-07-121-38/+0
|