summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* s3: Those functions are no macros anymore :-)Volker Lendecke2010-08-281-4/+0
|
* 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.
* 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
|
* 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)
* 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>
* 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
|
* winbindd: Add the client status in the clients list outputPierre Carrier2010-08-261-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
* winbindd: useless functionPierre Carrier2010-08-261-8/+1
| | | | | | | | | Hello list, Seems simple enough for my first patch :) -- Pierre
* s3-build: only include rpc_misc.h where needed.Günther Deschner2010-08-265-3/+4
| | | | Guenther
* s3-build: use talloc_dict.h only where needed.Günther Deschner2010-08-264-1/+4
| | | | Guenther
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-2640-39/+75
| | | | Guenther
* s3-build: only include krb5 environment variables where required.Günther Deschner2010-08-267-1/+6
| | | | Guenther
* s3-build: only include libnscd.h where needed.Günther Deschner2010-08-262-4/+4
| | | | Guenther
* s3-build: include mangle.h only where needed.Günther Deschner2010-08-264-1/+3
| | | | Guenther
* s3-dcerpc: only include rpc_dce.h where needed.Günther Deschner2010-08-266-1/+5
| | | | Guenther
* s3-build: remove unrequired ntlmssp forward declaration.Günther Deschner2010-08-261-2/+0
| | | | Guenther
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-2633-51/+80
| | | | Guenther
* s3-build: no point in including doserr.h, noone uses them.Günther Deschner2010-08-261-2/+0
| | | | Guenther
* s3-build: only include "fake_file.h" where needed.Günther Deschner2010-08-269-2/+8
| | | | Guenther
* s3-nmbd: move nmbd proto out of main proto.hGünther Deschner2010-08-2630-357/+386
| | | | Guenther
* s3-build: only include nsswitch header where needed.Günther Deschner2010-08-2610-3/+9
| | | | Guenther
* s3-build: remove unrequired forward declaration for struct printjob.Günther Deschner2010-08-261-5/+0
| | | | Guenther
* s3-build: only include memcache.h where needed.Günther Deschner2010-08-2613-1/+12
| | | | Guenther
* s3-build: further rationalise LIBMSRPC_OBJ and remove RPC_CLIENT_OBJ.Günther Deschner2010-08-261-12/+10
| | | | Guenther
* s3-waf: further rationalise LIBMSRPC_SRC and remove RPC_CLIENT_SRC.Günther Deschner2010-08-261-12/+10
| | | | Guenther
* s3-build: remove RPC_CLIENT_OBJ1.Günther Deschner2010-08-261-4/+1
| | | | Guenther
* s3-waf: remove RPC_CLIENT_SRC1.Günther Deschner2010-08-261-3/+1
| | | | Guenther
* s3-build: use LIBMSRPC_OBJ instead of single files.Günther Deschner2010-08-261-11/+4
| | | | Guenther
* s3-waf: use LIBMSRPC_SRC instead of single files.Günther Deschner2010-08-261-3/+3
| | | | Guenther
* s3-waf: only link in samr util code where needed.Günther Deschner2010-08-261-1/+1
| | | | Guenther
* s3-build: only link in samr util code where needed.Günther Deschner2010-08-261-6/+10
| | | | Guenther
* s3-build: remove RPC_PARSE_OBJ.Günther Deschner2010-08-261-26/+30
| | | | Guenther
* s3-waf: remove RPC_PARSE_SRC.Günther Deschner2010-08-261-11/+13
| | | | Guenther
* s3-build: only link in epmapper client code where needed.Günther Deschner2010-08-261-5/+4
| | | | Guenther
* s3-waf: only link in epmapper client code where needed.Günther Deschner2010-08-261-5/+5
| | | | Guenther
* s3-build: only link in netlogon client code where needed.Günther Deschner2010-08-261-6/+12
| | | | Guenther
* s3-waf: only link in netlogon client code where needed.Günther Deschner2010-08-261-5/+9
| | | | Guenther
* s3: separate out cli schannel functions that depend on cli_netlogon.Günther Deschner2010-08-264-204/+241
| | | | Guenther