summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* r26665: registry: Fix tests on bigendian machines.Jelmer Vernooij2008-01-051-2/+6
| | | | (This used to be commit bcd8f50f7952d1e502326f11ddfa8cfe8a982b1b)
* r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij2008-01-041-1/+2
| | | | (This used to be commit bdf30f80fbef8ea70c3073dc43bc1b0bc02a9951)
* r26663: Proper dependencies for pidl Python bindings.Jelmer Vernooij2008-01-032-1/+4
| | | | (This used to be commit f24e5e8a2b16f2f1640cb573bdcb346cb3748f33)
* r26662: pidl/python: Add constructors for struct/union types.Jelmer Vernooij2008-01-031-3/+52
| | | | (This used to be commit bc6aa49d8e33add2efa6f66630029f5305b56280)
* r26661: pidl/python: More generic handling of NTSTATUS, add stubs for types.Jelmer Vernooij2008-01-031-10/+41
| | | | (This used to be commit 336dae6d429f122f7f38a6c78d28b848ebfa3c67)
* r26660: pidl/python: Generate stub functions for DCE/RPC client functions, ↵Jelmer Vernooij2008-01-031-3/+144
| | | | | | constructor for interface objects. (This used to be commit 0ee0581f052d0b90b2697841aaa09e0955aff65a)
* r26659: pidl/python: Support string constants and handle modules.Jelmer Vernooij2008-01-031-2/+43
| | | | (This used to be commit 885e5980d7d7fbafdcf308b8ba6f2560c5b467ec)
* r26658: pidl: Register Python modules.Jelmer Vernooij2008-01-033-1/+16
| | | | (This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d)
* r26657: pidl: Add basics for generating Python modules.Jelmer Vernooij2008-01-033-2/+93
| | | | (This used to be commit f1960ca7c4d1b75d64192efdd446482c6bbebcd9)
* r26656: python: Add file documentating the status of the Python migration.Jelmer Vernooij2008-01-031-0/+20
| | | | (This used to be commit 5c86cc6648169bf52161a1ffdbf17a38b62c611f)
* r26655: torture/auth/pac: remove uses of global_loadparmJelmer Vernooij2008-01-031-2/+2
| | | | (This used to be commit ff67935be4980c701a9cd9a7fa435b8d1e02dfec)
* r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵Jelmer Vernooij2008-01-0332-155/+165
| | | | | | options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
* r26653: Janitorial: Remove global_loadparm use in two more places.Jelmer Vernooij2008-01-032-16/+21
| | | | (This used to be commit 65fbb4700d145810d1c7539a4037d73d856278c6)
* r26652: msrpc_parse/msrpc_gen: Add iconv_convenience argument.Jelmer Vernooij2008-01-036-13/+34
| | | | (This used to be commit e886f1bc0dc694971979716d1991535c7d2e08de)
* r26651: libsmb: Allow specifying signing policy from higher up.Jelmer Vernooij2008-01-0317-13/+29
| | | | | | | | The number of arguments is getting a bit excessive now, so it probably makes sense to pass in the smbcli_options struct rather than all members individually and add a convenience function for obtaining a smbcli_options struct from a loadparm context. (This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)
* r26650: torture/raw: Fix warnings in lockbench/openbench.Jelmer Vernooij2008-01-032-6/+15
| | | | | I'm surprised this didn't cause any breakages. We should probably run (a subset of) RAW-LOCKBENCH + RAW-OPENBENCH in make test to make sure they don't regress. (This used to be commit 9bea9c0c4f62dabaaad4c56e7e55da96571b1e1d)
* r26649: Only claim to be a PDC if we are a PDC.Andrew Bartlett2008-01-031-1/+5
| | | | | Andrew Bartlett (This used to be commit fc5746ae95e5a0b751ec19cae1f204c505f4ca27)
* r26648: Move detection of global catalog captability to a central function, soAndrew Bartlett2008-01-032-20/+37
| | | | | | | this can be shared with the CLDAP server (for the netlogon reply). Andrew Bartlett (This used to be commit 592c10ae11c94007e38404a7edea9fd8471f1907)
* r26647: Mark 'valgrind_run' as executableAndrew Bartlett2008-01-031-0/+0
| | | | (This used to be commit d00b87caffdcf8af40054d3325197040cc75b6eb)
* r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵Jelmer Vernooij2008-01-0211-5/+71
| | | | | | smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
* r26645: Janitorial: Fix a couple of warnings.Jelmer Vernooij2008-01-024-15/+15
| | | | (This used to be commit a2bc97e8b01ecee48be60823cb19b4e794fb8f93)
* r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵Jelmer Vernooij2008-01-0229-58/+130
| | | | | | functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
* r26643: librpc: Remove uses of global_loadparm.Jelmer Vernooij2008-01-023-15/+21
| | | | (This used to be commit 924c0890904266af8f50f69a25f89d36f971d710)
* r26642: samba3sam.py: Remove more EJS-specific code.Jelmer Vernooij2008-01-012-263/+240
| | | | (This used to be commit 7d14b657b3d59924b15f4f84bbd5745cd7f759ef)
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-012-48/+30
| | | | (This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1)
* r26640: Janitorial: Remove some more uses of global_loadparm.Jelmer Vernooij2008-01-015-10/+11
| | | | (This used to be commit c863f4ebde8efa1a695b4469142d6719e30bc419)
* r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵Jelmer Vernooij2008-01-0150-103/+150
| | | | | | library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce)
* r26638: libndr: Require explicitly specifying iconv_convenience for ↵Jelmer Vernooij2008-01-0141-85/+149
| | | | | | ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3)
* r26637: More work converting to Python.Jelmer Vernooij2008-01-011-16/+16
| | | | (This used to be commit 84f1e82d8fe5ecca75e2d7048d1b8b409abcb9b7)
* r26636: Remove useless 'backend' parameter, and make the memberof overlay ↵Andrew Bartlett2007-12-311-3/+2
| | | | | | | use global. Andrew Bartlett (This used to be commit 3b6f461e9a1b0fee7a589b8d171f4fcec6340ca4)
* r26635: The OpenLDAP folks have been very accommodating, and their memberof ↵Andrew Bartlett2007-12-311-0/+1
| | | | | | | plugin allows the error being returned to be adjusted. Andrew Bartlett (This used to be commit f2731fddf07dfda5d69ad19851dab8f82b05f1a5)
* r26634: Add NET-API-CREATEGROUP test.Rafal Szczesniak2007-12-302-0/+43
| | | | (This used to be commit 3d7a18b8231a98ac40bcfb8287b100209190beab)
* r26633: A couple of fixes in comments.Rafal Szczesniak2007-12-301-7/+9
| | | | (This used to be commit 9ff6568f9563bf72d11bf437fb6718e6fafe1824)
* r26632: Add libnet_CreateGroup function.Rafal Szczesniak2007-12-302-16/+226
| | | | (This used to be commit b8e115a920cfbbb0eb0d98d880734912242b851c)
* r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵Jelmer Vernooij2007-12-302-16/+26
| | | | | | increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1)
* r26630: Split up big tests into various smaller functions, making it easier ↵Jelmer Vernooij2007-12-301-183/+185
| | | | | | to debug. (This used to be commit 4be116133724ac52f9df8adb3feeb93ea616a990)
* r26629: python: Improve documentation in various places.Jelmer Vernooij2007-12-293-17/+50
| | | | (This used to be commit ee71a27bca66426d34cb1d686a83ac6a342329d3)
* r26628: python: Add more documentation, simplify code in Samba3 module.Jelmer Vernooij2007-12-297-87/+175
| | | | (This used to be commit 3c329ee73d9979236313c37e51750ec06b8dd69e)
* r26627: param: Provide a call for loading the system smb.conf.Jelmer Vernooij2007-12-291-0/+5
| | | | (This used to be commit 2596b479abc8e0d1c064e1d191f2d1c894252f3d)
* r26626: Install auth/session.hJelmer Vernooij2007-12-291-0/+1
| | | | (This used to be commit 57bf390068d36d85819dac561bdf1224db5c071b)
* r26625: Wrap some more events functions for Python and add a trivial test ↵Jelmer Vernooij2007-12-286-37/+170
| | | | | | for it. (This used to be commit 7873666a958a0b92c979dba93f3c3e5136e28d29)
* r26624: libnet/python: Use standard function for constructing context, allow ↵Jelmer Vernooij2007-12-284-61/+179
| | | | | | overriding credentials. (This used to be commit a5fb3caedefaf5387e3a384d060272f11a3b4b99)
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
| | | | (This used to be commit 108f6caffe2bb311495b89659cfd818f0ec410f2)
* r26622: python: Update license version, clarify copyright.Jelmer Vernooij2007-12-282-2/+4
| | | | (This used to be commit 3ee62094074d74b6c69948730f2892f0a430f40b)
* r26621: vampire: Add simple Python-based vampire scriptJelmer Vernooij2007-12-281-0/+54
| | | | (This used to be commit 46580d51d3e40ef83754fceefa392fe1df38e37d)
* r26620: python: Allow not specifying event contexts, in which case a new ↵Jelmer Vernooij2007-12-283-1/+51
| | | | | | context is used. (This used to be commit 73c0b1c89763ba61451f3d2a602163090780c56f)
* r26619: Add Python bindings for libnet. No tests yet and no way to set the ↵Jelmer Vernooij2007-12-284-0/+4774
| | | | | | parameters... (This used to be commit 9de0a153e99764583b33fc5d58118296db820653)
* r26618: Implement -W option support.Jelmer Vernooij2007-12-281-1/+7
| | | | (This used to be commit e48026b17d682c01eb3343ef35f6e847b18fa297)
* r26617: Load smb.conf.Jelmer Vernooij2007-12-271-2/+8
| | | | (This used to be commit 3f7bfef195421083f1401a73f60c5d270a1455f8)
* r26616: Support parsing of user data in SAmba 3 tdbsam.Jelmer Vernooij2007-12-274-115/+111
| | | | (This used to be commit 2f33e0451d6699fed8bc9abfa2f331317502b358)