summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2010-08-29s3: Remove two uses of smbd_server_fd()Volker Lendecke2-2/+2
Actually, this is a bit cheating. But those two files depend on smbd_server_conn anyway, it does not make things worse.
2010-08-29s3: Remove smbd_server_fd() from srv_netlog_ntVolker Lendecke1-3/+2
This is not actually used. If it was to be activated, we'd have to pass in a pipes_struct.
2010-08-29s3: Remove smbd_server_fd() from smbd_register_ipsVolker Lendecke1-3/+4
2010-08-29s3: Lift smbd_server_fd() from msg_release_ip()Volker Lendecke1-4/+4
2010-08-29s3: Lift smbd_server_fd() from release_ip()Volker Lendecke1-11/+27
2010-08-29s3: Remove a use of smbd_server_fd() in smbd main()Volker Lendecke1-2/+1
The effect this might have is that we set the socket options a bit later in inetd mode.
2010-08-29s3: Pass sconn to check_reloadVolker Lendecke1-4/+4
This removes a use of smbd_server_fd()
2010-08-29s3: Pass sconn instead of msg_ctx to housekeeping_fnVolker Lendecke1-6/+5
2010-08-29s3: Set the client_id in substitute.c onceVolker Lendecke3-12/+40
This never changes during a client connection's life, so we can set it once.
2010-08-29s3: Remove some uses of smbd_server_fd()Volker Lendecke1-2/+2
The change in behaviour is that we don't detect "socket option" changes anymore when printers are added or removed.
2010-08-29s3: Remove a use of smbd_server_fdVolker Lendecke1-1/+1
This disables different socket options per user for ntlmssp authentiation, a change in behaviour which is exotic enough I believe.
2010-08-28s3: Remove an unused macroVolker Lendecke1-2/+0
2010-08-28s3: Remove some references to smbd_server_fd()Volker Lendecke1-5/+7
2010-08-28s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke1-4/+4
2010-08-28s3: Fix some DEBUGsVolker Lendecke1-2/+2
2010-08-28s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2-15/+9
2010-08-28s3: Fix a typoVolker Lendecke1-1/+1
2010-08-28s3: Remove the dependency of g_lock on procid_selfVolker Lendecke4-12/+16
procid_self() references global vars, don't depend on them unnecessarily
2010-08-28s3: Remove smbd_server_conn() from check_unix_securityVolker Lendecke1-7/+2
2010-08-28s3: Lift smbd_server_fd() from pass_check()Volker Lendecke4-9/+19
2010-08-28s3: Lift smbd_server_fd() from password_check()Volker Lendecke1-11/+13
2010-08-28s3: Fix some nonempty blank linesVolker Lendecke1-15/+15
2010-08-28s3: Fix smb_pam_passcheckVolker Lendecke2-4/+4
2010-08-28s3: Those functions are no macros anymore :-)Volker Lendecke1-4/+0
2010-08-28s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIXStefan Metzmacher1-7/+7
metze
2010-08-27Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest ↵Jeremy Allison1-0/+8
to a share. Fix "security = share" with SMB2 by mapping internally to "security = user" and "map to guest = Bad User". Jeremy.
2010-08-27s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke3-9/+12
2010-08-27s3: Lift smbd_server_fd() from smb_pam_startVolker Lendecke1-16/+9
smb_pam_passcheck() is the only caller that fills in NULL, all other callers now properly fill rhost
2010-08-27s3: Pass "private_data" through string_combinations()Volker Lendecke1-12/+24
2010-08-27s3: Cache results of finding printer namesVolker Lendecke1-0/+39
With hundreds of printers or on a slow machine, this can become expensive. Problem reported and patch sponsored by DESY, Hamburg (www.desy.de)
2010-08-27s3: Pass rhost through to smb_pam_passchangeVolker Lendecke5-19/+42
2010-08-27s3-waf: build samldap passdb backendSumit Bose2-2/+2
Signed-off-by: Günther Deschner <gd@samba.org>
2010-08-26Fix bug #7651 - mknod and mkfifo fails with "No such file or directory"Jeremy Allison1-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.
2010-08-26s3-proto: remove obsolete prototypes.Günther Deschner1-14/+0
Guenther
2010-08-26s3: Fix typosVolker Lendecke1-2/+2
2010-08-26s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke1-3/+2
2010-08-26winbindd: Add the client status in the clients list outputPierre Carrier1-4/+12
Hello list, Considered relevant by a customer. As I suppose one doesn't send SIGUSR2 very often, I didn't bother adding another DEBUGLEVEL. -- Pierre
2010-08-26winbindd: useless functionPierre Carrier1-8/+1
Hello list, Seems simple enough for my first patch :) -- Pierre
2010-08-26s3-build: only include rpc_misc.h where needed.Günther Deschner5-3/+4
Guenther
2010-08-26s3-build: use talloc_dict.h only where needed.Günther Deschner4-1/+4
Guenther
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner40-39/+75
Guenther
2010-08-26s3-build: only include krb5 environment variables where required.Günther Deschner7-1/+6
Guenther
2010-08-26s3-build: only include libnscd.h where needed.Günther Deschner2-4/+4
Guenther
2010-08-26s3-build: include mangle.h only where needed.Günther Deschner4-1/+3
Guenther
2010-08-26s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner6-1/+5
Guenther
2010-08-26s3-build: remove unrequired ntlmssp forward declaration.Günther Deschner1-2/+0
Guenther
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner33-51/+80
Guenther
2010-08-26s3-build: no point in including doserr.h, noone uses them.Günther Deschner1-2/+0
Guenther
2010-08-26s3-build: only include "fake_file.h" where needed.Günther Deschner9-2/+8
Guenther
2010-08-26s3-nmbd: move nmbd proto out of main proto.hGünther Deschner30-357/+386
Guenther