summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Collapse)AuthorAgeFilesLines
* s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke2010-08-312-3/+2
| | | | Eventually we'll get this right...
* s3: use fine grained time in netprot responseBjörn Jacke2010-08-311-3/+4
|
* s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2010-08-313-6/+6
| | | | This is closer to the struct security_token from security.idl
* s3: Fix a segfault in the printer code using create_conn_structVolker Lendecke2010-08-301-1/+7
|
* s3: Fix some uninitialized variable warningsVolker Lendecke2010-08-302-6/+6
|
* s3-smbd: use make_server_info_krb5() in smb2 too.Simo Sorce2010-08-301-75/+8
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: use make_server_info_krb5()Simo Sorce2010-08-301-79/+11
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: User helper function to resolve kerberos user for smb2Simo Sorce2010-08-301-125/+30
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3-smbd: Use helper function to resolve kerberos userSimo Sorce2010-08-301-123/+27
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s3: Fix an uninitialized variableVolker Lendecke2010-08-291-1/+1
|
* s3: Fix the build without clusterVolker Lendecke2010-08-291-0/+4
|
* s3: Remove smbd_server_fd()Volker Lendecke2010-08-292-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 Lendecke2010-08-292-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_ipsVolker Lendecke2010-08-291-3/+4
|
* s3: Lift smbd_server_fd() from msg_release_ip()Volker Lendecke2010-08-291-4/+4
|
* s3: Lift smbd_server_fd() from release_ip()Volker Lendecke2010-08-291-11/+27
|
* s3: Remove a use of smbd_server_fd() in smbd main()Volker Lendecke2010-08-291-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_reloadVolker Lendecke2010-08-291-4/+4
| | | | This removes a use of smbd_server_fd()
* s3: Pass sconn instead of msg_ctx to housekeeping_fnVolker Lendecke2010-08-291-6/+5
|
* s3: Set the client_id in substitute.c onceVolker Lendecke2010-08-291-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 Lendecke2010-08-281-5/+7
|
* s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2010-08-281-0/+9
|
* s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIXStefan Metzmacher2010-08-281-7/+7
| | | | metze
* Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest ↵Jeremy Allison2010-08-271-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 Allison2010-08-261-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 Deschner2010-08-263-0/+3
| | | | Guenther
* s3-build: include mangle.h only where needed.Günther Deschner2010-08-263-0/+3
| | | | Guenther
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-265-0/+5
| | | | Guenther
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-265-0/+5
| | | | Guenther
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-251-0/+1
| | | | Guenther
* s3:smbd: add nfs quota support to the linux-non-sysquota codeMichael Adam2010-08-251-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 arraysVolker Lendecke2010-08-243-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_connectionVolker Lendecke2010-08-243-5/+4
|
* s3: Make srv_send_smb take an sconn instead of a sock fdVolker Lendecke2010-08-249-30/+30
|
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-222-2/+3
|
* s3: Replace calls to check_access by allow_accessVolker Lendecke2010-08-222-8/+11
| | | | We already have both the name and address of the client stored now
* s3: Use sconn->client_id in session_claimVolker Lendecke2010-08-201-10/+2
|
* s3: Remove an unused variableVolker Lendecke2010-08-181-1/+0
|
* s3: Add "client_id" to pipes_structVolker Lendecke2010-08-182-3/+12
|
* s3: Remove unneeded "client_address" from connection_structVolker Lendecke2010-08-182-13/+3
|
* s3: Add smbd_server_connection->client_idVolker Lendecke2010-08-182-1/+22
|
* s3: Lift smbd_server_fd from reload_services()Volker Lendecke2010-08-187-19/+21
|
* s3-build: only include smb_signing.h where needed.Günther Deschner2010-08-181-1/+1
| | | | Guenther
* s3: Remove smbd_server_fd() from session_claimVolker Lendecke2010-08-173-9/+8
|
* s3: Remove smbd_server_fd() from read_smb_length()Volker Lendecke2010-08-171-12/+7
|
* s3: Move read_smb_length() to smbd/reply.cVolker Lendecke2010-08-171-0/+42
|
* s3: Lift smbd_server_fd() from receive_smb_raw_tallocVolker Lendecke2010-08-171-5/+5
|
* s3: Lift smbd_server_fd() from read_smb_length_return_keepaliveVolker Lendecke2010-08-171-1/+5
|
* s3: Lift smbd_server_fd() from read_data()Volker Lendecke2010-08-171-3/+8
| | | | All callers have appropriate debug messages themselves
* s3: Lift smbd_server_fd() from read_fd_with_timeout()Volker Lendecke2010-08-171-1/+16
|