Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-10 | remove a static | Volker Lendecke | 1 | -12/+18 |
2007-12-03 | Change tdb_unpack "P" to return a malloc'ed string rather | Jeremy Allison | 1 | -3/+7 |
2007-11-20 | Remove pstrcpy I missed. | Jeremy Allison | 1 | -1/+0 |
2007-11-19 | Remove more pstring. Unify talloc_sub functions to make | Jeremy Allison | 1 | -30/+51 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -37/+37 |
2007-10-10 | r25399: Excise uint - > uint32 (where appropriate) or unsigned int. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23168: Move the lp_max_connections() into service.c. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23167: Remove an unused parameter | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'm | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22954: More messaging_register | Volker Lendecke | 1 | -8/+10 |
2007-10-10 | r22895: Convert some more calls from message_send_buf to messaging_send_buf | Volker Lendecke | 1 | -2/+3 |
2007-10-10 | r22868: Replace some message_send_pid calls with messaging_send_pid calls. More | Volker Lendecke | 1 | -1/+2 |
2007-10-10 | r22747: Fix some C++ warnings | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p... | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r22009: change TDB_DATA from char * to unsigned char * | Stefan Metzmacher | 1 | -17/+17 |
2007-10-10 | r21988: make use of string_tdb_data() | Stefan Metzmacher | 1 | -8/+5 |
2007-10-10 | r21446: Karolins "printjob username" | Volker Lendecke | 1 | -1/+5 |
2007-10-10 | r21064: The core of this patch is | Volker Lendecke | 1 | -2/+4 |