summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* r4867: Removing smbldap-tools from the svn tree. I'll includeGerald Carter2007-10-1035-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 hooksGerald Carter2007-10-106-0/+1030
|
* r4653: Output file of "test" pdb backend should be called test.soJelmer Vernooij2007-10-103-2/+2
|
* r4092: Bring into line with new *alloc rules.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r3855: Sync up with the one in the main source dir (yes, this should probablyJeremy Allison2007-10-101-17/+22
| | | | | be a symlink...). Jeremy.
* r3644: Fixup examples VFS compile.Jeremy Allison2007-10-102-2/+38
| | | | Jeremy.
* r3088: update nds schema file from Uli Iske <iske@elkb.de>Gerald Carter2007-10-101-30/+189
|
* r2567: Patches from Lars Mueller <lmuelle at suse dot de>:Gerald Carter2007-10-102-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 trunkSimo Sorce2007-10-102-0/+87
|
* r2210: Fix misleading comment found by Heinrich Mislik ↵Simo Sorce2007-10-101-2/+2
| | | | <Heinrich.Mislik@univie.ac.at>
* r2189: adding some comments to the schema fileGerald Carter2007-10-101-0/+9
|
* r2014: BUG 1656: rename auto.a to auto.smbGerald Carter2007-10-101-5/+1
|
* r1964: more schema fixes syncing between branchesGerald Carter2007-10-102-4/+39
|
* r1962: fixing schema file; synching with trunk; trying to prevent this from ↵Gerald Carter2007-10-102-2/+77
| | | | happening again
* r1960: sambaPasswordHistory had a duplicate OIDSimo Sorce2007-10-101-1/+1
| | | | bump up the attribute number to 52 to avoid conflicts
* r1809: Patch from Richard Renard <rrenard@idealx.com> to storeJeremy Allison2007-10-101-1/+6
| | | | | logon hours attributes in an LDAP database. Jeremy.
* r1663: fixing syntax error in OID for sambaUnixIdPool, sambaSidEntry, & ↵Gerald Carter2007-10-101-3/+3
| | | | sambaIdmapEntry
* r1390: Improve description of attribute.Jeremy Allison2007-10-101-1/+1
| | | | Jeremy.
* r1388: Adding password history code for ldap backend, based on a patch fromJeremy Allison2007-10-101-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 Terpstra2007-10-101-3/+8
|
* r795: paranoia checksGerald Carter2007-10-101-0/+6
|
* r397: BUG 1199: check logfile before writing debug outputGerald Carter2007-10-101-2/+28
|
* r379: Fix syntax error in example mysql tableJelmer Vernooij2007-10-101-1/+1
|
* r293: keeping a single default smb.conf to maintainGerald Carter2007-10-102-169/+0
|
* r292: removing some outdated files and directories (I love subversion!)Gerald Carter2007-10-106-673/+0
|
* r291: adding printer and driver migration shell script from Kurt PfeifleGerald Carter2007-10-101-0/+1657
|
* r252: add backtrace to examples so people know about it (slight change from ↵Gerald Carter2007-10-101-0/+41
| | | | lars @suse)
* r223: According to Thomas Mueller, thomas.mueller@christ-wasser.de, the two ↵Volker Lendecke2007-10-101-2/+1
| | | | | | | | | | | lines removed (modifiersName and modifyTimestamp) lead to warnings upon startup of the netscape directory server. I can't check this, but it sounds logical. Thanks, Volker
* r119: missed a file in volker patchGerald Carter2007-10-101-1/+6
|
* r39: * importing .cvsignore filesGerald Carter2007-10-101-9/+0
| | | | * updateing WHATSNEW with vl's change
* change my email address to the samba.org oneStefan Metzmacher2004-03-241-1/+1
| | | | metze
* removing duplicate smbprint example scriptGerald Carter2004-03-201-144/+0
|
* missed some of Derrel's changesGerald Carter2004-03-191-1/+5
|
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.cvs2svn Import User2004-03-191-0/+91
|\
| * Apply some more of Derrell Lipman's changes.Richard Sharpe2004-03-192-1/+96
| |
| * Add bad password count/time attributesJim McDonough2004-02-221-1/+12
| |
| * Sync with openldap schema. Add munged dial and config attrs/ocs.Jim McDonough2004-02-142-1/+18
| |
| * merge from 3.0Gerald Carter2004-02-094-18/+395
| |
| * janitor duty (merges from 3.0) and cleanup compiler warning on SuSE 9 in the ↵Gerald Carter2004-02-021-1/+1
| | | | | | | | end mapper code
| * Merge of POBAD_CC removal from 3.0Tim Potter2004-01-151-3/+0
| |
| * merging from 3.0Gerald Carter2004-01-0623-821/+1253
| |
| * Patch based on work from James Peach <jpeach@sgi.com> to convert over toJeremy Allison2004-01-062-0/+22
| | | | | | | | | | | | using pread/pwrite. Modified a little to ensure fsp->pos is correct. Fix for #889. Jeremy.
| * Another little one: Make pdb_test.c at least compile, although its way out ofVolker Lendecke2003-12-302-8/+4
| | | | | | | | | | | | date. Volker
| * correct typo in delete user script; bug 887Gerald Carter2003-12-221-1/+1
| |
| * readding schema items that were accidentally deletedGerald Carter2003-12-041-1/+49
| |
| * support munged dial for ldapsam; patch from Aurélien Degrémont; bug 800Gerald Carter2003-12-041-49/+6
| |
| * add also the schema attributes and object classes need by config_ldapSimo Sorce2003-11-151-0/+48
| | | | | | | | | | | | Jerry, if you have any problems with these schema additions, let me know, so that we can arrange the right solution
| * Update Makefile ...Richard Sharpe2003-11-131-2/+9
| |
| * Add this to samba-head.Richard Sharpe2003-11-131-0/+280
| |
| * Apply the changes that Derrell Lipman supplied ...Richard Sharpe2003-11-051-2/+2
| |