Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-15 | s3: Increase debug level for shutdown_other_smbds | Volker Lendecke | 1 | -3/+3 | |
2010-08-15 | s3: Add debugs to shutdown_other_smbds | Volker Lendecke | 1 | -0/+6 | |
2010-08-14 | s3: Remove a conn NULL check from claim_connection | Volker Lendecke | 1 | -4/+1 | |
We've already dereferenced conn before | |||||
2010-08-13 | s3: Fix some error messages | Volker Lendecke | 3 | -7/+9 | |
2010-08-13 | s3-smbd: Publish nt printers. | Andreas Schneider | 2 | -5/+15 | |
Reloading of the printers requires rpc services up and running! The first call in reload_services will be skipped. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-13 | s3-smbd: Move rpc services init to smbd parent. | Andreas Schneider | 2 | -42/+46 | |
The move to the parent makes it possible to use an internal rpc pipe really early and as we migrated serveral parts of samba to rpc function this is required. This should speed up the fork of a smbd a bit cause the rpc services are already running. We still have several problems here which aren't solved. We don't have a dependency tree here. For example we have to make sure that the registry is initialized before we can use the winreg pipe. The spoolss server requires winreg, so we have to start winreg before we can start the spoolss server. I'm sure there are more dependencies. Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-13 | s3-smbd: Regroup some init functions. | Andreas Schneider | 1 | -12/+12 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-13 | s3-smbd: Fixed indent. | Andreas Schneider | 1 | -2/+3 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-13 | s3-smbd: Cleanup the order of the init functions. | Andreas Schneider | 1 | -5/+6 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-13 | s3-smbd: Make sure the event context is initialized. | Andreas Schneider | 1 | -0/+3 | |
Signed-off-by: Simo Sorce <idra@samba.org> | |||||
2010-08-12 | s3: Reduce the load on the echo handler | Volker Lendecke | 1 | -0/+2 | |
If the parent is fast enough, the echo handler should not step in. When the socket becomes readable, the echo handler goes to sleep for a second. If within that second, the parent has picked up the SMB request from the net, the echo handler will just go back to select(). | |||||
2010-08-12 | s3: Slightly simplify the logic in smbd_server_echo_handler | Volker Lendecke | 1 | -1/+4 | |
2010-08-12 | s3: Slightly simplify the logic in smbd_server_connection_handler | Volker Lendecke | 1 | -1/+4 | |
2010-08-12 | s3: ?true:false is a *bit* pointless :-) | Volker Lendecke | 1 | -1/+1 | |
2010-08-09 | Fix bug #7608 - Win7 SMB2 authentication causes smbd panic | Jeremy Allison | 1 | -2/+4 | |
We need to call setup_ntlmssp_server_info() if status==NT_STATUS_OK, or if status is anything except NT_STATUS_MORE_PROCESSING_REQUIRED, as this can trigger map to guest. Jeremy. | |||||
2010-08-08 | s3: Remove the smbd_messaging_context from load_printers | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Remove the smbd_messaging_context from pcap_cache_reload | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Remove the smbd_messaging_context from smb_conf_updated | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Remove the smbd_messaging_context from spoolss_init_cb | Volker Lendecke | 1 | -2/+4 | |
2010-08-08 | s3: Remove some smbd_messaging_context references from smbd_process | Volker Lendecke | 1 | -7/+7 | |
2010-08-08 | s3: Pass sconn to smbd_process | Volker Lendecke | 2 | -31/+31 | |
2010-08-08 | s3: Lift the server_messaging_context from housekeeping_fn | Volker Lendecke | 1 | -3/+6 | |
2010-08-08 | s3: Lift the server_messaging_context from check_reload | Volker Lendecke | 1 | -4/+4 | |
2010-08-08 | s3: Make check_reload() static | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the server_messaging_context from update_monitored_printq_cache | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from start_background_queue | Volker Lendecke | 1 | -1/+2 | |
2010-08-08 | s3: Lift the smbd_messaging_context from smbd_setup_sig_hup_handler | Volker Lendecke | 2 | -8/+8 | |
2010-08-08 | s3: Lift the smbd_messaging_context from smbd_sig_hup_handler | Volker Lendecke | 1 | -2/+4 | |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_services | Volker Lendecke | 7 | -17/+17 | |
2010-08-08 | s3: Lift the smbd_messaging_context from reload_printers | Volker Lendecke | 2 | -7/+7 | |
2010-08-08 | s3: Lift the smbd_messaging_context from is_printer_published | Volker Lendecke | 1 | -0/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_publish | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printer_remove | Volker Lendecke | 1 | -1/+2 | |
2010-08-08 | s3: Lift the smbd_messaging_context from nt_printing_tdb_migrate | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3: Lift the smbd_messaging_context from rpc_pipe_open_internal | Volker Lendecke | 1 | -3/+8 | |
2010-08-08 | s3: Lift the smbd_messaging_context from np_open | Volker Lendecke | 1 | -1/+3 | |
2010-08-08 | s3: Remove a direct reference to smbd_server_conn | Volker Lendecke | 1 | -1/+1 | |
2010-08-08 | s3:smbd: fix valgrind warning, sizeof(16) != 16... | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-08-07 | s3: Remove some references to smbd_messaging_context() | Volker Lendecke | 1 | -5/+6 | |
2010-08-07 | s3: Remove smbd_messaging_context() from send_stat_cache_delete_message() | Volker Lendecke | 2 | -3/+5 | |
2010-08-07 | s3: Remove a pointless "else" | Volker Lendecke | 1 | -1/+3 | |
2010-08-06 | s3-netlogon: remove global include of netlogon.h. | Günther Deschner | 3 | -0/+3 | |
This reduces precompiled headers by another 4 MB and also slightly speeds up the build. Guenther | |||||
2010-08-06 | s3-krb5: include krb5pac.h where needed. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-08-05 | s3-popt: Only include popt-common.h when needed. | Andreas Schneider | 1 | -0/+1 | |
2010-08-05 | s3-secrets: only include secrets.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-08-05 | s3: avoid global include of ads.h. | Günther Deschner | 2 | -0/+2 | |
Guenther | |||||
2010-07-31 | s3-build: avoid to globally include printing and spoolss headers. | Günther Deschner | 2 | -0/+2 | |
This shrinks precompiled headers by 3MB and will slightly speed up any build. Guenther | |||||
2010-07-29 | s3: Do the ftruncate write cache optimization in one place | Volker Lendecke | 1 | -0/+31 | |
Instead of hand-tuning all the cases that are below this piece of code, this is a general case that we can catch upfront. | |||||
2010-07-29 | Revert "s3: Avoid pwrite calls for the 1-byte writes with zero content" | Volker Lendecke | 1 | -50/+4 | |
This reverts commit 6763730304627a58139450fd3e03a0ce48e31bb9. | |||||
2010-07-29 | s3: Avoid an unnecessary ftruncate call | Volker Lendecke | 1 | -1/+1 | |
If we just created the file, it has length 0 by definition. This is still done while holding the share mode lock, so no race around wrt other cifs clients. |