Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-23 | s3-rpcclient: use correct clientname in ↵ | Günther Deschner | 1 | -1/+8 | |
spoolss_RemoteFindFirstPrinterChangeNotifyEx command. Guenther | |||||
2009-02-19 | s3-rpcclient: use rpccli_spoolss_GetPrintProcessorDirectory in rpcclient. | Günther Deschner | 1 | -12/+35 | |
Guenther | |||||
2009-02-19 | s3-rpcclient: use SPOOLSS_ARCHITECTURE_NT_X86 define in spoolss getdriverdir ↵ | Günther Deschner | 1 | -1/+1 | |
cmd. Guenther | |||||
2009-02-19 | s3-rpcclient: use rpccli_spoolss_GetPrinterDriverDirectory in rpcclient. | Günther Deschner | 1 | -17/+37 | |
Guenther | |||||
2009-02-17 | s3-rpcclient: use rpccli_spoolss_RemoteFindFirstPrinterChangeNotifyEx. | Günther Deschner | 1 | -20/+29 | |
Guenther | |||||
2009-02-14 | s3-rpcclient: use rpccli_spoolss_AddPrinterEx. | Günther Deschner | 1 | -16/+42 | |
Guenther | |||||
2009-02-12 | s3-rpcclient: use rpccli_spoolss_GetPrinterDataEx. | Günther Deschner | 1 | -3/+41 | |
Guenther | |||||
2009-02-11 | Only assign argv[1] after the argc check, thanks Tim! | Volker Lendecke | 1 | -1/+3 | |
2009-02-11 | Fix an uninitialized variable | Volker Lendecke | 1 | -1/+1 | |
2009-02-10 | s3-rpcclient: use one macro for all printername formats. | Günther Deschner | 1 | -117/+51 | |
Guenther | |||||
2009-02-10 | s3-rpcclient: use rpccli_spoolss_openprinter_ex helper. | Günther Deschner | 1 | -97/+87 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: remove a pointless fstring. | Günther Deschner | 1 | -46/+29 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: use srv_name_slash instead of formating servername again and ↵ | Günther Deschner | 1 | -131/+52 | |
again. Guenther | |||||
2009-02-09 | s3-spoolss: remove whitespace in printing code. | Günther Deschner | 1 | -189/+189 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: use rpccli_spoolss_DeletePrinterDriverEx. | Günther Deschner | 1 | -6/+16 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: use rpccli_spoolss_DeletePrinterDriver. | Günther Deschner | 1 | -3/+9 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: use rpccli_spoolss_GetForm. | Günther Deschner | 1 | -7/+47 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: use rpccli_spoolss_SetForm. | Günther Deschner | 1 | -10/+19 | |
Guenther | |||||
2009-02-09 | s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient. | Günther Deschner | 1 | -10/+18 | |
Guenther | |||||
2009-02-09 | s3-rpcclient: fix getform command asprintf return code. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-02-07 | s3-spoolss: use rpccli_spoolss_DeleteForm. | Günther Deschner | 1 | -1/+8 | |
Guenther | |||||
2009-02-06 | s3-spoolss: use rpccli_spoolss_ClosePrinter. | Günther Deschner | 1 | -21/+21 | |
Guenther | |||||
2008-12-31 | Fix all warnings in source3 with gcc4.3. | Jeremy Allison | 1 | -10/+35 | |
Jeremy. | |||||
2008-12-14 | Remove the global "cmdline_auth_info" from source3/lib/util.c | Volker Lendecke | 1 | -4/+6 | |
This involves changing all our clients, that's why it's so large. | |||||
2008-11-01 | Rename dos_errstr() to win_errstr() for consistency with Samba 4. | Jelmer Vernooij | 1 | -7/+7 | |
2008-10-18 | Rename hex_encode to hex_encode_talloc,for consistency with samba 4 and heimdal. | Jelmer Vernooij | 1 | -1/+1 | |
2008-07-21 | Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idx | Volker Lendecke | 1 | -29/+29 | |
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199) | |||||
2008-07-20 | Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth | Volker Lendecke | 1 | -2/+3 | |
Pass in ndr_syntax_id instead of pipe_idx, return NTSTATUS (This used to be commit 9abc9dc4dc13bd3e42f98eff64eacf24b51f5779) | |||||
2008-06-26 | Fix a segfault in rpcclient adddriver | Volker Lendecke | 1 | -12/+13 | |
(cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d) (This used to be commit 8573032877317fe1f5c69e9ced5b19a33d8aefb0) | |||||
2008-06-17 | Fix typo. | Karolin Seeger | 1 | -12/+12 | |
arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6) | |||||
2008-04-25 | Move user/domain from rpc_pipe_client to cli_pipe_auth_data | Volker Lendecke | 1 | -19/+20 | |
(This used to be commit 42de50d2cd43e760d776694f7b5f003ba51d7f84) | |||||
2008-04-20 | Introduce rpc_pipe_np_smb_conn() | Volker Lendecke | 1 | -1/+1 | |
This abstracts away all references to rpc_pipe_client->cli, the only reference is now in cli_pipe.c. (This used to be commit c56e1c08cef107ff33a34346ceeca3475a102b19) | |||||
2008-04-20 | Add "desthost" to rpc_pipe_client | Volker Lendecke | 1 | -42/+34 | |
This reduces the dependency on cli_state (This used to be commit 783afab9c891dd7bcb78895b2a639b6f3a0edf5b) | |||||
2008-03-28 | Add a talloc context parameter to current_timestring() to fix memleaks. | Michael Adam | 1 | -4/+8 | |
current_timestring used to return a string talloced to talloc_tos(). When called by DEBUG from a TALLOC_FREE, this produced messages "no talloc stackframe around, leaking memory". For example when used from net conf. This also adds a temporary talloc context to alloc_sub_basic(). For this purpose, the exit strategy is slightly altered: a common exit point is used for success and failure. Michael (This used to be commit 16b5800d4e3a8b88bac67b2550d14e0aaaa302a9) | |||||
2008-03-19 | Fix bug 5338 -- thanks to Yuya Katayama <yuya999@gmail.com> | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 5ec2dbd144a3bbfdb14deafd158bad48b2d41ca4) | |||||
2008-02-05 | Fix bug 5421 -- thanks to MJ Anthony | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit a3d0450e0a054bdb8997db544a7efc8aa67f074d) | |||||
2008-01-25 | Fix bogus uninitialized variable warnings | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 71d6580c837adcc2cddcdff561f6fb09701501ee) | |||||
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -4/+6 | |
(This used to be commit fd34ce437057bb34cdc37f4b066e424000d36789) | |||||
2007-12-06 | Make all the tools use the proper accessor functions. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 6d61bb87975839adb25c304e5e5041f91b12d236) | |||||
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 1 | -2/+2 | |
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6) | |||||
2007-12-01 | Fix some C++ warnings | Volker Lendecke | 1 | -9/+3 | |
I think were are actually bugs. (This used to be commit 1be19f07889ae09f79030f1ff8f2cf5e9a3d9dc5) | |||||
2007-11-20 | More trivial pstring removal. | Jeremy Allison | 1 | -50/+106 | |
Jeremy. (This used to be commit bac3bb2f6e9e15b3a9a6a6511c484f8509918ca1) | |||||
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -24/+24 | |
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 | 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 | r22588: Make all uses of TALLOC_MEMDUP consistent. | Jeremy Allison | 1 | -2/+10 | |
Jeremy. (This used to be commit 8ad13718af0ba1fcb10a6f1631b1ed3cb8d11175) | |||||
2007-10-10 | r22062: Fix the parsing of info level 3. Flags is not a flags | Jeremy Allison | 1 | -3/+1 | |
field, but an offset. Fixed 64-bit display of ACLs on printers. Jeremy. (This used to be commit 0c8949ff5d742dbe59f2af0f57a289f238e3592c) | |||||
2007-10-10 | r19991: Sorry for this 2000-liner... | Volker Lendecke | 1 | -4/+3 | |
The main thing here is a rewrite of srv_winreg_nt.c. The core functionality has moved to registry/reg_api.c which is then usable by the rest of Samba as well. On that way it fixes creating keys with more than one element in the path. This did not work before. Two things that sneaked in (sorry :-) is the change of some routines from NTSTATUS to WERROR the removed "parent" argument to regkey_open_internal. Volker (This used to be commit fea52801de8c7b85c578d200c599475680c5339f) | |||||
2007-10-10 | r19811: Decode REG_MULTI_SZ and REG_BINARY | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 679330175185f8504bb5968339dcc7cb20d9140c) | |||||
2007-10-10 | r17316: More C++ warnings -- 456 left | Volker Lendecke | 1 | -2/+4 | |
(This used to be commit 1e4ee728df7eeafc1b4d533240acb032f73b4f5c) |