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