summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2011-04-28s3: Close the winbind client fds after forkingVolker Lendecke1-0/+10
2011-04-28s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett1-3/+3
2011-04-28s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett1-1/+11
2011-04-27Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison1-1/+6
2011-04-27s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett1-1/+1
2011-04-25s3: Add a 10-second timeout for the 445 or netbios connection to a DCVolker Lendecke1-2/+2
2011-04-24s3:rpc_client: map fault codes to NTSTATUS with dcerpc_fault_to_nt_status()Stefan Metzmacher3-10/+10
2011-04-24s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher1-11/+20
2011-04-24s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher1-9/+19
2011-04-13s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke1-0/+6
2011-04-13s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke3-0/+310
2011-04-13s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke1-0/+92
2011-04-13s3: Make idmap_find_domain publicVolker Lendecke2-1/+2
2011-04-13s3: Add is_domain_onlineVolker Lendecke2-0/+6
2011-04-13s3: Add winbindd_lookupsidsVolker Lendecke3-0/+154
2011-04-13s3: Add wb_lookupsidsVolker Lendecke2-0/+609
2011-04-13s3: Add wbint_LookupSidsVolker Lendecke3-0/+121
2011-04-13s3: Make parse_sidlist publicVolker Lendecke3-34/+33
2011-04-13s3: Simplify parse_sidlistVolker Lendecke1-17/+9
2011-04-13s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner3-0/+3
2011-04-12s3: add some forward declarations.Günther Deschner1-1/+1
2011-04-06Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy1-6/+6
2011-04-04s3:idmap_tdb2: fix build of tdb2Michael Adam1-0/+1
2011-04-01s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULTVolker Lendecke1-2/+2
2011-03-31s3-winbindd: Use the correct enums for samr_QueryDomainInfo.Andreas Schneider1-2/+2
2011-03-31s3-idmap: fix the build of idmap_hash on FreeBSD.Günther Deschner1-0/+1
2011-03-30s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner2-0/+2
2011-03-30s3: Fix Coverity ID 2237: REVERSE_INULLVolker Lendecke1-3/+1
2011-03-30s3-includes: only include ntdomain.h where needed.Günther Deschner5-0/+5
2011-03-30s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner3-3/+0
2011-03-30s3-messages: only include messages.h where needed.Günther Deschner3-0/+3
2011-03-30s3-auth: use auth.h where needed.Günther Deschner3-0/+3
2011-03-30s3-libsmb: put namequery headers to nmblib.hGünther Deschner1-0/+1
2011-03-30s3-passdb: use passdb headers where needed.Günther Deschner10-0/+10
2011-03-30s3-winbindd: copy acct_info to wb_acct_info so we dont need passdb for it.Günther Deschner9-29/+35
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner3-0/+3
2011-03-30s3-includes: only include system/passwd.h when needed.Günther Deschner1-0/+1
2011-03-30s3-winbind: remove global inclusion of libwbclient.Günther Deschner1-0/+1
2011-03-29Remove two unused labels.Jeremy Allison1-2/+0
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-28s3: Fix Coverity ID 2143: DEADCODEVolker Lendecke1-4/+0
2011-03-28s3: Fix Coverity ID 2173: FORWARD_NULLVolker Lendecke1-1/+1
2011-03-27s3: Fix Coverity ID 2296: UNUSED_VALUEVolker Lendecke1-3/+0
2011-03-24s3-prototypes: remove protos of some dead functions.Günther Deschner2-3/+0
2011-03-23s3: Fix Coverity ID 2203, NULL_RETURNSVolker Lendecke1-0/+4
2011-03-23s3-config: say which config file we failed to openAndrew Tridgell1-1/+1
2011-03-23fault: get fault.c ready for use by s4Andrew Tridgell1-1/+1
2011-03-22s3:idmap: make sure that the id mapping system is initialized for first accessMichael Adam1-0/+4
2011-03-22s3:idmap: remove (now) unneeded function parse_idmap_module()Michael Adam1-38/+0