summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2010-08-16s3: Remove smbd_server_fd from generic_blocking_lock_errorVolker Lendecke1-1/+1
2010-08-16s3: Remove smbd_server_fd from handle_aio_read/write_completeVolker Lendecke1-2/+2
2010-08-16s3: Remove smbd_server_fd from schedule_aio_write_and_XVolker Lendecke1-1/+2
2010-08-16s3: Add "sock" to smbd_server_connectionVolker Lendecke2-0/+2
2010-08-16s3-waf: Added missing client option to pidl list for wbint.Andreas Schneider1-1/+1
2010-08-16s3: Simplify the logic of check_access by an early returnVolker Lendecke1-34/+32
2010-08-16s3: Lift smbd_server_fd() from read_target_hostVolker Lendecke1-5/+8
2010-08-16s3-waf: Try to fix the idl build.Andreas Schneider2-16/+17
2010-08-16s3-waf: Create a variable for LIBNDR_NTPRINTING_SRC.Andreas Schneider1-2/+4
2010-08-16s3-waf: Fixed the rpc_client build.Andreas Schneider1-6/+2
2010-08-16s3-waf: Fixed the build.Andreas Schneider1-3/+0
2010-08-16s3-printing: fix BUG 7280 - auto printers not loading with registryJim McDonough1-0/+4
config
2010-08-16s3-selftest: fix make oldtest (testparm_s3 tests use $LOCAL_PATH).Günther Deschner1-2/+3
Guenther
2010-08-16s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr codeStefan Metzmacher4-73/+17
metze
2010-08-16s3:winbindd: use dcerpc_wbint_* functions instead of rpccli_wbint_*Stefan Metzmacher23-71/+71
metze
2010-08-16s3:winbindd: add binding_handle to struct winbindd_childStefan Metzmacher2-0/+2
metze
2010-08-16s3:include: remove unused dispatch* fn pointers from rpc_pipe_clientStefan Metzmacher1-16/+0
metze
2010-08-16s3:winbindd: remove unused wb_ndr_dispatch* functionsStefan Metzmacher1-165/+0
metze
2010-08-16s3:rpc_server: remove unused rpc_pipe_internal_dispatch()Stefan Metzmacher1-145/+0
metze
2010-08-16s3:rpc_client: remove unused cli_do_rpc_ndr* functionsStefan Metzmacher3-187/+1
metze
2010-08-16s3:rpc_client: remove unused rpc_pipe_open_local()Stefan Metzmacher4-838/+1
metze
2010-08-16s3-printing: Lift the use of smbd_server_fd from job_submit.Volker Lendecke4-19/+16
Signed-off-by: Andreas Schneider <asn@samba.org>
2010-08-16s3-param: also remove lp_update_encrypted from loadparm.Günther Deschner1-1/+0
Andreas, please check. Guenther
2010-08-16s3: Fix some type-punned warningsVolker Lendecke1-1/+3
2010-08-16s3-smbtorture: fix printf statement in ioctl test.Günther Deschner1-1/+1
Guenther
2010-08-16s3: Remove an unused struct definitionVolker Lendecke1-5/+0
2010-08-16s3: Remove get_client_fd()Volker Lendecke16-38/+32
2010-08-16s3-auth: Remove obsolete 'update encrypted' option.Andreas Schneider5-80/+7
2010-08-16s3-selftest: add samba3.posix_s3.rpc.spoolss.notify to knownfail list.Günther Deschner1-0/+1
Guenther
2010-08-16s3-build: always check for python.Günther Deschner1-3/+4
This should fix make test. Metze, please check. Guenther
2010-08-15s3: Remove some unused codeVolker Lendecke2-32/+0
2010-08-15s3-test: Try to fix the build farm subunit parsing.Andreas Schneider1-3/+19
2010-08-15s3: Increase debug level for shutdown_other_smbdsVolker Lendecke1-3/+3
2010-08-15s3: Add debugs to shutdown_other_smbdsVolker Lendecke1-0/+6
2010-08-14s3: Remove a conn NULL check from claim_connectionVolker Lendecke1-4/+1
We've already dereferenced conn before
2010-08-14s3: Fix an uninitialized variableVolker Lendecke1-0/+3
2010-08-14s3:auth Add error paths for invalid password_state valuesAndrew Bartlett3-2/+10
Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-14s3:auth Change winbindd -> auth interface to more standard structuresAndrew Bartlett3-24/+46
This removes conversions to and from the source3 varient of the server_info structure when replaced in s3compat, and presents a tidier interface to winbindd in any case. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-14s3:auth Change 'make_user_info' to be talloc basedAndrew Bartlett1-72/+58
This is an ideal candidate, as it already uses a free function. It now uses talloc destructors to clear the passwords if required. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-14s3:auth Whitespace fixes after auth mergeAndrew Bartlett3-20/+20
2010-08-14s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett18-188/+210
This common structure will make it much easier to produce an auth module for s3compat that calls Samba4's auth subsystem. In order the make the link work properly (and not map twice), we mark both that we did try and map the user, as well as if we changed the user during the mapping. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-08-14s3:idmap: fix sid_to_unixid for builtin and own domain.Michael Adam1-2/+12
The old idmap code created a new mapping if asking the backends failed. Now with the new layering, if passdb (which is used for our own domain and builtin), then we need to continue and ask the backends, giving tdb or whatever the default backend is a chance to create a mapping.
2010-08-14s3:idmap: fix spacing/indentationMichael Adam1-2/+2
2010-08-14s3:idmap_ldap: use idmap_rw_new_mapping in idmap_ldap_new_mappingMichael Adam1-34/+3
2010-08-14s3:idmap_ldap: add idmap_rw_ops to idmap_ldap_context and init in db_init()Michael Adam2-2/+13
2010-08-14s3:idmap_tdb: use idmap_rw_new_mapping in idmap_tdb_new_mappingMichael Adam1-34/+3
2010-08-14s3:idmap_tdb: add idmap_rw_ops to idmap_tdb_context and initialize them in ↵Michael Adam2-3/+20
init_db
2010-08-14s3:idmap_tdb2: use idmap_rw_new_mapping in idmap_tdb2_new_mappingMichael Adam1-34/+6
2010-08-14s3:idmap_tdb2: add rw_ops to idmap_tdb2_context and initialize in ↵Michael Adam2-2/+14
idmap_tdb2_db_init
2010-08-14s3:idmap: add abstract idmap_rw new_mapping mechanism without registering ↵Michael Adam2-0/+135
backends