Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-22 | Revert "Wrap security_token_has_privilege() with a check for ↵ | Jeremy Allison | 1 | -1/+1 | |
lp_enable_privileges(). Needed" Not needed - privileges code prevents "enable privileges = no" from adding privileges anyway. This reverts commit a8b95686a7bde3f96f141b6938e24e101567ef54. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 23:41:36 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | Wrap security_token_has_privilege() with a check for lp_enable_privileges(). ↵ | Jeremy Allison | 1 | -1/+1 | |
Needed to maintain compatibility with smb.conf manpage. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Oct 22 18:15:48 UTC 2010 on sn-devel-104 | |||||
2010-10-20 | s3: Make "unpack_pjob" static | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Oct 20 16:51:04 UTC 2010 on sn-devel-104 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 3 | -0/+3 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-10-08 | s3: Remove talloc_autofree_context() from get_printer_list_db() | Volker Lendecke | 1 | -1/+1 | |
Another db that does not need explicit closing | |||||
2010-10-04 | s3: Fix a pointer error | Volker Lendecke | 1 | -1/+1 | |
It is not universally guaranteed that an enum is represented as a uint32_t. This starts to be THE BUG (tm) in Samba. What can I do to explain this to people a bit better? It seems that the verbose explanations I put into the recent checkins fixing similar bugs are not clear enough. Anybody who does is not 100% clear about what this patch fixes please contact me directly so that we can talk it through on the phone to agree on a wording that everybody can understand. Thanks, Volker | |||||
2010-10-03 | s3: Attempt to fix the non-ads build | Volker Lendecke | 1 | -1/+1 | |
2010-10-02 | s3-spoolss: Fixed print_access_check server_info. | Andreas Schneider | 1 | -1/+1 | |
2010-10-01 | s3-spoolss: dont overwrite location change notify. | Günther Deschner | 1 | -0/+13 | |
Guenther | |||||
2010-09-30 | s3-spoolss: Fix servername/printername handling which turns out to be very ↵ | Günther Deschner | 2 | -5/+5 | |
important to get right. Guenther | |||||
2010-09-29 | s3-printing: skip metadata entry when traversing printerlist. | Günther Deschner | 1 | -0/+5 | |
We were creating a new printer (with a very broken name) out of the lasttimestamp entry all the time. Simo, please check. Guenther | |||||
2010-09-27 | Change to using TDB_INCOMPATIBLE_HASH (the jenkins hash) on all | Jeremy Allison | 1 | -1/+1 | |
TDB_CLEAR_IF_FIRST tdb's. For tdb's like gencache where we open without CLEAR_IF_FIRST and then with CLEAR_IF_FIRST if corrupt this is still safe to use as if opening an existing tdb the new hash will be ignored - it's only used on creating a new tdb not opening an old one. Jeremy. | |||||
2010-09-20 | s3-libads call common GUID_from_ndr_blob() | Andrew Bartlett | 1 | -2/+5 | |
This does a length-limited check, and so avoids reading beyond the allocated memory if the server sends less than 16 bytes. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-09-16 | s3/printing: avoid a possible race condition in the cache timeout | Björn Jacke | 1 | -2/+1 | |
2010-09-15 | s3/printing: make clock jump save and use monotonic time for cache timeout | Björn Jacke | 2 | -14/+15 | |
2010-09-15 | s3-printing: fix print_spool_terminate(). | Günther Deschner | 1 | -1/+1 | |
Simo, Andreas, please check. Guenther | |||||
2010-09-15 | s3-rpc_server: Moved ncacn_np declarations in common header file. | Simo Sorce | 2 | -0/+2 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-09-15 | s3-rpc_server: Convert rpc_connect_spoolss_pipe into a generic interface. | Simo Sorce | 1 | -3/+22 | |
This way we have one common way to open internal pipes whether they are shortcircuited or piped to an external process. | |||||
2010-09-15 | s3-printing: Document the printer list functions. | Andreas Schneider | 1 | -0/+64 | |
2010-09-15 | s3-printing: Add method to skip refresh if just happned. | Simo Sorce | 3 | -0/+34 | |
This way if multiple process try to refresh at the same time we don't do it over and over again. Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
2010-09-15 | s3-printing: Use printer list tdb in pcap. | Simo Sorce | 1 | -21/+35 | |
Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
2010-09-15 | s3-printing: Added a printer list database. | Simo Sorce | 2 | -0/+431 | |
Signed-off-by: Andreas Schneider <asn@cynapses.org> | |||||
2010-09-11 | s3-privs Convert from user_has_privileges() -> security_token_has_privilege() | Andrew Bartlett | 1 | -2/+1 | |
This new call is available in the merged privileges code, and takes an enum as the parameter, rather than a bitmask. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-privs Further changes to remove SE_PRIV | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-10 | s3-printing: fix non-ads build after prototype changes. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-09-09 | s3-printing: Make missing auth_serversupplied_info const. | Andreas Schneider | 1 | -3/+3 | |
2010-09-09 | s3-printing: Make auth_serversupplied_info const. | Andreas Schneider | 2 | -15/+15 | |
2010-09-03 | s3-spoolss: fix some debug statements. | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2010-08-31 | s3-printing: add debug to get_correct_cversion(). | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-26 | s3-build: only include krb5 environment variables where required. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-18 | s3-printing: Added function to update the queue. | Andreas Schneider | 1 | -30/+174 | |
2010-08-18 | s3-printing: Rename jobs_changed functions to jobs_added. | Andreas Schneider | 1 | -26/+26 | |
2010-08-18 | s3: Use pipe_struct->client_id->name for pjob.clientmachine | Volker Lendecke | 1 | -7/+2 | |
2010-08-18 | s3: Move initializing pjob.clientname to print_job_start() | Volker Lendecke | 1 | -8/+8 | |
2010-08-18 | s3: Add "client_id" to pipes_struct | Volker Lendecke | 1 | -0/+1 | |
2010-08-17 | s3: Directly call write_data from print_job_write() | Volker Lendecke | 1 | -1/+1 | |
2010-08-17 | s3: Remove unused "pos" arg from print_job_write | Volker Lendecke | 1 | -3/+2 | |
2010-08-16 | s3-printing: fix BUG 7280 - auto printers not loading with registry | Jim McDonough | 1 | -0/+4 | |
config | |||||
2010-08-16 | s3-printing: Lift the use of smbd_server_fd from job_submit. | Volker Lendecke | 3 | -18/+14 | |
Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-08-16 | s3: Remove get_client_fd() | Volker Lendecke | 2 | -4/+4 | |
2010-08-08 | s3: Remove the smbd_messaging_context from load_printers | Volker Lendecke | 1 | -3/+3 | |
2010-08-08 | s3: Remove the smbd_messaging_context from pcap_cache_reload | Volker Lendecke | 2 | -5/+7 | |
2010-08-08 | s3: Remove the smbd_messaging_context from cups_cache_reload | Volker Lendecke | 3 | -9/+9 | |
2010-08-08 | s3: Remove the smbd_messaging_context from cups_pcap_load_async | Volker Lendecke | 1 | -5/+7 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_endpage | Volker Lendecke | 1 | -3/+3 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_write | Volker Lendecke | 1 | -3/+5 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_delete1 | Volker Lendecke | 1 | -8/+8 | |
2010-08-08 | s3: Lift the server_messaging_context from print_job_set_name | Volker Lendecke | 1 | -3/+4 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_update_with_lock | Volker Lendecke | 1 | -5/+8 | |
2010-08-08 | s3: Lift the server_messaging_context from print_queue_update_internal | Volker Lendecke | 1 | -11/+12 | |