Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -5/+5 | |
Michael | |||||
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -3/+3 | |
Jeremy | |||||
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. | |||||
2009-03-26 | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 1 | -5/+4 | |
Guenther | |||||
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 1 | -41/+41 | |
sorry, I just need to do that. Guenther | |||||
2009-03-20 | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -16/+16 | |
Guenther | |||||
2009-03-18 | spoolss: add my copyright. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-18 | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 1 | -5/+5 | |
Guenther | |||||
2009-03-18 | s3-net: use rpccli_spoolss_enumprinterdataex. | Günther Deschner | 1 | -24/+44 | |
Guenther | |||||
2009-03-17 | s3-net: use rpccli_spoolss_enumprinterkey wrapper. | Günther Deschner | 1 | -17/+6 | |
Guenther | |||||
2009-03-17 | s3-net: fix net_spoolss_setprinterdataex. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-17 | s3-net: fix net_spoolss_setprinterdata. | Günther Deschner | 1 | -7/+13 | |
Guenther | |||||
2009-03-17 | s3-net: use rpccli_spoolss_EnumPrinterData. | Günther Deschner | 1 | -16/+59 | |
Guenther | |||||
2009-03-17 | s3-net: temporary disable net_spoolss_setprinterdata. | Günther Deschner | 1 | -1/+4 | |
Guenther | |||||
2009-03-13 | s3-net: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 1 | -134/+71 | |
Guenther | |||||
2009-03-13 | s3-spoolss: remove old leftover driver print functions. | Günther Deschner | 1 | -56/+0 | |
Guenther | |||||
2009-03-13 | s3-net: use rpccli_spoolss_enumprinterdrivers wrapper. | Günther Deschner | 1 | -11/+12 | |
Guenther | |||||
2009-03-06 | s3-spoolss: use form flags from idl in rpcclient and net. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-03-06 | s3-net: use new rpccli_spoolss_enumforms wrapper. | Günther Deschner | 1 | -27/+17 | |
Guenther | |||||
2009-02-27 | s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags. | Günther Deschner | 1 | -10/+10 | |
Guenther | |||||
2009-02-25 | s3-spoolss: use is_valid_policy_hnd to check for valid policy handles. | Günther Deschner | 1 | -75/+23 | |
Guenther | |||||
2009-02-25 | s3-spoolss: use rpccli_spoolss_addprinterex wrapper. | Günther Deschner | 1 | -1/+8 | |
Guenther | |||||
2009-02-25 | s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter. | Günther Deschner | 1 | -46/+123 | |
Guenther | |||||
2009-02-24 | s3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_spoolss_getprinterdriver2 | Günther Deschner | 1 | -56/+89 | |
wrapper. Guenther | |||||
2009-02-12 | s3-net: use rpccli_spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -2/+9 | |
Guenther | |||||
2009-02-10 | s3-rpcclient: use rpccli_spoolss_openprinter_ex helper. | Günther Deschner | 1 | -3/+4 | |
Guenther | |||||
2009-02-09 | Attempt to fix the build | Volker Lendecke | 1 | -4/+4 | |
2009-02-09 | s3-rpcclient: use srv_name_slash instead of formating servername again and ↵ | Günther Deschner | 1 | -10/+7 | |
again. Guenther | |||||
2009-02-09 | s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient. | Günther Deschner | 1 | -11/+17 | |
Guenther | |||||
2009-02-06 | s3-spoolss: use rpccli_spoolss_ClosePrinter. | Günther Deschner | 1 | -25/+25 | |
Guenther | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -14/+14 | |
2008-10-19 | Remove silly safe_free() function which is a wrapper around SAFE_FREE(). | Jelmer Vernooij | 1 | -1/+1 | |
Since it's a function it just sets the local pointer to NULL and basically is an equivalent to free(). It also claims it's being used for callbacks but isn't used that way anywhere. | |||||
2008-07-21 | Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -5/+10 | |
(This used to be commit 0f77746f36b98acc5171727fa3fc236af9fd2000) | |||||
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -74/+74 | |
(This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a) | |||||
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -255/+255 | |
(This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -46/+70 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+7 | |
(This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84) | |||||
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -3/+3 | |
Also make sure that rpc_pipe_client->user_name is always talloced. (This used to be commit 3f6c5b99664a75a6f490ee3b6980b89cacf7f579) | |||||
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+2 | |
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b) | |||||
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -6/+6 | |
No more temptations to use static length strings. Jeremy. (This used to be commit ec003f39369910dee852b7cafb883ddaa321c2de) | |||||
2007-12-04 | Remove pstrings. | Jeremy Allison | 1 | -84/+166 | |
Jeremy. (This used to be commit e3c02796f8cf49af388741d175c4011825670df0) | |||||
2007-11-08 | Remove more fstring/pstring bad useage. Go talloc ! | Jeremy Allison | 1 | -5/+9 | |
Jeremy. (This used to be commit 2a0173743d2cf615d52278f3dd87cc804abe2d16) | |||||
2007-10-24 | This is a large patch (sorry). Migrate from struct in_addr | Jeremy Allison | 1 | -7/+6 | |
to struct sockaddr_storage in most places that matter (ie. not the nmbd and NetBIOS lookups). This passes make test on an IPv4 box, but I'll have to do more work/testing on IPv6 enabled boxes. This should now give us a framework for testing and finishing the IPv6 migration. It's at the state where someone with a working IPv6 setup should (theorecically) be able to type : smbclient //ipv6-address/share and have it work. Jeremy. (This used to be commit 98e154c3125d5732c37a72d74b0eb5cd7b6155fd) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -33/+33 | |
bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f) | |||||
2007-10-10 | r24783: Remove unused off_t type. | Günther Deschner | 1 | -3/+2 | |
Guenther (This used to be commit 85c816c27f2b9d20dfaf411b12ec1803a49574ce) | |||||
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 | |
(This used to be commit b0132e94fc5fef936aa766fb99a306b3628e9f07) | |||||
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 | |
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3) | |||||
2007-10-10 | r22932: Use the same symbol in sizeof and cast for talloc. | Michael Adam | 1 | -1/+1 | |
(This used to be commit 550498e68db9305e31da38dbc9c642961418a8b0) | |||||
2007-10-10 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -1/+5 | |
Jeremy. (This used to be commit 8ad13718af0ba1fcb10a6f1631b1ed3cb8d11175) |