summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_rpc_printer.c
Commit message (Expand)AuthorAgeFilesLines
* s3-spoolss: use form flags from idl in rpcclient and net.Günther Deschner2009-03-061-1/+1
* s3-net: use new rpccli_spoolss_enumforms wrapper.Günther Deschner2009-03-061-27/+17
* s3-spoolss: use DSPRINT flags instead of SPOOLS_DS flags.Günther Deschner2009-02-271-10/+10
* s3-spoolss: use is_valid_policy_hnd to check for valid policy handles.Günther Deschner2009-02-251-75/+23
* s3-spoolss: use rpccli_spoolss_addprinterex wrapper.Günther Deschner2009-02-251-1/+8
* s3-net: use rpccli_spoolss_getprinter and rpccli_spoolss_SetPrinter.Günther Deschner2009-02-251-46/+123
* s3-net: use rpccli_spoolss_AddPrinterDriver and rpccli_spoolss_getprinterdriver2Günther Deschner2009-02-241-56/+89
* s3-net: use rpccli_spoolss_SetPrinterDataEx.Günther Deschner2009-02-121-2/+9
* s3-rpcclient: use rpccli_spoolss_openprinter_ex helper.Günther Deschner2009-02-101-3/+4
* Attempt to fix the buildVolker Lendecke2009-02-091-4/+4
* s3-rpcclient: use srv_name_slash instead of formating servername again and ag...Günther Deschner2009-02-091-10/+7
* s3-spoolss: use rpccli_spoolss_AddForm in net and rpcclient.Günther Deschner2009-02-091-11/+17
* s3-spoolss: use rpccli_spoolss_ClosePrinter.Günther Deschner2009-02-061-25/+25
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-14/+14
* Remove silly safe_free() function which is a wrapper around SAFE_FREE().Jelmer Vernooij2008-10-191-1/+1
* Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke2008-07-211-5/+10
* net: Use true/false instead of True/False.Kai Blin2008-05-201-74/+74
* net: more whitespace cleanupKai Blin2008-05-101-255/+255
* net: Remove globalsKai Blin2008-05-101-46/+70
* Move user/domain from rpc_pipe_client to cli_pipe_auth_dataVolker Lendecke2008-04-251-3/+7
* Use rpc_pipe_client->user_name instead of rpc_pipe_client->cli->user_nameVolker Lendecke2008-04-201-3/+3
* Add "desthost" to rpc_pipe_clientVolker Lendecke2008-04-201-1/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-6/+6
* Remove pstrings.Jeremy Allison2007-12-041-84/+166
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-5/+9
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-7/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-33/+33
* r24783: Remove unused off_t type.Günther Deschner2007-10-101-3/+2
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22932: Use the same symbol in sizeof and cast for talloc.Michael Adam2007-10-101-1/+1
* r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison2007-10-101-1/+5
* r19991: Sorry for this 2000-liner...Volker Lendecke2007-10-101-4/+3
* r19811: Decode REG_MULTI_SZ and REG_BINARYVolker Lendecke2007-10-101-1/+1
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-2/+2
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-10/+15
* r14416: Remove deadcode. Coverity #198.Jeremy Allison2007-10-101-11/+1
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2007-10-101-130/+0
* r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller2007-10-101-12/+12
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-246/+292
* r9739: conver the reg_objects (REGSUBKEY_CTR & REGVAL_CTR) to useGerald Carter2007-10-101-17/+20
* r9076: fix two other issues invented along theGünther Deschner2007-10-101-1/+1
* r8911: cosmetic fixes.Günther Deschner2007-10-101-9/+11
* r8654: merging cli_spoolss_XX() updates from trunkGerald Carter2007-10-101-53/+7
* r8592: I'm pretty sure this should be != instead of =!. Bugzilla #2893.Tim Potter2007-10-101-1/+1
* r7609: Move top level dir handling in from of the loop. This makes the codeLars Müller2007-10-101-2/+1
* r7607: Some minor fixes (typos, const)Günther Deschner2007-10-101-8/+5
* r7512: Fix net share migrate files to also migrate the ACLs of the top levelLars Müller2007-10-101-1/+2
* r6488: net rpc printer migrate should not try to set stuff that's not there. ...Volker Lendecke2007-10-101-16/+28
* r5971: Check for the correct cli-struct when copying files.Günther Deschner2007-10-101-1/+1