summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
* r25459: Avoid bashism. Reported by Björn Jacke.Jelmer Vernooij2007-10-101-1/+2
| | | | (This used to be commit a03e09b878ad455facbb8ff47207bc5534fa9aca)
* r25458: Fix warningJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit f723efad9f1038aae9e5412aa97eb5cbec4bd611)
* r25457: use different location for out-of-tree buildsJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit aa089378a04f84c507a7c31f96499a88de963d06)
* r25456: Avoid externs for charsets for now - it breaks openchange.Jelmer Vernooij2007-10-103-25/+22
| | | | (This used to be commit 836431af83674018e9700f9da92ce251d108687a)
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-109-71/+71
| | | | (This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58)
* r25453: Fix include for NTSTATUS.Jelmer Vernooij2007-10-103-4/+4
| | | | (This used to be commit 3c2d06d8fc8783362a6ff934e86ea4a4da2c6906)
* r25452: Move the creation of the server entry to the self join, as this makesAndrew Bartlett2007-10-102-23/+23
| | | | | | | no sense on a member server. Andrew Bartlett (This used to be commit 70467fa4c5d25b83c48dbbeb8236d5acb4550e77)
* r25451: Rework the display of provision options to use printf syntax, andAndrew Bartlett2007-10-101-10/+22
| | | | | | | avoid %s in the substituted strings from becoming a problem. Andrew Bartlett (This used to be commit 3c4f107239eb6b2f4022a4eac06c5dd3ace71174)
* r25450: Make it easier to test with a particular version of OpenLDAP, byAndrew Bartlett2007-10-102-6/+16
| | | | | | | | setting OPENLDAP_PATH, move to using hdb as the backend (allows subtree renames), and re-enable the --quiet option. Andrew Bartlett (This used to be commit a186a0fa68cdcfb3abd430534657e5e278a5ebda)
* r25449: Add convenience function for opening the default smb.conf for ↵Jelmer Vernooij2007-10-102-1/+6
| | | | | | openchange. (This used to be commit 5f023ef7a4046442a96768b926546f93735c9666)
* r25448: Remove IMMEDIATE_STRUCTURES define, which was used for splint. Newer ↵Jelmer Vernooij2007-10-105-19/+4
| | | | | | versions of splint support immediate structures just fine. (This used to be commit d54a47ecdc418ee07c9479f519bd1a207e6ba3eb)
* r25447: Fix installation of headers. Patch by Brad Hards.Jelmer Vernooij2007-10-102-0/+2
| | | | (This used to be commit b1aae72420362dfda7df94e8aaab8739632195dc)
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-1063-172/+198
| | | | | | | | 2007-09-29 More higher-level passing around of lp_ctx. 2007-09-29 Fix warning. 2007-09-29 Pass loadparm contexts on a higher level. 2007-09-29 Avoid using global loadparm context. (This used to be commit 3468952e771ab31f90b6c374ade01c5550810f42)
* r25444: Add an initial version of a WINBIND-STRUCT-GETPWENT test.Michael Adam2007-10-101-0/+28
| | | | | | | To be extended... Michael (This used to be commit 315ffc01914c34d0c4dacd9155d270af0f45f8e5)
* r25443: Enhance the WINBINDD-STRUCT-SHOW_SEQUENCE test:Michael Adam2007-10-101-6/+62
| | | | | | | | | | Compare the lists of sequence numbers obtained by (a) calling SHOW_SEQUENCE without domain argument and (b) walking the list of trusted domains. output the sequence numbers of the individual domains upon success. Michael (This used to be commit 21db6eb43c796da7607260d783221c5ee42f1f41)
* r25440: Add simple WINBINDD_SETPWENT and WINBINDD_ENDPWENT tests.Michael Adam2007-10-101-0/+32
| | | | | | | WINBINDD_GETPWENT is to follow. Michael (This used to be commit a989a7e40b56c988f3710014fcf50aca917d7de5)
* r25439: Extend the SHOW_SEQUENCE test somewhat to walk the list of trusted ↵Michael Adam2007-10-101-0/+22
| | | | | | | domains. Michael (This used to be commit d24eecb80ef55160e9e9c4863c59d9af15e4f5ca)
* r25438: start samba3's winbindd in the selftest "dc" envStefan Metzmacher2007-10-101-13/+63
| | | | | metze (This used to be commit 161c55be37bf15b873eae103463ac732e318a74a)
* r25437: let the default env for 'make testenv' depend on the targetStefan Metzmacher2007-10-101-2/+5
| | | | | | | as only samba4 supports the "member target yet. metze (This used to be commit 81bf9a063eb7193d4e5076d69bb4651b7ac229d1)
* r25435: actually pass the statistics to the buildfarm output moduleStefan Metzmacher2007-10-102-3/+3
| | | | | | | to calculate the SELFTEST RUNTIME correct metze (This used to be commit 12e485170909c8e09962aa2080b86455ad6509e5)
* r25433: - dcerpc_AuthType is a 8bit enum not 32bitStefan Metzmacher2007-10-101-9/+12
| | | | | | | - also add dcerpc_AuthLevel enum metze (This used to be commit efb2416939d5def030e56b0497bab5345426840f)
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-1070-227/+237
| | | | (This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
* r25428: forward declarations of enums are not portable,Stefan Metzmacher2007-10-103-9/+9
| | | | | | | | so pass struct cli_credentials *cred instead of enum credentials_use_kerberos use_kerberos. metze (This used to be commit b945aaa9dadc4c0595340d35725b49bac8e5778e)
* r25427: fix SELFTEST RUNTIME calculation for the build-farmStefan Metzmacher2007-10-102-6/+6
| | | | | metze (This used to be commit 554d56aa16c147bbb383e4a40d7fc11fa405a3a8)
* r25425: move LDB_MODULESDIR define into config.hStefan Metzmacher2007-10-102-7/+18
| | | | | | | this hopefully fixes the build on some hosts metze (This used to be commit d03ec5655d84c1f0f8bdcc88398067651cf7d78c)
* r25421: SHLIBEXT comes in via samba's config.h alreadyStefan Metzmacher2007-10-101-6/+0
| | | | | metze (This used to be commit dcead25b29e72183d824e290a9942256c19e7770)
* r25419: fix generation of git revision calculationStefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 7f70d5e7b901cd04412d111073e459ee756e1d46)
* r25411: Fix IPv6 socket backend.Jelmer Vernooij2007-10-101-10/+12
| | | | (This used to be commit 02b4621181c35ebf3e7c2531302b44863b94f8bf)
* r25410: Use C99 struct initialization.Jelmer Vernooij2007-10-101-33/+30
| | | | (This used to be commit ad1513bc1bada69a071ae4f477b9952e45622837)
* r25409: Add SHOW_SEQUENCE winbind test (struct based).Michael Adam2007-10-101-0/+20
| | | | | Michael (This used to be commit 080b602e4ff906580e127e66bfbe0373a69d26a9)
* r25404: fix the buildStefan Metzmacher2007-10-101-2/+2
| | | | | metze (This used to be commit 7d58d0c0c11005ffb6c03d98d53fea7f1ccbcd07)
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-10164-618/+644
| | | | (This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
* r25395: Fix help for --socket-wrapper-pcap.Jelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit 15e41e42788428d27a5d006622d84b30e5cd40d6)
* r25394: Print out version info in test output for use by Samba 3.Jelmer Vernooij2007-10-102-0/+3
| | | | (This used to be commit c61881c72bc4b0e50a79ad12c55bd9975a64b45d)
* r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij2007-10-1021-83/+88
| | | | (This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
* r25386: add 'make testsuite' target that tries to at least compileStefan Metzmacher2007-10-101-0/+6
| | | | | | | | smbtorture, smbclient and cifsdd which are used by samba3's 'make test' in future. metze (This used to be commit 712074d9503aef7b0c32d4e06c50c8dbb7b5cdc2)
* r25385: Don't clutter the buildfarm output with SKIP: lines.Jelmer Vernooij2007-10-101-5/+1
| | | | (This used to be commit 70810484eaab1ff5bc15ce312edce556c976423a)
* r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij2007-10-101-10/+23
| | | | (This used to be commit e227c749711aef2f2ce2eb66f7f3485962f36399)
* r25383: Patch from Amin Azez <azez@ufomechanic.net> to give better messageAndrew Bartlett2007-10-101-0/+5
| | | | | | | when a template file is missing. Andrew Bartlett (This used to be commit 5093ea1cef910fe01a249b2d7ef602e2374e2b35)
* r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij2007-10-106-31/+38
| | | | (This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e)
* r25377: Simplify code a little by employing commonly used functions.Rafal Szczesniak2007-10-104-629/+34
| | | | | rafal (This used to be commit f0be9939cd83d8568d6b7f0540fb73ab530243f7)
* r25376: Add the new file to the build.Rafal Szczesniak2007-10-101-0/+1
| | | | | rafal (This used to be commit a5407a32886f0f8d55bf5d30496600e1f7889ce6)
* r25375: Put commonly used functions in one place.Rafal Szczesniak2007-10-102-0/+355
| | | | | rafal (This used to be commit 6e9708eba8236f16eed4b83909b6aebcf7001f5c)
* r25374: create an enum for the authentication types instead of defining them asRonnie Sahlberg2007-10-101-11/+13
| | | | | constants (This used to be commit 0c3d38b0d9c2a335c6449955a137627ba16623a4)
* r25373: add three more authentication typesRonnie Sahlberg2007-10-101-0/+3
| | | | (This used to be commit 9c38c61c337da911d56df33f1b72be8cf7d0d4c6)
* r25368: Add the test of group add routine.Rafal Szczesniak2007-10-104-0/+219
| | | | | rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
* r25367: Add initial implementation of internal group add function.Rafal Szczesniak2007-10-104-0/+175
| | | | | rafal (This used to be commit 05624840c79982a6125fb037dc771a3c42f3c7ac)
* r25365: Clearer test namesJelmer Vernooij2007-10-102-2/+2
| | | | (This used to be commit 85a8c105a4c0a612478b2dd07ea33b4689e6bb80)
* r25364: List skipped testsuites in summary only.Jelmer Vernooij2007-10-101-9/+24
| | | | (This used to be commit cc22be4530f56d8cb862ccf91f386dd587bf9536)
* r25363: Move service code to separate module.Jelmer Vernooij2007-10-102-9/+12
| | | | (This used to be commit 77570e2fb5313ed0f890f1c4f9fa227b5695c534)