Age | Commit message (Expand) | Author | Files | Lines |
2010-07-27 | s3-printing: Made print_job_start more robust. | Simo Sorce | 1 | -81/+144 |
2010-07-27 | s3-smbd: Added code to print via spoolss. | Simo Sorce | 1 | -1/+1 |
2010-07-27 | s3-printing: Convert print_time_access_check. | Simo Sorce | 1 | -1/+1 |
2010-07-27 | s3-spoolss: Migrated NT_DEVICEMODE to spoolss_DeviceMode. | Simo Sorce | 1 | -11/+11 |
2010-07-04 | s3: Pass the new server_id through reinit_after_fork | Volker Lendecke | 1 | -3/+6 |
2010-07-04 | s3: Fix some nested extern warnings | Volker Lendecke | 1 | -2/+3 |
2010-07-04 | s3: Remove serverid_[de]register_self | Volker Lendecke | 1 | -2/+3 |
2010-06-13 | s3: Remove the pointless PRINTERNAME macro | Volker Lendecke | 1 | -6/+6 |
2010-06-10 | s3:misc make use of server_[event/messaging]_context directly | Andreas Schneider | 1 | -6/+7 |
2010-05-28 | s3:auth use info3 in auth_serversupplied_info | Simo Sorce | 1 | -1/+1 |
2010-05-06 | s3: only include gen_ndr headers where needed. | Günther Deschner | 1 | -0/+1 |
2010-04-28 | s3-spoolss: add support for SetJobInfo level 1 (for jobfile rename). | Günther Deschner | 1 | -1/+23 |
2010-04-28 | s3-lanman: remove unsupported print_job_set_place(). | Günther Deschner | 1 | -10/+0 |
2010-03-25 | Second part of bug #7288 - SMB job IDs in CUPS job names wrong. | Jeremy Allison | 1 | -2/+0 |
2010-03-25 | Fix bug #7288 - SMB job IDs in CUPS job names wrong. | Jeremy Allison | 1 | -19/+0 |
2010-03-10 | Try and fix bug #7233 - print fails with jobs >4GB from Win7 clients. | Jeremy Allison | 1 | -1/+1 |
2010-03-10 | s3: Fix a long-standing problem with recycled PIDs | Volker Lendecke | 1 | -2/+4 |
2010-02-14 | s3: convert registry and printing code to TYPESAFE_QSORT() | Andrew Tridgell | 1 | -3/+2 |
2009-11-29 | s3: "print_job_end" only looks at the size | Volker Lendecke | 1 | -2/+1 |
2009-11-29 | s3: Pass the "fake dir create times" parameter to sys_*stat | Volker Lendecke | 1 | -1/+2 |
2009-06-22 | s3: forward MSG_DEBUG from smbd parent to all children | Aravind Srinivasan | 1 | -0/+19 |
2009-05-27 | s3: Allow child processes to exit gracefully if we are out of fds | Marc VanHeyningen | 1 | -2/+3 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -1/+1 |
2009-05-11 | Hopefully fix the buildfarm. Add some debug level 10 messages | Jeremy Allison | 1 | -1/+7 |
2009-05-06 | s3-printing: simplify print_queue helper functions and return WERROR. | Günther Deschner | 1 | -17/+10 |
2009-04-20 | Remove smb_mkstemp() - libreplace will now provide a secure mkstemp() if | Jelmer Vernooij | 1 | -1/+1 |
2009-03-18 | s3:printing: use tevent_loop_wait() instead of manual looping | Stefan Metzmacher | 1 | -50/+6 |
2009-03-18 | s3:printing: use a fd event to monitor the pipe to the parent | Stefan Metzmacher | 1 | -3/+23 |
2009-03-12 | s3-spoolss: make jobname a const char * in print_job_start(). | Günther Deschner | 1 | -1/+1 |
2009-03-01 | Only copy sharename up from rap_to_pjobid | Volker Lendecke | 1 | -1/+3 |
2009-02-26 | s3: fix the build JOB_STATUS_BLOCKED -> JOB_STATUS_BLOCKED_DEVQ | Michael Adam | 1 | -1/+1 |
2009-02-18 | S3: Stop creating SMBD cores when failing to create a pipe. | todd stecher | 1 | -3/+7 |
2009-02-10 | s3-spoolss: remove more whitespace. | Günther Deschner | 1 | -135/+135 |
2009-01-27 | s3:smbd: use signal events for SIGTERM, SIGHUP and SIGCHLD | Stefan Metzmacher | 1 | -15/+3 |
2009-01-22 | s3:printing: handle tevent_context events in the sys_select() call | Stefan Metzmacher | 1 | -16/+42 |
2009-01-16 | s3: put printing/ under cache_dir, not lock_dir | Michael Adam | 1 | -2/+2 |
2009-01-05 | clean event context after child is forked. | Bo Yang | 1 | -1/+2 |
2008-12-09 | Fix bug #5688 LPQ process is orphaned if socket address parameter is invalid | SATOH Fumiyasu | 1 | -6/+33 |
2008-12-07 | Fix nonempty blank lines | Volker Lendecke | 1 | -5/+5 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 1 | -2/+2 |
2008-07-16 | Allow %u parameters for print job username - use advanced sub | Jim McDonough | 1 | -3/+5 |
2008-06-26 | Change print_access_check to take auth_serversupplied_info instead of current... | Volker Lendecke | 1 | -45/+48 |
2008-05-05 | Remove "userdom_struct user" from "struct user_struct" | Volker Lendecke | 1 | -3/+6 |
2008-04-23 | Fix CLEAR_IF_FIRST handling of messages.tdb | Volker Lendecke | 1 | -1/+1 |
2008-04-18 | printing: call reinit_after_fork() in the backgroundqueue process | Stefan Metzmacher | 1 | -0/+5 |
2008-04-09 | Fix typos. | Karolin Seeger | 1 | -1/+1 |
2008-03-26 | use tdb_wipe_all() instead of tdb_wipe() - it is faster... | Michael Adam | 1 | -1/+1 |
2008-03-25 | util_tdb: add a wrapper tdb_wipe() for traverse with tdb_traverse_delete_fn(). | Michael Adam | 1 | -1/+1 |
2008-02-08 | Fix some typos. | Karolin Seeger | 1 | -1/+1 |
2007-12-28 | Remove a global | Volker Lendecke | 1 | -9/+15 |