summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-21r26412: Add comments and refactor to reuse common code.Andrew Bartlett1-10/+29
Andrew Bartlett (This used to be commit a8b0f5af9afcc19bd869ff19e1456dbe9d2713b6)
2007-12-21r26411: Double check Python installation - make sure we can compile and link ↵Jelmer Vernooij1-1/+15
using it. (This used to be commit 3d8fc5808ced6f54274701d80fe2d42423bf9fee)
2007-12-21r26410: Remove unnecessary static.Jelmer Vernooij2-4/+4
(This used to be commit 13ae3108dad2f9f0f7a421d672751fa594f4e3fb)
2007-12-21r26409: Pass smb ports along.Jelmer Vernooij40-98/+121
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f)
2007-12-21r26408: Remove use of global_loadparm.Jelmer Vernooij16-13/+38
(This used to be commit f933b4362124bfdd25544b4e27992d9ca4405848)
2007-12-21r26407: Janitorial: Remove a pstring and compiler warnings.Kai Blin1-36/+37
(This used to be commit bdc482033546e3986bf8c8b65dbf11c54dc57b8e)
2007-12-21r26406: Make a copy to prevent modification of the loadparm configuration.Jelmer Vernooij2-3/+10
(This used to be commit c0f2775fd8bd88aad3497d59a7857d7a8a0978c5)
2007-12-21r26405: Import support for getifaddrs from Samba3.Jelmer Vernooij2-1/+107
(This used to be commit 5827b7460a058e8565a406f1c3533e5f589674b5)
2007-12-21r26404: Disable socket wrapper for the interface detection code to work ↵Jelmer Vernooij1-0/+1
around the fact that the ioctls for enumerating interfaces are not very reliable when used on unix domain sockets. Ideally, we should be implementing the SIOCGIFCONF and SIOCGIFADDR ioctls in socket wrapper. (This used to be commit 035c4831003d5b5310f0874e712ef66ba3e78e34)
2007-12-21r26403: Make sure ntvfs is only initialized once.Jelmer Vernooij1-1/+7
(This used to be commit 32b44e10747d704ce9a21cb8d34606cb0e41efab)
2007-12-21r26402: Require a talloc context in libnetif.Jelmer Vernooij26-42/+56
(This used to be commit a35e51871bbf1ab33fc316fa59e597b722769c50)
2007-12-21r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij33-132/+218
(This used to be commit 9f975417cc66bfd4589da38bfd23731dbe0e6153)
2007-12-21r26400: Don't try to do character conversion before smb.conf has been parsed.Jelmer Vernooij1-2/+2
(This used to be commit 9faba2874957ce80db202cd9f2cc373e7346381c)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij19-554/+755
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26398: Fix writing the output of failed tests to st/summary.Jelmer Vernooij1-3/+8
(This used to be commit 34b9ddddaffe67de821a19219bcceec75f9d8fdd)
2007-12-21r26397: Fix circular dependency in samba-socket.Jelmer Vernooij10-34/+63
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134)
2007-12-21r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set.Kai Blin1-1/+4
(This used to be commit 700887c7f1b874682a71daec2741b0329cded53c)
2007-12-21r26395: spoolss: Add WinXP-like printer browsing test.Kai Blin6-5/+646
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f)
2007-12-21r26394: dcerpc: Use target_hostname() instead of peer_name() in ↵Kai Blin1-2/+2
dcerpc_server_name() (This used to be commit c5196831d5fc6190a54e2f684ff506bc243b8dae)
2007-12-21r26393: Fix inline comment.Günther Deschner1-3/+1
Guenther (This used to be commit 55c60a374325c875575b93b9792e48082934fb77)
2007-12-21r26392: cmdline: remove unused varStefan Metzmacher1-2/+0
metze (This used to be commit 844da106e91e1363df5f201caa703cea8e98aa16)
2007-12-21r26391: samba4 doesn't support 'lmhosts' as resolve moduleStefan Metzmacher2-2/+2
metze (This used to be commit cdb64b41018928122898257f65d2573109b473cc)
2007-12-21r26389: Merge SWAT changes from alpha2 back into main Samba4 tree.Andrew Bartlett4-11/+13
Andrew Bartlett (This used to be commit 45747c2041e32063cda7a48c853fbb41d7de1eb0)
2007-12-21r26386: We need to test in more than just 'interactive' mode...Andrew Bartlett1-1/+1
Fix segfault found when running smbd without options. Andrew Bartlett (This used to be commit 880dfeadae41be5f0140ac07afb8680fc11f6ebf)
2007-12-21r26385: Integrate gensec-socket into gensec.Jelmer Vernooij9-72/+43
(This used to be commit 78bb444b4b73df9a84f8702814f9b30b32ffd885)
2007-12-21r26384: Fix another global_loadparm instance.Jelmer Vernooij1-2/+3
(This used to be commit 881ec40d7a4c97863abee5740187e9aa0a1801bb)
2007-12-21r26383: Make interfaces argument explicit.Jelmer Vernooij1-15/+20
(This used to be commit 89008ae18d37e8bc5bb7c70ac3e2128134264f9f)
2007-12-21r26382: Remove more uses of global_loadparm.Jelmer Vernooij12-36/+34
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5)
2007-12-21r26381: Move global_loadparm higher up the call stack.Jelmer Vernooij6-1/+10
(This used to be commit 992296767492ecd7d21b06f4a08a5b8d73d00740)
2007-12-21r26380: Specify port number higher up the call stack.Jelmer Vernooij3-2/+7
(This used to be commit 77273e250cacb1df0e8bd676e0948175ccd2330a)
2007-12-21r26379: Remove more global_loadparm instances.Jelmer Vernooij4-11/+5
(This used to be commit b6f66eb5e00ed01029fa81f408d6154ab01e74e7)
2007-12-21r26378: Remove use of global_loadparm.Jelmer Vernooij2-5/+6
(This used to be commit 81333de5353ce70512a3ed1d4960c09aa78954c6)
2007-12-21r26377: Specify port explicitly.Jelmer Vernooij4-4/+7
(This used to be commit 8c767ca13906966cd6cccbeaef3c50033d46f206)
2007-12-21r26376: Add context for libcli_resolve.Jelmer Vernooij41-122/+199
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc)
2007-12-21r26375: Move provision-independent utility function to main samba python module.Jelmer Vernooij2-10/+13
(This used to be commit 9d0ff47be069422de7ef2794357c6f3e9c540e67)
2007-12-21r26374: Remove dependency on dynconfig.Jelmer Vernooij1-1/+0
(This used to be commit a232a38d1cd6798f8948c0c8741a344970817161)
2007-12-21r26373: add note about shared libs being problematic with static data.Jelmer Vernooij1-0/+1
(This used to be commit 7b186ee310dab70e9ef8e4ef06e6afbf5233cc99)
2007-12-21r26372: Add include for external users.Jelmer Vernooij1-0/+1
(This used to be commit 621feaa3d5c5dc6ca5078c2d8f32cc54235b7515)
2007-12-21r26371: Fix typo.Jelmer Vernooij1-1/+1
(This used to be commit dcbacd9adb1ded14cbea3513f3db351e5b7bbe87)
2007-12-21r26370: Import upgrade script in Python.Jelmer Vernooij1-0/+61
(This used to be commit 277f2165241dafe68e31a8197194c94d9d4a535e)
2007-12-21r26369: Start on tests for the upgrade python code.Jelmer Vernooij2-0/+30
(This used to be commit c4458d11c710d4f0f892b26c7cb0701a43273587)
2007-12-21r26366: Import provision scripts in Python.Jelmer Vernooij3-0/+1583
(This used to be commit 090c799f98adf2c4186daca445c81b4e26e91f2f)
2007-12-21r26365: This will now be the alpha3 tree (once I release alpha2).Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit f28c1623e2c00e5a5d19827098c11ed1365ce0a1)
2007-12-21r26362: Fix segfault in NET-API-DELSHARE torture test.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit aab6b7eeb86f7a36261099a085fd450438fa5de1)
2007-12-21r26361: Ensure this test cannot proceed if the pipe connection failed.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 0e04e85ec262ec94ca4dd19e77cfbf8b78ca45fc)
2007-12-21r26360: Add some const.Jelmer Vernooij5-19/+14
(This used to be commit 3616ced29ed2385300f7268a742a9090840b626f)
2007-12-21r26359: Build .so version of wins ldb module.Jelmer Vernooij1-0/+1
(This used to be commit b7bcc49c9a7229d151a3ee9571524fa55c311a02)
2007-12-21r26358: Always specify TORTURE_OPTIONS to smbtorture.Jelmer Vernooij1-37/+37
(This used to be commit f75d63596b28edea7dd856306e7cdd22754fcec2)
2007-12-21r26357: Add separate subsystem for auth_sam_reply parsing.Jelmer Vernooij7-7/+13
(This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
2007-12-21r26356: Remove prototype for nonexisting function.Jelmer Vernooij1-9/+0
(This used to be commit 2c93f8ec816afb766a0365290231d83ed11ac237)