summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* s3-build: only link in samr client code where needed.Günther Deschner2010-08-251-10/+19
| | | | Guenther
* s3-waf: only link in samr client code where needed.Günther Deschner2010-08-251-5/+11
| | | | Guenther
* s3-build: only link in lsa client code where needed.Günther Deschner2010-08-251-12/+22
| | | | Guenther
* s3-waf: only link in lsa client code where needed.Günther Deschner2010-08-251-4/+10
| | | | Guenther
* s3-build: only link in srvsvc client code where needed.Günther Deschner2010-08-251-9/+17
| | | | Guenther
* s3-waf: only link in srvsvc client code where needed.Günther Deschner2010-08-251-3/+7
| | | | Guenther
* s3-build: only link in wkssvc client code where needed.Günther Deschner2010-08-251-5/+9
| | | | Guenther
* s3-waf: only link in wkssvc client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in svcctl client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-waf: only link in svcctl client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in dssetup client code where needed.Günther Deschner2010-08-251-5/+9
| | | | Guenther
* s3-waf: only link in dssetup client code where needed.Günther Deschner2010-08-251-3/+6
| | | | Guenther
* s3-build: only link in initshutdown client code where needed.Günther Deschner2010-08-251-4/+7
| | | | Guenther
* s3-waf: only link in initshutdown client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in echo client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-waf: only link in eventlog echo code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in dfs client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-waf: only link in dfs client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in drsuapi client code where needed.Günther Deschner2010-08-251-5/+8
| | | | Guenther
* s3-waf: only link in drsuapi client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in ntsvcs client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-waf: only link in ntsvcs client code where needed.Günther Deschner2010-08-251-2/+4
| | | | Guenther
* s3-build: only link in winreg client code where needed.Günther Deschner2010-08-251-5/+7
| | | | Guenther
* s3-waf: only link in winreg client code where needed.Günther Deschner2010-08-251-2/+5
| | | | Guenther
* s3-build: only link in eventlog client code where needed.Günther Deschner2010-08-251-3/+5
| | | | Guenther
* s3-build: only link in spoolss client code where needed.Günther Deschner2010-08-252-10/+16
| | | | | | Shrinks a lot of binaries by 1 MB each. Guenther
* s3-waf: only link in spoolss client code where needed.Günther Deschner2010-08-251-5/+8
| | | | | | Shrinks a lot of binaries by 1 MB each. Guenther
* s3-lsa: separate out init_lsa headers.Günther Deschner2010-08-2521-7/+25
| | | | 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:smbd: add a nfs backend for sysquotas.Michael Adam2010-08-255-0/+303
| | | | | | | | | This module is based on the Solaris/FreeBSD implementation of NFS quotas in the quotas.c module. It implements the SMB_USER_QUOTA_TYPE query of the get_quotas call. The other types and the set_quota call are not implemented.
* s3-build: Use a wrapper script to run the tests.Andreas Schneider2010-08-251-24/+5
| | | | This fixes the buildfarm and returns the correct exit code of selftest.
* 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-2410-31/+31
|
* pam: fix unused variable warningBjörn Jacke2010-08-241-1/+1
|
* s3-dcerpc: avoid talloc_move on schannel creds in ↵Günther Deschner2010-08-241-3/+7
| | | | | | | | | | | | | | | | cli_rpc_pipe_open_schannel_with_key(). Initially, the schannel creds were talloc memduped, then, during the netlogon creds client merge (baf7274fed2f1ae7a9e3a57160bf5471566e636c) they were first talloc_referenced and then later (53765c81f726a8c056cc4e57004592dd489975c9) talloc_moved. The issue with using talloc_move here is that users of that function in winbind will only be able to have two schanneled connections, as the cached schannel credentials pointer from the netlogon pipe will be set to NULL. Do a deep copy of the struct instead. Guenther
* Final part of fix for bug #7636 - winbind internal error, backtrace.Jeremy Allison2010-08-231-11/+18
| | | | | | Ensure cm_get_schannel_creds() returns NTSTATUS. Jeremy.
* s3-dcerpc: Allocate structure members on the right contextSimo Sorce2010-08-231-1/+1
|
* s3: PAM_RHOST and PAM_TTY are enums on FreeBSDVolker Lendecke2010-08-232-3/+26
|
* s3:pdbtest Fix command name of pdbtestAndrew Bartlett2010-08-221-1/+1
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3-build: Add a test-buildfarm target to stay UNIX Makefile compatible.Andreas Schneider2010-08-221-4/+2
|
* s3:param Clarify parameter name on init_globals()Andrew Bartlett2010-08-221-4/+4
| | | | | | | | | This parameter is used with the registry backend to cause the globals table to be re-initialised. Andrew Bartlett Signed-off-by: Michael Adam <obnox@samba.org>
* s3: Turn two macros into functionsVolker Lendecke2010-08-221-6/+24
|
* s3: Pass the rhost through smb_pam_accountcheckVolker Lendecke2010-08-225-8/+11
|
* s3: Rename auth.c:backends to auth_backendsVolker Lendecke2010-08-221-4/+4
|
* s3: Fix some nonemtpy blank linesVolker Lendecke2010-08-222-12/+11
|
* s3: Move check_access to cgi.c, its only userVolker Lendecke2010-08-223-82/+81
|