summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2-5/+5
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett1-1/+1
2011-06-01Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison1-8/+8
2011-06-01s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner1-2/+1
2011-05-30s3: fix some -Wunused-but-set-variable build warnings.Günther Deschner1-4/+0
2011-05-20Fix bug #8157 - std_pcap_cache_reload() fails to parse a cups printcap file c...Jeremy Allison1-8/+5
2011-05-18s3-lib Replace StrCaseCmp() with strcasecmp_m()Andrew Bartlett1-1/+1
2011-05-16s3-printing: remove cups_pull_comment_location from header fileDavid Disseldorp1-4/+0
2011-05-16s3-printing: Remove obsolete and unused cups_pull_comment_location().Andreas Schneider1-157/+0
2011-05-16s3-printing: Get the location info from cups.Günther Deschner9-30/+80
2011-05-13rpc_server: Always use rpc_pipe_open_interface()Simo Sorce1-1/+1
2011-05-11s3-printing: make cups_pull_comment_location() work again.Günther Deschner1-13/+2
2011-05-10s3-printing: Fix double free of cups request.Günther Deschner1-4/+0
2011-05-10s3-printing: very obvious fix for cups_pull_comment_location().Günther Deschner1-1/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner7-1/+8
2011-05-05More simple const fixes.Jeremy Allison2-3/+3
2011-05-05s3-printing: run minimal_includes.pl.Günther Deschner4-9/+0
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison1-1/+2
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner1-0/+1
2011-05-02s3-printing: include ../librpc/ndr/libndr.h in ads printing.Günther Deschner1-0/+1
2011-05-02s3-printing: avoid using pipes_struct when only session_info is needed.Günther Deschner1-12/+11
2011-05-02s3-proto: move remaining spoolss protos to own header file.Günther Deschner2-0/+2
2011-05-02s3-proto: move rpc_srv_register protos and structs to town headerfile.Günther Deschner1-0/+1
2011-04-21Fix compiler warning in debug message.Jeremy Allison1-2/+2
2011-04-20s3-smbd: fix the AIX 5.3 build.Günther Deschner1-0/+1
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2-0/+2
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