summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r25430: Add the loadparm context to all parametric options.Jelmer Vernooij70-227/+237
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
2007-10-10r25428: forward declarations of enums are not portable,Stefan Metzmacher3-9/+9
so pass struct cli_credentials *cred instead of enum credentials_use_kerberos use_kerberos. metze (This used to be commit b945aaa9dadc4c0595340d35725b49bac8e5778e)
2007-10-10r25427: fix SELFTEST RUNTIME calculation for the build-farmStefan Metzmacher2-6/+6
metze (This used to be commit 554d56aa16c147bbb383e4a40d7fc11fa405a3a8)
2007-10-10r25425: move LDB_MODULESDIR define into config.hStefan Metzmacher2-7/+18
this hopefully fixes the build on some hosts metze (This used to be commit d03ec5655d84c1f0f8bdcc88398067651cf7d78c)
2007-10-10r25421: SHLIBEXT comes in via samba's config.h alreadyStefan Metzmacher1-6/+0
metze (This used to be commit dcead25b29e72183d824e290a9942256c19e7770)
2007-10-10r25419: fix generation of git revision calculationStefan Metzmacher1-1/+1
metze (This used to be commit 7f70d5e7b901cd04412d111073e459ee756e1d46)
2007-10-10r25411: Fix IPv6 socket backend.Jelmer Vernooij1-10/+12
(This used to be commit 02b4621181c35ebf3e7c2531302b44863b94f8bf)
2007-10-10r25410: Use C99 struct initialization.Jelmer Vernooij1-33/+30
(This used to be commit ad1513bc1bada69a071ae4f477b9952e45622837)
2007-10-10r25409: Add SHOW_SEQUENCE winbind test (struct based).Michael Adam1-0/+20
Michael (This used to be commit 080b602e4ff906580e127e66bfbe0373a69d26a9)
2007-10-10r25404: fix the buildStefan Metzmacher1-2/+2
metze (This used to be commit 7d58d0c0c11005ffb6c03d98d53fea7f1ccbcd07)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij164-618/+644
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25395: Fix help for --socket-wrapper-pcap.Jelmer Vernooij1-1/+1
(This used to be commit 15e41e42788428d27a5d006622d84b30e5cd40d6)
2007-10-10r25394: Print out version info in test output for use by Samba 3.Jelmer Vernooij2-0/+3
(This used to be commit c61881c72bc4b0e50a79ad12c55bd9975a64b45d)
2007-10-10r25392: Add loadparm context as argument in a couple more places.Jelmer Vernooij21-83/+88
(This used to be commit c62f51cc28a37959128e78a1f34cfd4c6d3ba069)
2007-10-10r25386: add 'make testsuite' target that tries to at least compileStefan Metzmacher1-0/+6
smbtorture, smbclient and cifsdd which are used by samba3's 'make test' in future. metze (This used to be commit 712074d9503aef7b0c32d4e06c50c8dbb7b5cdc2)
2007-10-10r25385: Don't clutter the buildfarm output with SKIP: lines.Jelmer Vernooij1-5/+1
(This used to be commit 70810484eaab1ff5bc15ce312edce556c976423a)
2007-10-10r25384: Support DGRAM IPv6 sockets.Jelmer Vernooij1-10/+23
(This used to be commit e227c749711aef2f2ce2eb66f7f3485962f36399)
2007-10-10r25383: Patch from Amin Azez <azez@ufomechanic.net> to give better messageAndrew Bartlett1-0/+5
when a template file is missing. Andrew Bartlett (This used to be commit 5093ea1cef910fe01a249b2d7ef602e2374e2b35)
2007-10-10r25379: Use loadparm context parameter in a lot more places.Jelmer Vernooij6-31/+38
(This used to be commit 091961b13be665061c7e88ab4e2808c015bc403e)
2007-10-10r25377: Simplify code a little by employing commonly used functions.Rafal Szczesniak4-629/+34
rafal (This used to be commit f0be9939cd83d8568d6b7f0540fb73ab530243f7)
2007-10-10r25376: Add the new file to the build.Rafal Szczesniak1-0/+1
rafal (This used to be commit a5407a32886f0f8d55bf5d30496600e1f7889ce6)
2007-10-10r25375: Put commonly used functions in one place.Rafal Szczesniak2-0/+355
rafal (This used to be commit 6e9708eba8236f16eed4b83909b6aebcf7001f5c)
2007-10-10r25374: create an enum for the authentication types instead of defining them asRonnie Sahlberg1-11/+13
constants (This used to be commit 0c3d38b0d9c2a335c6449955a137627ba16623a4)
2007-10-10r25373: add three more authentication typesRonnie Sahlberg1-0/+3
(This used to be commit 9c38c61c337da911d56df33f1b72be8cf7d0d4c6)
2007-10-10r25368: Add the test of group add routine.Rafal Szczesniak4-0/+219
rafal (This used to be commit f893244a31dca52415b78e8db623f41b71602995)
2007-10-10r25367: Add initial implementation of internal group add function.Rafal Szczesniak4-0/+175
rafal (This used to be commit 05624840c79982a6125fb037dc771a3c42f3c7ac)
2007-10-10r25365: Clearer test namesJelmer Vernooij2-2/+2
(This used to be commit 85a8c105a4c0a612478b2dd07ea33b4689e6bb80)
2007-10-10r25364: List skipped testsuites in summary only.Jelmer Vernooij1-9/+24
(This used to be commit cc22be4530f56d8cb862ccf91f386dd587bf9536)
2007-10-10r25363: Move service code to separate module.Jelmer Vernooij2-9/+12
(This used to be commit 77570e2fb5313ed0f890f1c4f9fa227b5695c534)
2007-10-10r25361: Specify share correctly for RPC-SAMBA3-SHARESEC, allow overriding ↵Jelmer Vernooij2-3/+6
share from command-line in smbtorture. (This used to be commit b3f2eafa0489fe533c93f2b224bbd999cf069aa1)
2007-10-10r25360: Allow --skip to be specified more than once.Jelmer Vernooij1-4/+4
(This used to be commit f6dd844dc4ad7da7508b3ff78190ce6d5c697789)
2007-10-10r25359: Set up Samba3 as dc.Jelmer Vernooij1-3/+12
(This used to be commit acaa484a5c8b4a99c756d1831898712d66a28a3d)
2007-10-10r25356: Conversion from the old-style composite functions take 2.Rafal Szczesniak1-340/+239
Let's find out if NET-USERMOD test passes this time on the build farm... rafal (This used to be commit 6ab46e91accfff856b741691de87d2452db9b295)
2007-10-10r25354: Thanks to Amin Azez <azez@ufomechanic.net> for finally getting me toAndrew Bartlett3-1/+3
fix a provision without an smb.conf already setup. Andrew Bartlett (This used to be commit a00044d2294b482ea83e9d7392eb8113a9c94b6e)
2007-10-10r25353: Disable one more swig link to for 'make install' to work.Rafal Szczesniak1-0/+1
rafal (This used to be commit bcf4e605773d4c1f204a5b678e1ec14ced4be3a4)
2007-10-10r25352: Add a basic WINBINDD_LIST_GROUPS test.Michael Adam1-0/+16
Michael (This used to be commit 1d051c550c640300e02fa947738e192a4dd4d2ff)
2007-10-10r25351: disable swig for now to get the build workingAndrew Tridgell1-0/+1
(This used to be commit 846184f15ca0dbe51e6a73941a0f32e1ec1d1f0b)
2007-10-10r25350: Add an initial winbindd list-users test.Michael Adam1-0/+16
Michael (This used to be commit 01bd81362fe7e26361e27a1e2ea3cfb2b78cfe00)
2007-10-10r25349: add WINBIND-STRUCT-DSGETDCNAME testStefan Metzmacher1-0/+66
metze (This used to be commit 8746ee4c20c6c0ca04248feae1321f6806d35898)
2007-10-10r25348: Start working on another Python wrapper.Tim Potter3-1/+24
(This used to be commit 441a0404346ce2ff72e8262c5bf6ef94d3b9f331)
2007-10-10r25329: A solution to SWIG not being able to handle a structure and a functionTim Potter1-8/+10
having the same name. Hey we can now query nbt names from Python. (This used to be commit 30c34d7a4b12c626bc98e29aa6691ad975845777)
2007-10-10r25316: Remove last few instances of old BOOL type in librpc/.Jelmer Vernooij10-37/+38
(This used to be commit 80d1dd41d4b224c46ad545f0afd97a847b99860b)
2007-10-10r25315: Revert my last change until I find out what's causing theRafal Szczesniak1-233/+334
problem spotted by the builfarm. rafal (This used to be commit 39359391af25e65547ffa91195984581ae38791b)
2007-10-10r25312: Replace the old-style composite calls.Rafal Szczesniak1-334/+233
rafal (This used to be commit 0a8531404fe3a97289aec35fe029e8c5abd0b085)
2007-10-10r25310: Make sure we do not regress on r25309Volker Lendecke2-0/+72
(This used to be commit 4eb0ec51aae4d05ce7bace7ea6dce2511e9a670a)
2007-10-10r25308: Remove use of pstring.Jelmer Vernooij1-12/+8
(This used to be commit 586246137c60c9c2fb49f902b013f2052695dd32)
2007-10-10r25307: add string_sub_talloc.Jelmer Vernooij3-0/+83
(This used to be commit 96c1a24874289fdeddcac43d23c2d1214b9b6225)
2007-10-10r25306: Add tests for string_sub().Jelmer Vernooij6-4/+86
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)
2007-10-10r25305: Fix installation of missing headers.Jelmer Vernooij2-3/+5
(This used to be commit 83f1721453c253bff77f9d7ececd462331dd846b)
2007-10-10r25304: Thankyou to Amin Azez <azez@ufomechanic.net> for pointing out that IAndrew Bartlett1-3/+3
used subobj.ROLE and not subobj.SERVERROLE as the rest of the code does. Andrew Bartlett (This used to be commit dd1cb33591819c3d4263e594c7a80de899def223)