summaryrefslogtreecommitdiff
path: root/source3/winbindd
AgeCommit message (Expand)AuthorFilesLines
2011-06-07s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+8
2011-06-07s3:idmap_autorid: use "idmap config <DOMAIN> : rangesize" instead of "autorid...Michael Adam1-1/+9
2011-06-07s3:idmap_autorid: add a talloc_stackframe() to idmap_autorid_initialize()Michael Adam1-5/+6
2011-06-05s3:winbind: Convert WINBINDD_WINS_BYIP to the async APIVolker Lendecke4-73/+143
2011-06-01s3:idmap_ldap: allow creation of ldap stored mappings for explicitly configur...Michael Adam1-1/+1
2011-06-01s3:idmap_ldap: rename idmap_ldap_get_new_id to idmap_ldap_allocate_idMichael Adam1-6/+6
2011-06-01s3:idmap_ldap: rename idmap_ldap_allocate_id to idmap_ldap_allocate_id_internalMichael Adam1-3/+3
2011-05-31s3:winbindd_nrd: include ../librpc/ndr/libndr.h instead of librpc/ndr/util.hMichael Adam1-1/+1
2011-05-31s3:winbindd/idmap_proto.h: add _WINBINDD_IDMAP_PROTO_H_ guardMichael Adam1-0/+4
2011-05-31s3:winbindd/idmap_proto.h: add GPL/Copyright headerMichael Adam1-0/+25
2011-05-25Fix numerous missing dependencies in WAF build scriptsSean Finney1-0/+9
2011-05-25s3-winbind: BUG 8166 - Don't lockout users when offline.Jim McDonough1-1/+4
2011-05-18s3-lib Replace StrnCaseCmp() with strncasecmp_m()Andrew Bartlett2-3/+3
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke30-98/+49
2011-05-06s3-libsmb: move protos to libsmb/proto.hGünther Deschner1-0/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner4-0/+4
2011-05-06s3-winbind: another strlcpy()/fstring fixAndrew Tridgell1-2/+2
2011-05-06More const fixes. Remove CONST_DISCARD.Jeremy Allison3-3/+3
2011-05-05More simple const fixups.Jeremy Allison4-8/+8
2011-05-04Fix warning messages caused by addition of null check in fstrcpy macro.Jeremy Allison4-10/+16
2011-05-04Fix simple uses of safe_strcpy -> strlcpy. Easy ones where we just remove -1.Jeremy Allison3-5/+5
2011-05-04Remove unused function parse_add_domuser().Jeremy Allison2-26/+0
2011-05-04s3: Properly deal with exited winbind childrenVolker Lendecke1-0/+5
2011-05-02s3: include ntdomain.h before including generated srv_ headers.Günther Deschner3-2/+3
2011-05-02s3-winbindd: remove unused headers.Günther Deschner2-6/+0
2011-05-02s3: remove various references to server side dcerpc structs (which are not ne...Günther Deschner3-3/+0
2011-04-29s3: Avoid a potential 100% CPU loop in winbinddVolker Lendecke1-0/+27
2011-04-29s3: Make winbindd_reinit_after_fork return NTSTATUSVolker Lendecke4-12/+23
2011-04-29s3: In winbind, close parent/child socketsVolker Lendecke4-5/+15
2011-04-29s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2-0/+3
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