Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | libcli/auth/ntlmssp: remove outdated comment. The version flag is well ↵ | Günther Deschner | 2010-08-10 | 1 | -2/+0 | |
| | | | | | | understood now. Guenther | |||||
* | s3: fix the waf build. | Günther Deschner | 2010-08-10 | 1 | -1/+2 | |
| | | | | Guenther | |||||
* | libcli/auth Move some source3/ NTLMSSP functions to the common code. | Andrew Bartlett | 2010-08-10 | 8 | -229/+128 | |
| | | | | | | | | libcli/auth Use true and false rather than True and False in common code Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
* | Fix bug #7608 - Win7 SMB2 authentication causes smbd panic | Jeremy Allison | 2010-08-09 | 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. | |||||
* | s4 upgradeprovision, fix a typo preventing the ridset to be correctly identified | Matthieu Patou | 2010-08-10 | 1 | -1/+1 | |
| | ||||||
* | pidl:NDR: correctly handle no pointer bracket arrays with 'string' | Stefan Metzmacher | 2010-08-09 | 1 | -1/+1 | |
| | | | | metze | |||||
* | s3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp does not reset the ↵ | Günther Deschner | 2010-08-09 | 1 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | secure channel. This is an important fix as the following could and is happening: * winbind authenticates a user via schannel secured netlogon samlogonex call, current secure channel cred state is stored in winbind state, winbind sucessfully decrypts session key from the info3 * winbind sets up a new schannel ncacn_ip_tcp lsa pipe (and thereby resets the secure channel on the dc) * subsequent samlogonex calls use the new secure channel creds on the dc to encrypt info3 session key, while winbind tries to use old schannel creds for decryption Guenther | |||||
* | s4-rpc_server: Fixed the build of the dcerpc_server library. | Andreas Schneider | 2010-08-09 | 1 | -1/+1 | |
| | | | | Brad please check! | |||||
* | s4-build: use @PACKAGE_VERSION@ in s4 pc.in files | Andrew Tridgell | 2010-08-09 | 8 | -8/+8 | |
| | | | | this gets replaced by vnum from the build rule | |||||
* | s4-build: added dcerpc_server library | Brad Hards | 2010-08-09 | 2 | -3/+16 | |
| | | | | | | OpenChange needs this for dcerpc_register_ep_server() Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
* | s3: Remove the smbd_messaging_context from load_printers | Volker Lendecke | 2010-08-08 | 4 | -7/+8 | |
| | ||||||
* | s3: Remove the smbd_messaging_context from pcap_cache_reload | Volker Lendecke | 2010-08-08 | 4 | -7/+10 | |
| | ||||||
* | s3: Remove the smbd_messaging_context from cups_cache_reload | Volker Lendecke | 2010-08-08 | 3 | -9/+9 | |
| | ||||||
* | s3: Remove the smbd_messaging_context from cups_pcap_load_async | Volker Lendecke | 2010-08-08 | 1 | -5/+7 | |
| | ||||||
* | s3: Remove the smbd_messaging_context from smb_conf_updated | Volker Lendecke | 2010-08-08 | 1 | -1/+1 | |
| | ||||||
* | s3: Remove the smbd_messaging_context from spoolss_init_cb | Volker Lendecke | 2010-08-08 | 1 | -2/+4 | |
| | ||||||
* | s3: Remove some smbd_messaging_context references from smbd_process | Volker Lendecke | 2010-08-08 | 1 | -7/+7 | |
| | ||||||
* | s3: Pass sconn to smbd_process | Volker Lendecke | 2010-08-08 | 3 | -32/+32 | |
| | ||||||
* | s3: Lift the server_messaging_context from housekeeping_fn | Volker Lendecke | 2010-08-08 | 1 | -3/+6 | |
| | ||||||
* | s3: Lift the server_messaging_context from check_reload | Volker Lendecke | 2010-08-08 | 1 | -4/+4 | |
| | ||||||
* | s3: Make check_reload() static | Volker Lendecke | 2010-08-08 | 2 | -2/+1 | |
| | ||||||
* | s3: Lift the server_messaging_context from spoolss_setjob_1 | Volker Lendecke | 2010-08-08 | 1 | -3/+4 | |
| | ||||||
* | s3: Lift the server_messaging_context from construct_printer_info6 | Volker Lendecke | 2010-08-08 | 1 | -2/+3 | |
| | ||||||
* | s3: Lift the server_messaging_context from construct_printer_info2 | Volker Lendecke | 2010-08-08 | 1 | -3/+4 | |
| | ||||||
* | s3: Lift the server_messaging_context from construct_notify_jobs_info | Volker Lendecke | 2010-08-08 | 1 | -5/+6 | |
| | ||||||
* | s3: Lift the server_messaging_context from construct_notify_printer_info | Volker Lendecke | 2010-08-08 | 1 | -6/+8 | |
| | ||||||
* | s3: Pass messaging_context through s_notify_info_data_table | Volker Lendecke | 2010-08-08 | 1 | -37/+70 | |
| | ||||||
* | s3: Lift the server_messaging_context from update_monitored_printq_cache | Volker Lendecke | 2010-08-08 | 3 | -5/+4 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_job_endpage | Volker Lendecke | 2010-08-08 | 3 | -5/+6 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_job_write | Volker Lendecke | 2010-08-08 | 3 | -5/+11 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_job_delete1 | Volker Lendecke | 2010-08-08 | 1 | -8/+8 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_job_set_name | Volker Lendecke | 2010-08-08 | 3 | -5/+10 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_queue_update_with_lock | Volker Lendecke | 2010-08-08 | 1 | -5/+8 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_queue_update_internal | Volker Lendecke | 2010-08-08 | 1 | -11/+12 | |
| | ||||||
* | s3: Lift the server_messaging_context from traverse_fn_delete | Volker Lendecke | 2010-08-08 | 1 | -10/+10 | |
| | ||||||
* | s3: Lift the server_messaging_context from print_unix_job | Volker Lendecke | 2010-08-08 | 1 | -5/+11 | |
| | ||||||
* | s3: Lift the server_messaging_context from pjob_delete | Volker Lendecke | 2010-08-08 | 2 | -13/+22 | |
| | ||||||
* | s3: Lift the server_messaging_context from pjob_store | Volker Lendecke | 2010-08-08 | 1 | -13/+23 | |
| | ||||||
* | s3: Lift the server_messaging_context from pjob_store_notify | Volker Lendecke | 2010-08-08 | 1 | -17/+18 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_byname | Volker Lendecke | 2010-08-08 | 3 | -4/+11 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_location | Volker Lendecke | 2010-08-08 | 3 | -5/+13 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_port | Volker Lendecke | 2010-08-08 | 3 | -4/+9 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_printername | Volker Lendecke | 2010-08-08 | 3 | -4/+9 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_sharename | Volker Lendecke | 2010-08-08 | 3 | -4/+10 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_comment | Volker Lendecke | 2010-08-08 | 3 | -4/+9 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_printer_driver | Volker Lendecke | 2010-08-08 | 3 | -4/+9 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_job_submitted | Volker Lendecke | 2010-08-08 | 3 | -4/+10 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_job_name | Volker Lendecke | 2010-08-08 | 3 | -5/+13 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_job_username | Volker Lendecke | 2010-08-08 | 3 | -4/+10 | |
| | ||||||
* | s3: Lift the server_messaging_context from notify_job_total_pages | Volker Lendecke | 2010-08-08 | 3 | -5/+10 | |
| |