Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s3: messaging_ctdbd_connection() was only called with procid_self() | Volker Lendecke | 2010-08-31 | 2 | -3/+2 |
| | | | | Eventually we'll get this right... | ||||
* | s3: use fine grained time in netprot response | Björn Jacke | 2010-08-31 | 1 | -3/+4 |
| | |||||
* | s3-auth Rename NT_USER_TOKEN user_sids -> sids | Andrew Bartlett | 2010-08-31 | 3 | -6/+6 |
| | | | | This is closer to the struct security_token from security.idl | ||||
* | s3: Fix a segfault in the printer code using create_conn_struct | Volker Lendecke | 2010-08-30 | 1 | -1/+7 |
| | |||||
* | s3: Fix some uninitialized variable warnings | Volker Lendecke | 2010-08-30 | 2 | -6/+6 |
| | |||||
* | s3-smbd: use make_server_info_krb5() in smb2 too. | Simo Sorce | 2010-08-30 | 1 | -75/+8 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-smbd: use make_server_info_krb5() | Simo Sorce | 2010-08-30 | 1 | -79/+11 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-smbd: User helper function to resolve kerberos user for smb2 | Simo Sorce | 2010-08-30 | 1 | -125/+30 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3-smbd: Use helper function to resolve kerberos user | Simo Sorce | 2010-08-30 | 1 | -123/+27 |
| | | | | Signed-off-by: Günther Deschner <gd@samba.org> | ||||
* | s3: Fix an uninitialized variable | Volker Lendecke | 2010-08-29 | 1 | -1/+1 |
| | |||||
* | s3: Fix the build without cluster | Volker Lendecke | 2010-08-29 | 1 | -0/+4 |
| | |||||
* | s3: Remove smbd_server_fd() | Volker Lendecke | 2010-08-29 | 2 | -8/+1 |
| | | | | | | | | | This breaks the perfcol_onefs() build. Tim, Steve, this use of smbd_server_fd is replacable by calls into substitute.c. I don't have a onefs environment around to build a fix, so I've decided to insert an #error, making it not compile. The fix should be pretty obvious, you can get the socket data via "%I" and "%i" substitutions. | ||||
* | s3: Remove two uses of smbd_server_fd() | Volker Lendecke | 2010-08-29 | 2 | -2/+2 |
| | | | | | Actually, this is a bit cheating. But those two files depend on smbd_server_conn anyway, it does not make things worse. | ||||
* | s3: Remove smbd_server_fd() from smbd_register_ips | Volker Lendecke | 2010-08-29 | 1 | -3/+4 |
| | |||||
* | s3: Lift smbd_server_fd() from msg_release_ip() | Volker Lendecke | 2010-08-29 | 1 | -4/+4 |
| | |||||
* | s3: Lift smbd_server_fd() from release_ip() | Volker Lendecke | 2010-08-29 | 1 | -11/+27 |
| | |||||
* | s3: Remove a use of smbd_server_fd() in smbd main() | Volker Lendecke | 2010-08-29 | 1 | -2/+1 |
| | | | | | The effect this might have is that we set the socket options a bit later in inetd mode. | ||||
* | s3: Pass sconn to check_reload | Volker Lendecke | 2010-08-29 | 1 | -4/+4 |
| | | | | This removes a use of smbd_server_fd() | ||||
* | s3: Pass sconn instead of msg_ctx to housekeeping_fn | Volker Lendecke | 2010-08-29 | 1 | -6/+5 |
| | |||||
* | s3: Set the client_id in substitute.c once | Volker Lendecke | 2010-08-29 | 1 | -0/+5 |
| | | | | | This never changes during a client connection's life, so we can set it once. | ||||
* | s3: Remove some references to smbd_server_fd() | Volker Lendecke | 2010-08-28 | 1 | -5/+7 |
| | |||||
* | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 2010-08-28 | 1 | -0/+9 |
| | |||||
* | s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX | Stefan Metzmacher | 2010-08-28 | 1 | -7/+7 |
| | | | | metze | ||||
* | Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest ↵ | Jeremy Allison | 2010-08-27 | 1 | -0/+8 |
| | | | | | | | | | to a share. Fix "security = share" with SMB2 by mapping internally to "security = user" and "map to guest = Bad User". Jeremy. | ||||
* | Fix bug #7651 - mknod and mkfifo fails with "No such file or directory" | Jeremy Allison | 2010-08-26 | 1 | -2/+2 |
| | | | | | | | | Ensure we check the correct stat struct once we've created the special fix. Thanks to izh1979@gmail.com for pointing out the bug. Jeremy. | ||||
* | s3-build: use dbwrap.h only where needed. | Günther Deschner | 2010-08-26 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3-build: include mangle.h only where needed. | Günther Deschner | 2010-08-26 | 3 | -0/+3 |
| | | | | Guenther | ||||
* | s3-build: only include "fake_file.h" where needed. | Günther Deschner | 2010-08-26 | 5 | -0/+5 |
| | | | | Guenther | ||||
* | s3-build: only include memcache.h where needed. | Günther Deschner | 2010-08-26 | 5 | -0/+5 |
| | | | | Guenther | ||||
* | s3-lsa: separate out init_lsa headers. | Günther Deschner | 2010-08-25 | 1 | -0/+1 |
| | | | | Guenther | ||||
* | s3:smbd: add nfs quota support to the linux-non-sysquota code | Michael Adam | 2010-08-25 | 1 | -0/+198 |
| | | | | | | This is based on the implementation for solaris and FreeBSD. It makes rpc calls out to the nfs server to retrieve quota information. | ||||
* | s3: Make char_flags and base_reverse const arrays | Volker Lendecke | 2010-08-24 | 3 | -74/+178 |
| | | | | | | | | This moves those arrays from dynamic to static, shared memory, removing them from globals.c. I did it by dumping the result of init_tables() with dump_data(). Some massage by an editor macro made it the initializer. | ||||
* | s3: Move "trans_num" to smbd_server_connection | Volker Lendecke | 2010-08-24 | 3 | -5/+4 |
| | |||||
* | s3: Make srv_send_smb take an sconn instead of a sock fd | Volker Lendecke | 2010-08-24 | 9 | -30/+30 |
| | |||||
* | s3: Pass the rhost through smb_pam_accountcheck | Volker Lendecke | 2010-08-22 | 2 | -2/+3 |
| | |||||
* | s3: Replace calls to check_access by allow_access | Volker Lendecke | 2010-08-22 | 2 | -8/+11 |
| | | | | We already have both the name and address of the client stored now | ||||
* | s3: Use sconn->client_id in session_claim | Volker Lendecke | 2010-08-20 | 1 | -10/+2 |
| | |||||
* | s3: Remove an unused variable | Volker Lendecke | 2010-08-18 | 1 | -1/+0 |
| | |||||
* | s3: Add "client_id" to pipes_struct | Volker Lendecke | 2010-08-18 | 2 | -3/+12 |
| | |||||
* | s3: Remove unneeded "client_address" from connection_struct | Volker Lendecke | 2010-08-18 | 2 | -13/+3 |
| | |||||
* | s3: Add smbd_server_connection->client_id | Volker Lendecke | 2010-08-18 | 2 | -1/+22 |
| | |||||
* | s3: Lift smbd_server_fd from reload_services() | Volker Lendecke | 2010-08-18 | 7 | -19/+21 |
| | |||||
* | s3-build: only include smb_signing.h where needed. | Günther Deschner | 2010-08-18 | 1 | -1/+1 |
| | | | | Guenther | ||||
* | s3: Remove smbd_server_fd() from session_claim | Volker Lendecke | 2010-08-17 | 3 | -9/+8 |
| | |||||
* | s3: Remove smbd_server_fd() from read_smb_length() | Volker Lendecke | 2010-08-17 | 1 | -12/+7 |
| | |||||
* | s3: Move read_smb_length() to smbd/reply.c | Volker Lendecke | 2010-08-17 | 1 | -0/+42 |
| | |||||
* | s3: Lift smbd_server_fd() from receive_smb_raw_talloc | Volker Lendecke | 2010-08-17 | 1 | -5/+5 |
| | |||||
* | s3: Lift smbd_server_fd() from read_smb_length_return_keepalive | Volker Lendecke | 2010-08-17 | 1 | -1/+5 |
| | |||||
* | s3: Lift smbd_server_fd() from read_data() | Volker Lendecke | 2010-08-17 | 1 | -3/+8 |
| | | | | All callers have appropriate debug messages themselves | ||||
* | s3: Lift smbd_server_fd() from read_fd_with_timeout() | Volker Lendecke | 2010-08-17 | 1 | -1/+16 |
| |