summaryrefslogtreecommitdiffstats
path: root/source/script
Commit message (Collapse)AuthorAgeFilesLines
* r25387: Sync with 3.2.0 svn treeGerald Carter2007-09-275-1/+48
|
* r24975: catch SIGINT and SIGQUIT like SIGTERMStefan Metzmacher2007-09-061-0/+2
| | | | metze
* r24948: There is no point testing UNIXINFO -- 3.2.0 does not do itVolker Lendecke2007-09-041-1/+1
|
* r24802: Activate new testsVolker Lendecke2007-08-302-0/+2
| | | | RAW-SAMBA3CASEINSENSITIVE and RAW-SAMBA3POSIXTIMEDLOCK
* r24604: remove some stuff samba3 doesn't need any moreStefan Metzmacher2007-08-211-14/+0
| | | | metze
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-07-103-6/+3
|
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-093-3/+3
| | | | Jeremy.
* r23686: merge from SAMBA_4_0:Stefan Metzmacher2007-07-031-2/+2
| | | | | | | | | | | Only use the bzr and git information when there's a .bzr or .git in the top branch directory I use bzr for my home directory and bzr version-info in ~/devel/samba/4.0/samba4-git gives the info about the ~/.bzr branch metze
* r23670: Fix mkversion.sh for the git case: Only use the first line whereVolker Lendecke2007-07-011-1/+1
| | | | "commit" occurs
* r23606: Merge Samba4 mkversion.sh to Samba3.Kai Blin2007-06-261-45/+108
|
* r23500: Two changes to survive the now activated test for rename_internals_fsp:Volker Lendecke2007-06-141-1/+1
| | | | | With the target being open we have to return NT_STATUS_ACCESS_DENIED and root_fid != 0 leads to NT_STATUS_INVALID_PARAMETER
* r23489: (Re-)Add tdbtorture as a build target to 3_0_26.Michael Adam2007-06-141-0/+3
| | | | | | Add the tdbtorture test to the test script in 3_0 and 3_0_26. Michael
* r23267: Merge idl Makefile target and associated files from SAMBA_3_0Gerald Carter2007-05-311-0/+61
|
* r23201: minor patches to make test and pythong examples from SAMBA-3_0Gerald Carter2007-05-293-5/+17
|
* r23093: Allow modules with the same name but different types.James Peach2007-05-231-3/+11
|
* r23000: merge from SAMBA_4_0:Stefan Metzmacher2007-05-181-1/+1
| | | | | | only if the output of which has a leading '/' the output is useful... metze
* r21955: Merge over jpeach's fixes for UNIX_INFO2.Jeremy Allison2007-03-231-1/+6
| | | | | | | | | | | | | | | Jeremy. After discussion with the Apple and Linux client maintainers, changing the FindFirst response for the UNIX_INFO2 level to include a length field before the name. The name is not required to be null terminated. The length field does not count any null. Also add call to chflags(2) in the default VFS module so that this will work be default on BSD-derived platform. Add UNIX-INFO2 test to the build farm to get some non-BSD coverage. Jeremy and Jerry, please review for inclusion in 3.0.25.
* r21195: sync minor changes from SAMBA_3_0 (comments and const)lib/privileges.cGerald Carter2007-02-061-0/+1
|
* r20537: Missed one of Vl's fixes :Jeremy Allison2007-01-041-1/+1
| | | | | | "Make us survive and activate RAW-CLOSE" Jeremy.
* r20535: Fix make install to work when root doesn't haveJeremy Allison2007-01-041-3/+7
| | | | | | write access into the source tree (like when your directory is nfs mounted for example....). Jeremy.
* r20527: Reviewed Volker's unlink change :Jeremy Allison2007-01-042-1/+4
| | | | | | "Make us survive & activate RAW-UNLINK" Jeremy.
* r20265: fix a couple more no previous prototype warningsHerb Lewis2006-12-191-0/+1
|
* r20256: Reduce some code duplication, make reply_mkdir go through the same ↵Volker Lendecke2006-12-191-1/+1
| | | | | | | | | | | code paths ncreate does. This is a bit slower (about 10-20%), because it goes touches the share mode db, but I think not having to call change_owner_to_parent and friends in fewer places outweighs this. And, mkdir is not the way current Windows boxes create directories, they do it via the ncreate call. Volker
* r19788: synching test scriptsGerald Carter2006-11-199-68/+450
|
* r19767: Intermediate checking (does not yet compile)Gerald Carter2006-11-182-3/+18
|\ | | | | | | | | | | | | | | | | * bring over lib/{ldb,replace,talloc,socket_wrapper} * bring over libaddns, tdb * remove smbwrappper * grab Makefile and configure.in from SAMBA_3_0 * Start dealing with snum -> share struct issues * Start merging filename mangling code
| * r19668: Convert the locking params to use struct share_param instead of snumVolker Lendecke2006-11-111-0/+5
| |
| * r19444: merge from samba4:Stefan Metzmacher2006-10-211-0/+2
| | | | | | | | | | | | reset trap when we have removed the test specifc files already metze
| * r19342: we only have one BASE-LOCK test in samba4's smbtorture nowStefan Metzmacher2006-10-161-2/+2
| | | | | | | | metze
| * r19248: Activate RPC-SAMBA3-WKSSVCVolker Lendecke2006-10-111-1/+1
| |
| * r19181: merge from samba4:Stefan Metzmacher2006-10-091-1/+6
| | | | | | | | | | | | | | with "export MAKE_TEST_KEEP_PCAP=yes" make test doesn't delete the generated pcap files metze
| * r19170: use a very clever trick to pass the binary name to theStefan Metzmacher2006-10-082-2/+15
| | | | | | | | | | | | | | | | | | gdb_backtrace script, I never noticed that %$(envvar) exists... Thanks to Bjoern Jacke for the suggestion! metze
| * r19169: port the trick to only display the smbd and nmbd log outputStefan Metzmacher2006-10-081-4/+27
| | | | | | | | | | | | of the current test metze
| * r19168: use the correct configurationStefan Metzmacher2006-10-081-4/+4
| | | | | | | | metze
| * r19164: merge the gdb_backtrace script from samba4Stefan Metzmacher2006-10-071-25/+71
| | | | | | | | | | | | | | | | | | | | | | this more portable and try to make use of ladebug on Tru64, but that only works when the binary is passed as 2nd arg to gdb_backtrace as Tru64 doesn't know /proc/${PID}/exe we need to find a way to pass the progname in 'panic action' in samba3 metze
| * r19151: Create some dummy printers in the build farmVolker Lendecke2006-10-061-0/+11
| |
| * r19119: try to be more portable...Stefan Metzmacher2006-10-061-7/+7
| | | | | | | | metze
| * r19104: Fix from Björn JACKE <bjoern@j3e.de>Jeremy Allison2006-10-051-1/+1
| | | | | | | | | | "here's a small fix for gdb_backtrace." Jeremy.
| * r19100: merge from samba4:Stefan Metzmacher2006-10-051-5/+20
| | | | | | | | | | | | | | | | export MAKE_TEST_ENABLE_PCAP=yes enables SOCKET_WRAPPER_PCAP_FILE support in make test metze
| * r19046: It does not do much yet, but activate RPC-SAMBA3-SPOOLSSVolker Lendecke2006-10-021-1/+1
| |
| * r19040: use more portable shellscripting, hopefully give better results on Tru64Stefan Metzmacher2006-10-021-2/+2
| | | | | | | | metze
| * r19038: build libreplace testsuite as replacetortStefan Metzmacher2006-10-021-0/+3
| | | | | | | | | | | | and run it with make test metze
| * r18951: socket_wrapper has only 16 interfaces anymore...Stefan Metzmacher2006-09-271-8/+9
| | | | | | | | metze
| * r18886: First, RPC_SRVSVC is called RPC-SRVSVC and second, we're so far off ↵Volker Lendecke2006-09-251-1/+2
| | | | | | | | | | | | | | | | on that one that there's no point yet to run this in the build farm. Volker
| * r18867: change the group mapping code to use ldb instead of tdbAndrew Tridgell2006-09-241-0/+214
| | | | | | | | See the discussion of this on the samba-technical list
| * r18823: Fix some errors in the srsvc handling code and start running the ↵Jelmer Vernooij2006-09-221-1/+1
| | | | | | | | | | | | RPC-SRVSVC test against samba3.
| * r18787: Fix the strlen_m and strlen_m_term code by mergingJeremy Allison2006-09-211-1/+1
| | | | | | | | | | | | in (and using elsewhere) next_codepoint from Samba4. Jerry please test. Jeremy.
| * r18778: Fix comparison.Jelmer Vernooij2006-09-211-1/+1
| |
| * r18744: Disable some tests that only work when RUN_FROM_BUILD_FARM is set.Jelmer Vernooij2006-09-201-3/+5
| |
| * r18618: * remove svn:externals Gerald Carter2006-09-181-1/+1
| | | | | | | | | | * 'make idl' now requires pidl in the current PATH * regenerate winreg ndr files
| * r18612: remove RPC-ECHO till it gets fixedStefan Metzmacher2006-09-181-1/+1
| | | | | | | | metze