summaryrefslogtreecommitdiff
path: root/source4/winbind
AgeCommit message (Expand)AuthorFilesLines
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-2/+2
2010-11-14winbind: Build as shared module.Jelmer Vernooij1-2/+3
2010-11-07ldbsamba: Lowercase library name.Jelmer Vernooij1-1/+1
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-81/+0
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-26waf: Stop automaticaly changing dashes to underscores in library names.Jelmer Vernooij1-3/+3
2010-10-26s4: Drop duplicate 'lib' prefix for private libraries.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBCLI_LDAP to libcli_ldap.Jelmer Vernooij1-1/+1
2010-10-24s4: Rename LIBSAMBA-* to libsamba-*Jelmer Vernooij1-1/+1
2010-10-24s4: Rename SAMDB_COMMON to samdb_common.Jelmer Vernooij1-1/+1
2010-10-12libcli/security Use common security.hAndrew Bartlett1-1/+1
2010-10-11s4-param Refactor secrets code to not require an event context.Andrew Bartlett1-3/+0
2010-10-10idmap: Add missing dependency on ldbsamba.Jelmer Vernooij1-1/+1
2010-09-17s4-winbind Add a proxy method to update DNS records with a read-write DCAndrew Bartlett4-1/+219
2010-09-16s4-winbind: fixed two valgrind errorsAndrew Tridgell2-2/+2
2010-09-15s4-finddc: use NBT lookup for a 1C name if joining a short domain nameAndrew Tridgell1-1/+1
2010-09-15s4-libcli: change finddcs.h -> finddc.hAndrew Tridgell1-1/+1
2010-09-15s4-winbind: use finddcs_cldap() in winbindAndrew Tridgell5-40/+52
2010-09-15s4-libnet: converted finddcs call to tevent_reqAndrew Tridgell1-10/+10
2010-09-15s4-secrets: fetch secure channel type with domain SIDAndrew Tridgell2-3/+10
2010-08-14s4: remove REMOVE_MAPPING from wb_samba3_protocolMichael Adam1-2/+0
2010-08-14s4: remove SET_MAPPING from wb_samba3_protocolMichael Adam1-2/+0
2010-08-14s4: remove SET_HWM and SET_DUAL_HWM from wb_samba3_protocolMichael Adam1-2/+0
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell11-38/+38
2010-07-10s4:winbind: let WBSRV_SAMBA3_SET_STRING() initialize the whole bufferStefan Metzmacher1-0/+1
2010-07-10s4:wb_cmd_list_groups: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-10s4:wb_cmd_list_users: also handle NT_STATUS_NO_MORE_ENTRIESStefan Metzmacher1-1/+2
2010-07-05s4:winbind/wb_cmd_setpwent.c - fix a possible crash condition in the "winbind...Matthias Dieter Wallnöfer1-8/+10
2010-07-04s4:wb_cmd_list_groups.c - don't crash when we don't get any group at allMatthias Dieter Wallnöfer1-2/+4
2010-07-04s4:wb_cmd_list_groups.c - indentation and comment fixesMatthias Dieter Wallnöfer1-9/+11
2010-06-26s4:winbind/wb_samba3_protocol.c - add cast to suppress warnings on Solaris 10 ccMatthias Dieter Wallnöfer1-1/+1
2010-06-16s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library.Stefan Metzmacher1-1/+1
2010-05-24s4:winbind Give more detail on the parameters when reporting idmap failureAndrew Bartlett1-1/+2
2010-05-24s4:winbind Change idmap API to match that used by the source3/ idmap subsystemAndrew Bartlett3-28/+62
2010-05-24s4:winbind Change include guard so as not to conflict with idmap.h in source3Andrew Bartlett2-3/+3
2010-05-24s4:winbind Fix up includes after seperation of idmap.idl from winbind.idlAndrew Bartlett3-1/+3
2010-05-24s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett5-58/+26
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij4-8/+3
2010-05-18s4:winbindd Record the privilaged pipe dirAndrew Bartlett2-2/+7
2010-05-14s4:winbindd Rework some winbind structures to make s3compat easierAndrew Bartlett3-178/+185
2010-04-27s4:wb_cmd_getdcname.c - fix s4 winbind up regarding the new correct "GetAnyDC...Matthias Dieter Wallnöfer1-0/+5
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_USERSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_GROUPSStefan Metzmacher2-2/+8
2010-04-19s4:winbind: fill response.data.num_entries for WINBINDD_LIST_TRUSTDOMStefan Metzmacher1-0/+1
2010-04-15s4:winbind: use WINBINDD_SOCKET_NAME instead of WINBINDD_SAMBA3_SOCKETStefan Metzmacher2-4/+2
2010-04-15s4:winbind: wbsrv_samba3_priv_pipe_dir() needs to return the directory not th...Stefan Metzmacher3-9/+5
2010-04-07s4:winbind/wb_server.c - fix indentationMatthias Dieter Wallnöfer1-2/+2
2010-04-06s4-waf: removed the AUTOGENERATED markersAndrew Tridgell1-3/+0
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: waf quicktest nearly worksAndrew Tridgell1-1/+1