summaryrefslogtreecommitdiffstats
path: root/source3/winbindd
Commit message (Expand)AuthorAgeFilesLines
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-1030-98/+49
* s3-libsmb: move protos to libsmb/proto.hGünther Deschner2011-05-061-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-064-0/+4
* s3-winbind: another strlcpy()/fstring fixAndrew Tridgell2011-05-061-2/+2
* More const fixes. Remove CONST_DISCARD.Jeremy Allison2011-05-063-3/+3
* More simple const fixups.Jeremy Allison2011-05-054-8/+8
* Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison2011-05-044-10/+16
* Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison2011-05-043-5/+5
* Remove unused function parse_add_domuser().Jeremy Allison2011-05-042-26/+0
* s3: Properly deal with exited winbind childrenVolker Lendecke2011-05-041-0/+5
* s3: include ntdomain.h before including generated srv_ headers.Günther Deschner2011-05-023-2/+3
* s3-winbindd: remove unused headers.Günther Deschner2011-05-022-6/+0
* s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner2011-05-023-3/+0
* s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke2011-04-291-0/+27
* s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke2011-04-294-12/+23
* s3: In winbind, close parent/child socketsVolker Lendecke2011-04-294-5/+15
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-292-0/+3
* s3: Close the winbind client fds after forkingVolker Lendecke2011-04-281-0/+10
* s3-libads: Use ldap_init_fd() to connect to AD server in socket_wrapperAndrew Bartlett2011-04-281-3/+3
* s3-libads Pass a struct sockaddr_storage to cldap routinesAndrew Bartlett2011-04-281-1/+11
* Remove fstrings from client struct. Properly talloc strings (ensuring we neve...Jeremy Allison2011-04-271-1/+6
* s3-winbind Use get_dyn_WINBINDD_SOCKET_DIR() to get the winbind pipe dirAndrew Bartlett2011-04-271-1/+1
* 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
* s3:winbindd: let winbindd_lookup_names() use dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-11/+20
* s3:winbindd: let winbindd_lookup_sids() dcerpc_binding_handle functionsStefan Metzmacher2011-04-241-9/+19
* s3: Add some debug to winbindd_sids_to_xidsVolker Lendecke2011-04-131-0/+6
* s3: Export WINBINDD_SIDS_TO_XIDS via the winbind pipeVolker Lendecke2011-04-133-0/+310
* s3: Add wbint_Sids2UnixIDs idl & implementationVolker Lendecke2011-04-131-0/+92
* s3: Make idmap_find_domain publicVolker Lendecke2011-04-132-1/+2
* s3: Add is_domain_onlineVolker Lendecke2011-04-132-0/+6
* s3: Add winbindd_lookupsidsVolker Lendecke2011-04-133-0/+154
* s3: Add wb_lookupsidsVolker Lendecke2011-04-132-0/+609
* s3: Add wbint_LookupSidsVolker Lendecke2011-04-133-0/+121
* s3: Make parse_sidlist publicVolker Lendecke2011-04-133-34/+33
* s3: Simplify parse_sidlistVolker Lendecke2011-04-131-17/+9
* s3-rpc_client: add and use rpc_client/rpc_client.h.Günther Deschner2011-04-133-0/+3
* s3: add some forward declarations.Günther Deschner2011-04-121-1/+1
* Fix bug 6966 - "allow trusted domains = no" not respected in winbind.Dmitry Butskoy2011-04-061-6/+6
* s3:idmap_tdb2: fix build of tdb2Michael Adam2011-04-041-0/+1
* s3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULTVolker Lendecke2011-04-011-2/+2
* 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
* s3-passdb: move LOOKUP_NAME_ flags to passdb where they belong to.Günther Deschner2011-03-302-0/+2
* 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
* s3-messages: make ndr_messaging.h part of messages.h.Günther Deschner2011-03-303-3/+0
* s3-messages: only include messages.h where needed.Günther Deschner2011-03-303-0/+3
* s3-auth: use auth.h where needed.Günther Deschner2011-03-303-0/+3
* s3-libsmb: put namequery headers to nmblib.hGünther Deschner2011-03-301-0/+1