summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Collapse)AuthorAgeFilesLines
...
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-1/+11
| | | | | | | This avoids these routines doing a DNS lookup that has already been done, and ensures that the emulated DNS lookup isn't thrown away. Andrew Bartlett
* Remove fstrings from client struct. Properly talloc strings (ensuring we ↵Jeremy Allison2011-04-271-1/+6
| | | | never end up with a NULL pointer).
* s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett2011-04-271-1/+1
| | | | | | | | This ensures we follow the dynconfig convention for the socket directory, and makes it easier to ensure that the client and server both refer to the same socket. Andrew Bartlett
* s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke2011-04-251-2/+2
|
* s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher2011-04-243-10/+10
| | | | | | | | | | | | | Most fault codes have a NTSTATUS representation, so use that. This brings the fault handling in common with the source4/librpc/rpc code, which make it possible to share more highlevel code, between source3 and source4 as the error checking can be the same now. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Apr 24 10:44:53 CEST 2011 on sn-devel-104
* s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-11/+20
| | | | metze
* s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-9/+19
| | | | metze
* s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke2011-04-131-0/+6
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke2011-04-133-0/+310
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-131-0/+92
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-132-1/+2
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add is_domain_onlineVolker Lendecke2011-04-132-0/+6
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add winbindd_lookupsidsVolker Lendecke2011-04-133-0/+154
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wb_lookupsidsVolker Lendecke2011-04-132-0/+609
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-133-0/+121
| | | | | | This will be called from wb_lookupsids to query remote DCs via lsa Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Make parse_sidlist publicVolker Lendecke2011-04-133-34/+33
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Simplify parse_sidlistVolker Lendecke2011-04-131-17/+9
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-133-0/+3
| | | | Guenther
* s3: add some forward declarations.Günther Deschner2011-04-121-1/+1
| | | | Guenther
* Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy2011-04-061-6/+6
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Apr 6 23:37:27 CEST 2011 on sn-devel-104
* s3:idmap_tdb2: fix build of tdb2Michael Adam2011-04-041-0/+1
| | | | The include of system/filesys.h was removed from includes.h. ...
* s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULTVolker Lendecke2011-04-011-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Apr 1 09:35:19 CEST 2011 on sn-devel-104
* s3-winbindd: Use the correct enums for samr_QueryDomainInfo.Andreas Schneider2011-03-311-2/+2
|
* s3-idmap: fix the build of idmap_hash on FreeBSD.Günther Deschner2011-03-311-0/+1
| | | | Guenther
* s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner2011-03-302-0/+2
| | | | Guenther
* s3: Fix Coverity ID 2237: REVERSE_INULLVolker Lendecke2011-03-301-3/+1
|
* s3-includes: only include ntdomain.h where needed.Günther Deschner2011-03-305-0/+5
| | | | Guenther
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-303-3/+0
| | | | Guenther
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-303-0/+3
| | | | Guenther
* s3-auth: use auth.h where needed.Günther Deschner2011-03-303-0/+3
| | | | Guenther
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1
| | | | | | | We might find a better name for it and merge other namequery related things as well here... Guenther
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-3010-0/+10
| | | | Guenther
* s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner2011-03-309-29/+35
| | | | Guenther
* s3-passdb: add passdb.h where needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-303-0/+3
| | | | Guenther
* s3-includes: only include system/passwd.h when needed.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* s3-winbind: remove global inclusion of libwbclient.Günther Deschner2011-03-301-0/+1
| | | | Guenther
* Remove two unused labels.Jeremy Allison2011-03-291-2/+0
| | | | | Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Mar 29 02:23:02 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke2011-03-281-4/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Mar 28 12:06:19 CEST 2011 on sn-devel-104
* s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke2011-03-281-4/+0
|
* s3: Fix Coverity ID 2173: FORWARD_NULLVolker Lendecke2011-03-281-1/+1
|
* s3: Fix Coverity ID 2296: UNUSED_VALUEVolker Lendecke2011-03-271-3/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Mar 27 12:12:35 CEST 2011 on sn-devel-104
* s3-prototypes: remove protos of some dead functions.Günther Deschner2011-03-242-3/+0
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Mar 24 00:52:01 CET 2011 on sn-devel-104
* s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke2011-03-231-0/+4
|
* s3-config: say which config file we failed to openAndrew Tridgell2011-03-231-1/+1
| | | | saves having to strace it to work that out
* fault: get fault.c ready for use by s4Andrew Tridgell2011-03-231-1/+1
| | | | | this moves the s3 specific dumpcore code into source3/lib/dumpcore.c, and uses a function pointer to setup which smb_panic call to use
* s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam2011-03-221-0/+4
|
* s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam2011-03-221-38/+0
|
* s3:idmap: simply call idmap_init_named_domain for "*" in ↵Michael Adam2011-03-221-41/+14
| | | | | | | idmap_init_default_domain The default domain "*" is now treated exactly the same as other explicitly configured domains.
* s3:idmap: remove passdb argument from idmap_init_domain()Michael Adam2011-03-221-5/+3
|