summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-14Use GUID_string rather than smb_uuid_string().Jelmer Vernooij1-1/+1
2008-10-12Use common util_file code.Jelmer Vernooij1-9/+9
2008-08-14Fix coverity CID: 594. Resource leak on error path.Jeremy Allison1-2/+4
2008-07-20Refactoring: Change calling conventions for cli_rpc_pipe_open_noauthVolker Lendecke1-1/+2
2008-07-02Canonicalize servername in the printer functions to remove leading '\\' chara...Jeremy Allison1-54/+59
2008-06-28Fix a file descriptor leak in add_port_hookVolker Lendecke1-4/+1
2008-06-26Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke1-0/+11
2008-06-26Change print_access_check to take auth_serversupplied_info instead of current...Volker Lendecke1-9/+10
2008-06-24Remove "conn" from pipes_structVolker Lendecke1-3/+2
2008-05-25Remove the reference to current_user_info from share_access.cVolker Lendecke1-6/+10
2008-05-06Fix a memleak in construct_printer_info_7()Volker Lendecke1-2/+5
2008-04-24The first of Martin Zielinski <mz@seh.de> Vista printing patches.Jeremy Allison1-3/+6
2008-04-20Introduce rpc_pipe_np_smb_conn()Volker Lendecke1-1/+1
2008-04-20Remove a redundant reference to rpc_pipe_state->cli from srv_spoolssVolker Lendecke1-4/+0
2008-04-04Fix bug #5372. With a large CUPS installation with a remote server, contactingJeremy Allison1-1/+7
2008-03-17Coverity fixesMarc VanHeyningen1-1/+5
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke1-10/+4
2007-12-10Fix return values for invalid printers. Found by kblinJeremy Allison1-5/+14
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-3/+9
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison1-232/+306
2007-11-27Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison1-2/+2
2007-11-27Whitespace cleanup.Jeremy Allison1-1037/+1035
2007-11-27Remove some staticsVolker Lendecke1-1/+2
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-6/+6
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison1-12/+18
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-40/+40
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-174/+87
2007-10-10r25534: Apply some constVolker Lendecke1-1/+1
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam1-27/+27
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-3/+3
2007-10-10r24316: Fix an uninitialized readVolker Lendecke1-0/+1
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23758: Fix Coverity id 385Volker Lendecke1-2/+7
2007-10-10r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke1-2/+2
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-10/+14
2007-10-10r22954: More messaging_registerVolker Lendecke1-8/+16
2007-10-10r22911: Pass a messaging_context to message_send_allVolker Lendecke1-2/+4
2007-10-10r22895: Convert some more calls from message_send_buf to messaging_send_bufVolker Lendecke1-4/+6
2007-10-10r22761: This introduces lib/conn_tdb.c with two main functions: connections_t...Volker Lendecke1-2/+2
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+3
2007-10-10r22593: Finish doing the same for raw TALLOC.Jeremy Allison1-109/+172
2007-10-10r22588: Make all uses of TALLOC_MEMDUP consistent.Jeremy Allison1-4/+8
2007-10-10r22587: Ensure TALLOC_ZERO_ARRAY is consistent.Jeremy Allison1-3/+2
2007-10-10r22542: Move over to using the _strict varients of the tallocJeremy Allison1-1/+1
2007-10-10r22062: Fix the parsing of info level 3. Flags is not a flagsJeremy Allison1-2/+0
2007-10-10r22009: change TDB_DATA from char * to unsigned char *Stefan Metzmacher1-4/+4
2007-10-10r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher1-1/+1
2007-10-10r21569: Fix bug reported by Martin Zielinski <mz@seh.de>Jeremy Allison1-1/+1