summaryrefslogtreecommitdiffstats
path: root/source3/printing/nt_printing.c
Commit message (Expand)AuthorAgeFilesLines
* s3: printing: Fix problem with server taking too long to respond to a MSG_PRI...Jeremy Allison2014-02-181-2/+27
* loadparm: rename lp[cfg]_print_ok to lp[cfg]_printable for consistency with docsMichael Adam2014-02-031-1/+1
* loadparm: rename lp[cfg]_pathname to lp[cfg]_path for consistency with docsMichael Adam2014-02-031-4/+4
* printing: return WERROR from print_access_checkDavid Disseldorp2013-11-201-19/+12
* smbd: Convert driver_unlink_internals to synthetic_smb_fnameVolker Lendecke2013-04-171-3/+2
* printing: Free talloc_stackframe() on all exit pathsAndrew Bartlett2013-01-191-0/+2
* printing: Create default architecture directories on init.Andreas Schneider2013-01-171-0/+59
* smbd: Fix calls to create_conn_struct_cwd to be correctly indented.Andrew Bartlett2013-01-071-18/+18
* smbd: Split create_conn_struct into a fn that does not change the working dirAndrew Bartlett2013-01-071-3/+3
* s3-printing: Don't call talloc_free on an uninitialized pointer.Andreas Schneider2012-12-121-1/+1
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-5/+5
* s3-printing: Remove deprecated lp_printer_admin().Andreas Schneider2012-07-031-11/+0
* s3:printing: fix use of a non-existent word (existant)Michael Adam2012-06-121-1/+1
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-241-3/+12
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-3/+3
* s3-printing: Add new printers to registry.Björn Baumbach2012-02-091-2/+17
* WERROR type variable being incorrectly checked with a NT_STATUS_IS_XDavid Disseldorp2012-01-231-1/+1
* s3-spoolss: prefix print$ path on driver file deletionDavid Disseldorp2012-01-201-44/+37
* s3-printing: fix typoBjörn Baumbach2011-11-031-1/+1
* s3: Remove the smbd_server_conn ref from create_conn_structVolker Lendecke2011-09-261-3/+7
* s3-spoolss: Use existing handle in printer_driver_files_in_use().Andreas Schneider2011-07-281-11/+1
* s3-spoolss: Use existing handle in printer_driver_in_use().Andreas Schneider2011-07-281-14/+2
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-10/+10
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-2/+2
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-10/+10
* s3-printing: safe a ton of roundtrips by reusing existing winreg binding_hand...Günther Deschner2011-07-071-6/+27
* s3-printing: use winreg_internal functions.Günther Deschner2011-07-071-9/+9
* s3-printing: move spoolss_create_default_devmode/secdesc to init_spoolss.hGünther Deschner2011-07-071-172/+0
* s3-printing: move driver_info_ctr_to_info8 to init_spoolss.hGünther Deschner2011-07-071-90/+0
* s3-printing: move os2 related functions to printing/nt_printing_os2.c.Günther Deschner2011-07-071-142/+0
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett2011-05-181-1/+1
* s3-printing: run minimal_includes.pl.Günther Deschner2011-05-051-5/+0
* s3-printing: avoid using pipes_struct when only session_info is needed.Günther Deschner2011-05-021-12/+11
* s3-proto: move remaining spoolss protos to own header file.Günther Deschner2011-05-021-0/+1
* s3-printing: Use become_user_by_session() function.Andreas Schneider2011-04-111-3/+3
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-301-0/+1
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-301-1/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-301-0/+1
* s3-auth: printing needs auth.hGünther Deschner2011-03-301-0/+1
* s3: printing needs parts of smbd.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-printing: follow force user/group for driver IODavid Disseldorp2011-03-041-1/+46
* s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp2011-03-021-0/+3
* s3-printing: clean up get_correct_cversion error pathsDavid Disseldorp2011-03-021-18/+16
* s3-printing: fix move_driver_to_download_area() error pathsDavid Disseldorp2011-03-021-68/+51
* Fix some typesJelmer Vernooij2011-02-281-1/+1
* s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett2011-02-221-24/+24
* s3-rpc_server: move services into individual directories.Günther Deschner2011-02-101-1/+1