Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-01-22 | dcerpc: Use manually written .pc files for dcerpc and ndr. | Jelmer Vernooij | 3 | -0/+24 | |
(This used to be commit 676fd18fa2914b7b5530014a944a11ea1d6f631d) | |||||
2008-01-22 | python: Avoid duplicate copies of some objects in different packages. | Jelmer Vernooij | 3 | -967/+19 | |
(This used to be commit bd293cde1b1deadcfb0f74c82aae6ba4de39925b) | |||||
2008-01-21 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 1 | -12/+3 | |
(This used to be commit b99b604a5f8b7eb98a6285145188c0b94946df78) | |||||
2008-01-21 | Be sure to pass iconv handle down to compression subcontexts (fixes | Andrew Bartlett | 1 | -0/+4 | |
segfaults in NET-API-BECOME-DC) Andrew Bartlett (This used to be commit 70c1e918e6bd01946425e2d89cb680f14152f9fc) | |||||
2008-01-21 | build: Demote a bunch of libraries to subsystems. This makes packaging ↵ | Jelmer Vernooij | 1 | -12/+3 | |
easier and should also make it easier to migrate to a new build system. (This used to be commit 77b400764e3dadfa05407343af649ad9298cc085) | |||||
2008-01-16 | Add lsa_PolicyAuditEventType and lsa_PolicyAuditPolicy enums from samba3 to IDL. | Günther Deschner | 1 | -1/+21 | |
Guenther (This used to be commit 1b5706e413f1c6aa1ede15a625929f785ce37272) | |||||
2008-01-15 | util: Move asn1 to lib/util to trim down the number of subsystems. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 44e1cfd2d0ef62e4ee541cec00581a7151d951b3) | |||||
2008-01-14 | python: Enable building of the wkssvc python bindings. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit 7a00d48a478be84e9f38c5e6cb57739063d0d613) | |||||
2008-01-14 | python: Compile in svcctl Python bindings. | Jelmer Vernooij | 2 | -0/+5 | |
(This used to be commit 567099b66d0369715f8e0a083a5ce160faaf4da2) | |||||
2008-01-14 | python: Work around the fact that there are two "security" modules now. | Jelmer Vernooij | 1 | -1/+1 | |
This well demonstrates the fact we need hierarchy. (This used to be commit df7e3498824e27f8a6d61b8b6f52577eab248d2c) | |||||
2008-01-14 | python: Compile security module, handle uint. | Jelmer Vernooij | 1 | -0/+3 | |
(This used to be commit dee64344fb13aaed38a550ebb4048d0fa526d5b6) | |||||
2008-01-14 | python: Enable python bindings for samr and lsa interfaces. | Jelmer Vernooij | 2 | -0/+18 | |
(This used to be commit 3dfcefd8ac640ef1539185f19f7414fbcea9e741) | |||||
2008-01-14 | python: Build epmapper module. | Jelmer Vernooij | 1 | -1/+4 | |
(This used to be commit 6cb78c7634de0f9ab327583844d7860d384356eb) | |||||
2008-01-14 | python: Fix python code for winreg, add test. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit bd3e6c41c42738fcfcc5cef4e65f0e219d358260) | |||||
2008-01-14 | python: Start building winreg module. | Jelmer Vernooij | 1 | -0/+7 | |
(This used to be commit f1a9fad83cee7754304b3422aa273d5f64868e40) | |||||
2008-01-14 | pidl/python: Fix compilation of py_echo. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 5ee99ff31c80ece6861b2a0323d71170ef9346b9) | |||||
2008-01-14 | Use lsa_PolicyInfo enum in lsa policy info calls. | Günther Deschner | 1 | -5/+5 | |
Guenther (This used to be commit 068697706652373d28091cd7594e0276da27dbc4) | |||||
2008-01-14 | Fill in IDL for lsa_SetInfoPolicy and lsa_SetInfoPolicy2. | Günther Deschner | 1 | -2/+10 | |
Guenther (This used to be commit 54458c46249e07176e2a5b37279a3c95d21df0ab) | |||||
2008-01-12 | idl: Use typedef rather than declare. | Jelmer Vernooij | 11 | -19/+19 | |
(This used to be commit 3fd750bd54f150ff62fd8165406bd26d03d624cf) | |||||
2008-01-03 | r26663: Proper dependencies for pidl Python bindings. | Jelmer Vernooij | 1 | -0/+2 | |
(This used to be commit f24e5e8a2b16f2f1640cb573bdcb346cb3748f33) | |||||
2008-01-03 | r26658: pidl: Register Python modules. | Jelmer Vernooij | 1 | -0/+4 | |
(This used to be commit f47044aacc8eb6df856524744ab87bee997bae6d) | |||||
2008-01-03 | r26654: libcli/smb_composite: Rather than specifying each of the gazillion ↵ | Jelmer Vernooij | 1 | -7/+1 | |
options for SMB individually, just specify the smbcli_options struct. (This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb) | |||||
2008-01-03 | r26651: libsmb: Allow specifying signing policy from higher up. | Jelmer Vernooij | 1 | -0/+1 | |
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) | |||||
2008-01-02 | r26646: libcli/smb_composite: Allow specifying SMB parameters in ↵ | Jelmer Vernooij | 1 | -0/+7 | |
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections. (This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a) | |||||
2008-01-02 | r26644: Janitorial: Pass resolve_context explicitly to various SMB ↵ | Jelmer Vernooij | 1 | -1/+3 | |
functions, should help fix the build for OpenChange. (This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507) | |||||
2008-01-02 | r26643: librpc: Remove uses of global_loadparm. | Jelmer Vernooij | 3 | -15/+21 | |
(This used to be commit 924c0890904266af8f50f69a25f89d36f971d710) | |||||
2008-01-01 | r26639: librpc: Pass iconv convenience on from RPC connection to NDR ↵ | Jelmer Vernooij | 5 | -23/+33 | |
library, so it can be overridden by OpenChange. (This used to be commit 2f29f80e07adef1f020173f2cd6d947d0ef505ce) | |||||
2008-01-01 | r26638: libndr: Require explicitly specifying iconv_convenience for ↵ | Jelmer Vernooij | 1 | -3/+2 | |
ndr_struct_push_blob(). (This used to be commit 61ad78ac98937ef7a9aa32075a91a1c95b7606b3) | |||||
2007-12-26 | r26588: Janitorial: Rename torture_*_add_*test to torture_*_add_*test_const. | Kai Blin | 1 | -6/+7 | |
Also rename the corresponding wrap_ functions. (This used to be commit e59c2eaf681f076d175b9779d1c27b5f74a57c96) | |||||
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2 | -113/+68 | |
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28) | |||||
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a ↵ | Jelmer Vernooij | 3 | -142/+205 | |
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852) | |||||
2007-12-24 | r26558: Add IDL for netr_GetForestTrustInformation(). | Günther Deschner | 1 | -1/+8 | |
Guenther (This used to be commit 7aa34b48795d303ba600f34a4b1bc916007aee44) | |||||
2007-12-21 | r26504: Don't rely on system-provided kerberos headers. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit c4b1df047663519300370508761c70b0c096b7f2) | |||||
2007-12-21 | r26440: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -2/+2 | |
(This used to be commit 8858cf39722f192865e531164c72039fd18d7a8d) | |||||
2007-12-21 | r26432: Require ndr_pull users to specify iconv_convenience. | Jelmer Vernooij | 5 | -14/+14 | |
(This used to be commit 28b1d36551b75241c1cf9fca5d74f45a6dc884ab) | |||||
2007-12-21 | r26431: Require ndr_push creators to specify a iconv_convenience context. | Jelmer Vernooij | 6 | -22/+24 | |
(This used to be commit 7352206f4450fdf881b95bda064cedd9d2477e4c) | |||||
2007-12-21 | r26429: Avoid use of global_smb_iconv_convenience. | Jelmer Vernooij | 1 | -2/+3 | |
(This used to be commit d37136b7abfbba75ef2e5ab855eb3382b9648b8c) | |||||
2007-12-21 | r26427: Avoid global_smb_iconv_convenience. | Jelmer Vernooij | 3 | -11/+19 | |
(This used to be commit bf072c6fb37b3e6a71c0c747b9fbeaa01480229e) | |||||
2007-12-21 | r26409: Pass smb ports along. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f) | |||||
2007-12-21 | r26399: Use -O option for SWIG (less evil generated code). | Jelmer Vernooij | 2 | -32/+53 | |
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41) | |||||
2007-12-21 | r26397: Fix circular dependency in samba-socket. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit 801c8c766cb6a104751be8829593e0e123508134) | |||||
2007-12-21 | r26396: dcerpc: Fall back to peer_name() if target_hostname() is not set. | Kai Blin | 1 | -1/+4 | |
(This used to be commit 700887c7f1b874682a71daec2741b0329cded53c) | |||||
2007-12-21 | r26395: spoolss: Add WinXP-like printer browsing test. | Kai Blin | 1 | -3/+64 | |
(This used to be commit 2ccc4d2af58b49ab1319ce87e0f15591b40db06f) | |||||
2007-12-21 | r26394: dcerpc: Use target_hostname() instead of peer_name() in ↵ | Kai Blin | 1 | -2/+2 | |
dcerpc_server_name() (This used to be commit c5196831d5fc6190a54e2f684ff506bc243b8dae) | |||||
2007-12-21 | r26382: Remove more uses of global_loadparm. | Jelmer Vernooij | 1 | -1/+0 | |
(This used to be commit 6d4c59853481855c232e7cf97264a391f40af2b5) | |||||
2007-12-21 | r26376: Add context for libcli_resolve. | Jelmer Vernooij | 4 | -8/+11 | |
(This used to be commit 459e1466a411d6f83b7372e248566e6e71c745fc) | |||||
2007-12-21 | r26335: Specify name_resolve_order to socket code. | Jelmer Vernooij | 1 | -1/+2 | |
(This used to be commit b03e5d00110be3f1fe5809dad4eb6ca5cea7463d) | |||||
2007-12-21 | r26334: Avoid loadparm_context. | Jelmer Vernooij | 3 | -5/+6 | |
(This used to be commit 332dff80cc0f1dc80383f185409610cfb9f1d856) | |||||
2007-12-21 | r26332: Add samr_ValidationStatus error mapping to samr_ValidatePassword(). | Günther Deschner | 1 | -1/+21 | |
Torture test to follow. Guenther (This used to be commit 10ccfb4c8970bdb140aa9daf945caea72a4ab7cd) | |||||
2007-12-21 | r26331: Add IDL for samr_ValidatePassword(). A very interesting call. | Günther Deschner | 1 | -5/+75 | |
Guenther (This used to be commit 2b8d7fe16beecf2ea60d6712238527504ccee44c) |