summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
...
* | r11118: syncing up some changez from 3.0 tree for the first 3.0.21 preview ↵Gerald Carter2005-10-171-1/+1
|/ | | | release
* r10676: reverting bad merge for install manpages scriptGerald Carter2005-10-011-1/+1
|
* r10656: BIG merge from trunk. Features not copied overGerald Carter2005-09-305-44/+26
| | | | | | | * \PIPE\unixinfo * winbindd's {group,alias}membership new functions * winbindd's lookupsids() functionality * swat (trunk changes to be reverted as per discussion with Deryck)
* r9618: adding get/put tests from Don WatsonGerald Carter2005-08-252-3/+30
|
* r9615: trying a 3 second timeout on smbcontrolGerald Carter2005-08-251-4/+7
|
* r9613: remove TMPDIR from 'make test' scripts (after comments by Don Watson)Gerald Carter2005-08-253-6/+14
|
* r9585: update test #1Gerald Carter2005-08-241-0/+1
|
* r9583: ensure that Samba was with with --enable-socket-wrapper for running ↵Gerald Carter2005-08-241-0/+13
| | | | 'make test'
* r9562: successfully get the samba 3 smbtorture working (as a test case for ↵Gerald Carter2005-08-244-1/+107
| | | | infrastructre)
* r9548: more additions to make test; better checks for starting and stopping smbdGerald Carter2005-08-233-21/+76
|
* r9483: Changed DIR to SMB_STRUCT_DIR because of the amazing stupidity of a ↵Jeremy Allison2005-08-221-1/+1
| | | | | | | UNIX vendor not understanding abstract data types :-(. Jeremy.
* r9038: Revert svn rev 414. Discussed with Jerry and Metze.Lars Müller2005-08-041-1/+6
| | | | | | | We need the option to add an 'a' if we're already in pre or rc state with the next release. Bugzilla Bug 2618
* r8992: More make test work. Adding a way to order tests (might change Gerald Carter2005-08-033-7/+26
| | | | my mind on this later).
* r8990: First trivial example of 'make test'Gerald Carter2005-08-033-0/+110
|
* r8834: fixing SWAT install after docs changeswat/help/welcome.htmlGerald Carter2005-07-281-2/+2
|
* r8388: fix typo in installman scriptGerald Carter2005-07-121-1/+1
|
* r7944: BUG 2808: don't try to install manpages if they are not presentGerald Carter2005-06-271-0/+4
|
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2005-06-241-0/+4
| | | | | | safe for using our headers and linking with C++ modules. Stops us from using C++ reserved keywords in our code. Jeremy
* r7788: Update install swat message to reflect the fact that swat/READMETim Potter2005-06-201-1/+1
| | | | no longer exists. Bugzilla #2808.
* r7243: Don't look at gencache.tdb for the trusted domains if winbind is around. Volker Lendecke2005-06-031-1/+1
| | | | Volker
* r6925: merge rev 6920 from 4_0:Stefan Metzmacher2005-05-201-1/+6
| | | | | | display the SVN revision in svk build of tree's directly mirrored from samba.org metze
* r6354: merge from 4_0 rev 6353:Stefan Metzmacher2005-04-151-0/+3
| | | | | | we need the english output from the svn commands metze
* r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij2005-03-201-1/+1
| | | | | | | in one lanuage, English, at the moment). Fixes #2261. If other languages might are added in the future, this parameter will still not be needed.
* r4805: Last planned change to the privileges infrastructure:Gerald Carter2005-01-171-1/+1
| | | | | | | | | | | * rewrote the tdb layout of privilege records in account_pol.tdb (allow for 128 bits instead of 32 bit flags) * migrated to using SE_PRIV structure instead of the PRIVILEGE_SET structure. The latter is now used for parsing routines mainly. Still need to incorporate some client support into 'net' so for setting privileges. And make use of the SeAddUserPrivilege right.
* r3924: fix installswat once again after the image target location had ↵Gerald Carter2004-11-231-1/+1
| | | | changed in the docs
* r2112: Simplify the mangle hash code to use an in-memory tdb.Jeremy Allison2004-08-301-1/+1
| | | | | Should be ready for the new directory code now... Jeremy.
* r1410: fix another bug caused by the docs target directories changeGerald Carter2004-07-081-1/+1
|
* r1407: revert change that broke the build on systems w/o krb5 filesGerald Carter2004-07-081-1/+1
|
* r1399: applying heimdal krb5 fixes from Guenther and fixing compile warnings ↵Gerald Carter2004-07-081-1/+1
| | | | in libadskerberos_keyatb.c
* r1317: Patch from Joe Meadows "Joe Meadows" <jameadows@webopolis.com> toJeremy Allison2004-07-011-1/+1
| | | | | | add a timeout to the ldap open calls. New parameter, ldap timeout added. Jeremy.
* r1236: Heimdal fixes from Guenther Deschner <gd@sernet.de>, more to come beforeJeremy Allison2004-06-241-1/+1
| | | | | it compiles with Heimdal. Jeremy.
* r1085: Now it's had some proper user testing, merge in the deferred open ↵Jeremy Allison2004-06-081-1/+1
| | | | | | | | fix. I'm still doing more testing, but it fixes a behaviour that we've been wrong on ever since the start of Samba. Jeremy.
* r824: merge from: SAMBA_4_0:Stefan Metzmacher2004-05-221-1/+1
| | | | | | | use 'Last Change Rev:' instead of 'Revision:' from the svn info output for setting the SVN_REVISION in version.h metze
* r496: fixing swat welcome page -- added links to example guide, devel guide, ↵Gerald Carter2004-05-051-21/+34
| | | | and howto (all in multi page format)
* r413: merge from 4_0:Stefan Metzmacher2004-04-291-6/+1
| | | | | | | as we decide to not do 3.0.2a releases anymore, remove the generation stuff from VERSION and mkversion.sh metze
* r215: merge over svk fixes from 4_0Stefan Metzmacher2004-04-141-7/+15
| | | | metze
* r208: merge the version schema changes from 4_0Stefan Metzmacher2004-04-141-19/+11
| | | | metze
* r39: * importing .cvsignore filesGerald Carter2004-04-051-2/+0
| | | | * updateing WHATSNEW with vl's change
* r4: merge in the SAMBA_3_0 branch from cvsCVS Import User2004-04-041-299/+0
| | | | | | | | to checkout try this: svn co svn+ssh://svn.samba.org/home/svn/samba/branches/SAMBA_3_0 samba-3_0-work metze
* r2: import HEAD into svn+ssh://svn.samba.org/home/svn/samba/trunkCVS Import User2004-04-0437-0/+2360
metze