Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-29 | s3: Remove smbd_server_fd() | Volker Lendecke | 6 | -35/+19 | |
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. | |||||
2010-08-29 | s3: Remove two uses of smbd_server_fd() | Volker Lendecke | 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. | |||||
2010-08-29 | s3: Remove smbd_server_fd() from srv_netlog_nt | Volker Lendecke | 1 | -3/+2 | |
This is not actually used. If it was to be activated, we'd have to pass in a pipes_struct. | |||||
2010-08-29 | s3: Remove smbd_server_fd() from smbd_register_ips | Volker Lendecke | 1 | -3/+4 | |
2010-08-29 | s3: Lift smbd_server_fd() from msg_release_ip() | Volker Lendecke | 1 | -4/+4 | |
2010-08-29 | s3: Lift smbd_server_fd() from release_ip() | Volker Lendecke | 1 | -11/+27 | |
2010-08-29 | s3: Remove a use of smbd_server_fd() in smbd main() | Volker Lendecke | 1 | -2/+1 | |
The effect this might have is that we set the socket options a bit later in inetd mode. | |||||
2010-08-29 | s3: Pass sconn to check_reload | Volker Lendecke | 1 | -4/+4 | |
This removes a use of smbd_server_fd() | |||||
2010-08-29 | s3: Pass sconn instead of msg_ctx to housekeeping_fn | Volker Lendecke | 1 | -6/+5 | |
2010-08-29 | s3: Set the client_id in substitute.c once | Volker Lendecke | 3 | -12/+40 | |
This never changes during a client connection's life, so we can set it once. | |||||
2010-08-29 | s3: Remove some uses of smbd_server_fd() | Volker Lendecke | 1 | -2/+2 | |
The change in behaviour is that we don't detect "socket option" changes anymore when printers are added or removed. | |||||
2010-08-29 | s3: Remove a use of smbd_server_fd | Volker Lendecke | 1 | -1/+1 | |
This disables different socket options per user for ntlmssp authentiation, a change in behaviour which is exotic enough I believe. | |||||
2010-08-28 | s4-kcc: Notify dreplsrv that Topology has changed | Kamen Mazdrashki | 1 | -0/+29 | |
2010-08-28 | s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update ↵ | Kamen Mazdrashki | 2 | -0/+31 | |
internal cache This IRPC calls is to be used whenever repsFrom/repsTo are changed by administrative tool or KCC (i.e. Topology changes). At present, only KCC may change topology. | |||||
2010-08-28 | s4-dreplsrv: Move partition cache update before scheduling another set of ↵ | Kamen Mazdrashki | 1 | -3/+7 | |
replications | |||||
2010-08-28 | s4-testenv: Synchronize DCs after 'net vampire' | Kamen Mazdrashki | 1 | -0/+24 | |
During 'net vampire', vampired DC adds information in its own database, se we need to force replicate vampired_dc to the first DC to be sure everything is in sync prior starting tests | |||||
2010-08-28 | s4-kcc: Assert when unexpected repsFromToBlob version is passed | Kamen Mazdrashki | 1 | -2/+4 | |
At present we only support v1 structures (Win2k3 and earlier), so it is good to make it obvious. In case we start supporting v2 we will be able to notice this function should be refactored right away | |||||
2010-08-28 | s3: Remove an unused macro | Volker Lendecke | 1 | -2/+0 | |
2010-08-28 | s3: Remove some references to smbd_server_fd() | Volker Lendecke | 1 | -5/+7 | |
2010-08-28 | s3: Fix a (highly unlikly) memleak in set_local_machine_name() | Volker Lendecke | 1 | -4/+4 | |
2010-08-28 | s3: Fix some DEBUGs | Volker Lendecke | 1 | -2/+2 | |
2010-08-28 | s3: Remove smbd_server_fd() from set_local_machine_name() | Volker Lendecke | 2 | -15/+9 | |
2010-08-28 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2010-08-28 | s3: Remove the dependency of g_lock on procid_self | Volker Lendecke | 4 | -12/+16 | |
procid_self() references global vars, don't depend on them unnecessarily | |||||
2010-08-28 | s3: Remove smbd_server_conn() from check_unix_security | Volker Lendecke | 1 | -7/+2 | |
2010-08-28 | s3: Lift smbd_server_fd() from pass_check() | Volker Lendecke | 4 | -9/+19 | |
2010-08-28 | s3: Lift smbd_server_fd() from password_check() | Volker Lendecke | 1 | -11/+13 | |
2010-08-28 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -15/+15 | |
2010-08-28 | s3: Fix smb_pam_passcheck | Volker Lendecke | 2 | -4/+4 | |
2010-08-28 | pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string] | Stefan Metzmacher | 1 | -2/+17 | |
metze | |||||
2010-08-28 | pidl:NDR: [in,out,string] doesn't need to pointers | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-08-28 | pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffers | Stefan Metzmacher | 1 | -20/+62 | |
If the conversion from CH_UTF16 to CH_UNIX uses multi-byte characters in CH_UNIX, we should not silently truncate the string, but return an error. metze | |||||
2010-08-28 | pidl:Samba4/NDR/Client: fix skip reason for unsized arrays | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-08-28 | selftest/Subunit.pm: fix perl warnings | Stefan Metzmacher | 1 | -1/+1 | |
Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136 metze | |||||
2010-08-28 | s3: Those functions are no macros anymore :-) | Volker Lendecke | 1 | -4/+0 | |
2010-08-28 | lib/util: remove implicit discard_const_p() from SAFE_FREE() | Stefan Metzmacher | 1 | -1/+1 | |
This should fix a lot of warnings on IRIX. If callers know what they're doing they can use discard_const_p() on their own. metze | |||||
2010-08-28 | s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIX | Stefan Metzmacher | 1 | -7/+7 | |
metze | |||||
2010-08-28 | Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen" | Stefan Metzmacher | 3 | -39/+39 | |
This reverts commit 3d4fb698660381e650d7caeb5b7cff12847c0fb8. This was wrong... The problem was in the caller, sa_len is a macro on irix metze | |||||
2010-08-27 | Fix bug #7653 - When SMB2 is on, Windows 7 clients can not connect as guest ↵ | Jeremy Allison | 1 | -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-27 | s3: Lift smbd_server_fd() from smb_pam_passcheck | Volker Lendecke | 3 | -9/+12 | |
2010-08-27 | s3: Lift smbd_server_fd() from smb_pam_start | Volker Lendecke | 1 | -16/+9 | |
smb_pam_passcheck() is the only caller that fills in NULL, all other callers now properly fill rhost | |||||
2010-08-27 | s3: Pass "private_data" through string_combinations() | Volker Lendecke | 1 | -12/+24 | |
2010-08-27 | s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown" | Matthias Dieter Wallnöfer | 1 | -9/+18 | |
Hopefully this fixes the build on Solaris 8. | |||||
2010-08-27 | s4:torture/spoolss_access.c - fix discarded const warning | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
"discard_const_p" seems the most appropriate here. | |||||
2010-08-27 | s4:torture/raw/notify.c - freeable stuff shouldn't be "const" | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
2010-08-27 | s4:ntvfs/posix/pvfs_*.c - quiet Solaris warnings | Matthias Dieter Wallnöfer | 3 | -15/+13 | |
Fix the function argument of "pvfs_xattr_ndr_load/save". | |||||
2010-08-27 | s4:credentials_krb5.c - quiet a Solaris warning | Matthias Dieter Wallnöfer | 1 | -1/+2 | |
2010-08-27 | s3: Cache results of finding printer names | Volker Lendecke | 1 | -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-27 | lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen | Stefan Metzmacher | 3 | -39/+39 | |
metze | |||||
2010-08-27 | s3: Pass rhost through to smb_pam_passchange | Volker Lendecke | 5 | -19/+42 | |