summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2011-04-11s3-printing: Use become_user_by_session() function.Andreas Schneider1-3/+3
2011-04-05s3: Fix print_spool_endVolker Lendecke1-12/+0
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner1-0/+1
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner4-4/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner4-0/+4
2011-03-30s3-auth: printing needs auth.hGünther Deschner4-0/+4
2011-03-30s3-locking: move locking prototypes out of proto.h.Günther Deschner1-0/+1
2011-03-30s3: printing needs parts of smbd.Günther Deschner3-0/+3
2011-03-30s3: include smbd/smbd.h where needed.Günther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner1-0/+1
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner7-0/+7
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/syslog.h when needed.Günther Deschner1-0/+1
2011-03-29s3-spoolssd: Register spoolssd endpoints.Andreas Schneider1-0/+8
2011-03-29s3-spoolssd: Fixed logfile creation.Andreas Schneider1-2/+11
2011-03-29s3-spoolssd: Added missing include.Andreas Schneider1-0/+2
2011-03-29s3-spoolssd: Pass down event and messanging context.Andreas Schneider1-20/+42
2011-03-29s3-spoolssd: Fixed reopening of logs.Andreas Schneider1-8/+10
2011-03-29s3:spoolssd Initialize the spoolss rpc interfacesSimo Sorce1-0/+33
2011-03-29s3:spoolssd Add spoolss own signal handlersSimo Sorce1-2/+53
2011-03-29s3:spoolssd handle smb.conf reloads directlySimo Sorce1-0/+14
2011-03-29s3:spoolssd Create our own log fileSimo Sorce1-0/+18
2011-03-29s3:spoolssd Add skeleton for spoolss daemonSimo Sorce1-0/+83
2011-03-29s3:printing Make print_queue_receive publicSimo Sorce1-1/+1
2011-03-16s3-printing: fix memory leak in print_cups.cDavid Disseldorp1-16/+9
2011-03-16s3-printing: remove duplicate cups response processing codeDavid Disseldorp1-147/+94
2011-03-16s3-printing: use printcap IDL for IPCDavid Disseldorp1-131/+107
2011-03-04s3-printing: fix cups pcap reload with no printersDavid Disseldorp1-12/+27
2011-03-04s3-printing: remove unneeded local_pcap_copy globalDavid Disseldorp1-36/+18
2011-03-04s3-printing: follow force user/group for driver IODavid Disseldorp1-1/+46
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
2011-03-02s3-printing: vfs_connect prior to driver/dfs IODavid Disseldorp1-0/+3
2011-03-02s3-printing: clean up get_correct_cversion error pathsDavid Disseldorp1-18/+16
2011-03-02s3-printing: fix move_driver_to_download_area() error pathsDavid Disseldorp1-68/+51
2011-02-28Fix compiler warning on casting -1 to uint32.Jeremy Allison1-3/+3
2011-02-28Fix some typesJelmer Vernooij1-1/+1
2011-02-22s3-printing: move more printing structs to printing.hGünther Deschner1-0/+1
2011-02-22s3-printing: only include printing where really needed.Günther Deschner2-1/+5
2011-02-22s3-printing: fix pcacp prototypes and includes.Günther Deschner2-0/+7
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner3-0/+89
2011-02-22s3: Fix a typoVolker Lendecke1-1/+1
2011-02-22s3-auth Rename auth_serversupplied_info varaiables: server_info -> session_infoAndrew Bartlett4-47/+47
2011-02-10s3-rpc_server: move services into individual directories.Günther Deschner2-2/+2
2011-02-10s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett1-3/+3
2011-01-21s3:printing: use dcerpc_spoolss_X() functionsStefan Metzmacher2-47/+84
2011-01-07s3-printing: remove printer_list_need_refreshDavid Disseldorp3-41/+0
2011-01-07s3-printing: remove old entries in pcap_cache_replaceDavid Disseldorp3-11/+24
2011-01-07s3-printing: reload shares after pcap cache fillDavid Disseldorp4-15/+52
2010-12-22s3-printing: fix crash bug in print_spool_open().Günther Deschner1-1/+3