summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* s3: Remove some uses of smbd_server_fd()Volker Lendecke2010-08-291-2/+2
| | | | | The change in behaviour is that we don't detect "socket option" changes anymore when printers are added or removed.
* s3: Remove a use of smbd_server_fdVolker Lendecke2010-08-291-1/+1
| | | | | This disables different socket options per user for ntlmssp authentiation, a change in behaviour which is exotic enough I believe.
* s4-kcc: Notify dreplsrv that Topology has changedKamen Mazdrashki2010-08-281-0/+29
|
* s4-dreplsrv: Implement irpc stub to be used to force dreplsrv to update ↵Kamen Mazdrashki2010-08-282-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.
* s4-dreplsrv: Move partition cache update before scheduling another set of ↵Kamen Mazdrashki2010-08-281-3/+7
| | | | replications
* s4-testenv: Synchronize DCs after 'net vampire'Kamen Mazdrashki2010-08-281-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
* s4-kcc: Assert when unexpected repsFromToBlob version is passedKamen Mazdrashki2010-08-281-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
* s3: Remove an unused macroVolker Lendecke2010-08-281-2/+0
|
* s3: Remove some references to smbd_server_fd()Volker Lendecke2010-08-281-5/+7
|
* s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke2010-08-281-4/+4
|
* s3: Fix some DEBUGsVolker Lendecke2010-08-281-2/+2
|
* s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke2010-08-282-15/+9
|
* s3: Fix a typoVolker Lendecke2010-08-281-1/+1
|
* s3: Remove the dependency of g_lock on procid_selfVolker Lendecke2010-08-284-12/+16
| | | | procid_self() references global vars, don't depend on them unnecessarily
* s3: Remove smbd_server_conn() from check_unix_securityVolker Lendecke2010-08-281-7/+2
|
* s3: Lift smbd_server_fd() from pass_check()Volker Lendecke2010-08-284-9/+19
|
* s3: Lift smbd_server_fd() from password_check()Volker Lendecke2010-08-281-11/+13
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-08-281-15/+15
|
* s3: Fix smb_pam_passcheckVolker Lendecke2010-08-282-4/+4
|
* pidl:Samba4/NDR/Client: support argument based stubs for [in,out,string]Stefan Metzmacher2010-08-281-2/+17
| | | | metze
* pidl:NDR: [in,out,string] doesn't need to pointersStefan Metzmacher2010-08-281-1/+1
| | | | metze
* pidl:Samba4/NDR/Client: correctly copy [out,charset()] buffersStefan Metzmacher2010-08-281-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
* pidl:Samba4/NDR/Client: fix skip reason for unsized arraysStefan Metzmacher2010-08-281-1/+1
| | | | metze
* selftest/Subunit.pm: fix perl warningsStefan Metzmacher2010-08-281-1/+1
| | | | | | Argument "\n" isn't numeric in numeric ne (!=) at selftest/Subunit.pm line 136 metze
* s3: Those functions are no macros anymore :-)Volker Lendecke2010-08-281-4/+0
|
* lib/util: remove implicit discard_const_p() from SAFE_FREE()Stefan Metzmacher2010-08-281-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
* s3:smbd: s/sa_len/sa_socklen , because sa_len is a macro on IRIXStefan Metzmacher2010-08-281-7/+7
| | | | metze
* Revert "lib/tsocket: sa_socklen is a macro on irix, so better use sasocklen"Stefan Metzmacher2010-08-283-39/+39
| | | | | | | | This reverts commit 3d4fb698660381e650d7caeb5b7cff12847c0fb8. This was wrong... The problem was in the caller, sa_len is a macro on irix 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.
* s3: Lift smbd_server_fd() from smb_pam_passcheckVolker Lendecke2010-08-273-9/+12
|
* s3: Lift smbd_server_fd() from smb_pam_startVolker Lendecke2010-08-271-16/+9
| | | | | smb_pam_passcheck() is the only caller that fills in NULL, all other callers now properly fill rhost
* s3: Pass "private_data" through string_combinations()Volker Lendecke2010-08-271-12/+24
|
* s4:torture/rpc/winreg.c - set "error_message" to NULL in "test_HKLM_wellknown"Matthias Dieter Wallnöfer2010-08-271-9/+18
| | | | Hopefully this fixes the build on Solaris 8.
* s4:torture/spoolss_access.c - fix discarded const warningMatthias Dieter Wallnöfer2010-08-271-2/+3
| | | | "discard_const_p" seems the most appropriate here.
* s4:torture/raw/notify.c - freeable stuff shouldn't be "const"Matthias Dieter Wallnöfer2010-08-271-1/+1
|
* s4:ntvfs/posix/pvfs_*.c - quiet Solaris warningsMatthias Dieter Wallnöfer2010-08-273-15/+13
| | | | Fix the function argument of "pvfs_xattr_ndr_load/save".
* s4:credentials_krb5.c - quiet a Solaris warningMatthias Dieter Wallnöfer2010-08-271-1/+2
|
* s3: Cache results of finding printer namesVolker Lendecke2010-08-271-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)
* lib/tsocket: sa_socklen is a macro on irix, so better use sasocklenStefan Metzmacher2010-08-273-39/+39
| | | | metze
* s3: Pass rhost through to smb_pam_passchangeVolker Lendecke2010-08-275-19/+42
|
* s3-waf: build samldap passdb backendSumit Bose2010-08-272-2/+2
| | | | Signed-off-by: Günther Deschner <gd@samba.org>
* s4-dsdb: Fixed a compiler warning.Nadezhda Ivanova2010-08-271-1/+0
|
* s3: source/ is long gone :-)Volker Lendecke2010-08-271-1/+1
|
* s4-pynet: pynet depends on pyrpc_utilAndrew Tridgell2010-08-271-1/+1
|
* pyrpc: Add py_check_dcerpc_type().Jelmer Vernooij2010-08-274-8/+98
| | | | | | | This function checks whether the type of a PyObject matches a DCE/RPC Python type. Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>
* 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-proto: remove obsolete prototypes.Günther Deschner2010-08-261-14/+0
| | | | Guenther
* s3: Fix typosVolker Lendecke2010-08-261-2/+2
|
* s3: Remove smbd_server_fd from expand_msdfs_targetVolker Lendecke2010-08-261-3/+2
|
* libcli/auth/ntlm_check.c - fix parameter indentationMatthias Dieter Wallnöfer2010-08-261-3/+3
|