Age | Commit message (Expand) | Author | Files | Lines |
2009-08-10 | s3 net: i18n support for net rpc printer | Kai Blin | 1 | -80/+105 |
2009-05-13 | s3-printing: no need to define struct table_node 4 times. | Günther Deschner | 1 | -8/+1 |
2009-05-06 | Make cli_setatr async. | Jeremy Allison | 1 | -1/+1 |
2009-05-06 | Make cli_setattrE async. | Jeremy Allison | 1 | -1/+1 |
2009-05-05 | Make cli_getattrE async. | Jeremy Allison | 1 | -2/+2 |
2009-05-03 | Fix a bunch of type-punned warnings -- gd, please fix properly :-) | Volker Lendecke | 1 | -15/+30 |
2009-04-30 | Cause cli_close to return an NTSTATUS. | Jeremy Allison | 1 | -4/+4 |
2009-04-30 | Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int. | Jeremy Allison | 1 | -16/+15 |
2009-04-27 | s3:registry: replace typedef REGISTRY_VALUE by struct regval_blob | Michael Adam | 1 | -5/+5 |
2009-04-22 | Make cli_chkpath async. | Jeremy Allison | 1 | -3/+3 |
2009-04-21 | Make cli_mkdir async. Change it to return NTSTATUS. | Jeremy Allison | 1 | -2/+2 |
2009-03-26 | s3:rpc_parse: remove unused init_unistr(). | Günther Deschner | 1 | -5/+4 |
2009-03-20 | s3-spoolss: pure comsetics. | Günther Deschner | 1 | -41/+41 |
2009-03-20 | s3-net: Fix Coverity #886 (FORWARD_NULL). | Günther Deschner | 1 | -1/+1 |
2009-03-18 | s3: remove POLICY_HND. | Günther Deschner | 1 | -16/+16 |
2009-03-18 | spoolss: add my copyright. | Günther Deschner | 1 | -1/+1 |
2009-03-18 | s3-spoolss: remove custom syntax_spoolss and use the syntax defined in IDL. | Günther Deschner | 1 | -5/+5 |
2009-03-18 | s3-net: use rpccli_spoolss_enumprinterdataex. | Günther Deschner | 1 | -24/+44 |
2009-03-17 | s3-net: use rpccli_spoolss_enumprinterkey wrapper. | Günther Deschner | 1 | -17/+6 |
2009-03-17 | s3-net: fix net_spoolss_setprinterdataex. | Günther Deschner | 1 | -1/+1 |
2009-03-17 | s3-net: fix net_spoolss_setprinterdata. | Günther Deschner | 1 | -7/+13 |
2009-03-17 | s3-net: use rpccli_spoolss_EnumPrinterData. | Günther Deschner | 1 | -16/+59 |
2009-03-17 | s3-net: temporary disable net_spoolss_setprinterdata. | Günther Deschner | 1 | -1/+4 |
2009-03-13 | s3-net: use rpccli_spoolss_enumprinters wrapper. | Günther Deschner | 1 | -134/+71 |
2009-03-13 | s3-spoolss: remove old leftover driver print functions. | Günther Deschner | 1 | -56/+0 |
2009-03-13 | s3-net: use rpccli_spoolss_enumprinterdrivers wrapper. | Günther Deschner | 1 | -11/+12 |
2009-03-06 | s3-spoolss: use form flags from idl in rpcclient and net. | Günther Deschner | 1 | -1/+1 |
2009-03-06 | s3-net: use new rpccli_spoolss_enumforms wrapper. | Günther Deschner | 1 | -27/+17 |
2009-02-27 | s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags. | Günther Deschner | 1 | -10/+10 |
2009-02-25 | s3-spoolss: use is_valid_policy_hnd to check for valid policy handles. | Günther Deschner | 1 | -75/+23 |
2009-02-25 | s3-spoolss: use rpccli_spoolss_addprinterex wrapper. | Günther Deschner | 1 | -1/+8 |
2009-02-25 | s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter. | Günther Deschner | 1 | -46/+123 |
2009-02-24 | s3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_spoolss_getprinterdriver2 | Günther Deschner | 1 | -56/+89 |
2009-02-12 | s3-net: use rpccli_spoolss_SetPrinterDataEx. | Günther Deschner | 1 | -2/+9 |
2009-02-10 | s3-rpcclient: use rpccli_spoolss_openprinter_ex helper. | Günther Deschner | 1 | -3/+4 |
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 ag... | Günther Deschner | 1 | -10/+7 |
2009-02-09 | s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient. | Günther Deschner | 1 | -11/+17 |
2009-02-06 | s3-spoolss: use rpccli_spoolss_ClosePrinter. | Günther Deschner | 1 | -25/+25 |
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 |
2008-07-21 | Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -5/+10 |
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -74/+74 |
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -255/+255 |
2008-05-10 | net: Remove globals | Kai Blin | 1 | -46/+70 |
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -3/+7 |
2008-04-20 | Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_name | Volker Lendecke | 1 | -3/+3 |
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -1/+2 |
2007-12-07 | Remove next_token - all uses must now be next_token_talloc. | Jeremy Allison | 1 | -6/+6 |
2007-12-04 | Remove pstrings. | Jeremy Allison | 1 | -84/+166 |