summaryrefslogtreecommitdiffstats
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
* s4 winbind: Correctly silence a "discard const" warningKai Blin2009-01-021-2/+2
* Revert "s4 winbind: Copy SID to avoid "discard const" warning"Stefan Metzmacher2009-01-021-2/+1
* Revert "s4 winbind: Avoid a "discards const" compiler warning."Stefan Metzmacher2009-01-021-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-294-4/+4
* s4 winbind: Copy SID to avoid "discard const" warningKai Blin2008-12-291-1/+2
* s4 winbind: Add support for WINBINDD_GETGRGID callKai Blin2008-12-293-1/+208
* s4 libnet: Add support for groupinfo by sid lookupKai Blin2008-12-291-1/+2
* s4 winbind: Fix typos in debug outputKai Blin2008-12-291-2/+2
* s4 winbind: Add implementation for WINBINDD_GETGRNAMKai Blin2008-12-293-1/+200
* s4 winbind: Avoid a "discards const" compiler warning.Kai Blin2008-12-291-2/+2
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-1/+0
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* nsswitch: Move nsswitch files from source4 to top level nsswitch dirKai Blin2008-12-161-0/+3
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-6/+0
* s4:winbind: fill in the correct variable...Stefan Metzmacher2008-12-061-1/+1
* s4:winbind: move setting up the primary_sid into a new function wbsrv_setup_d...Stefan Metzmacher2008-12-063-7/+46
* s4-samr: merge samr_GetGroupsForUser from s3 idl. (fixme: python)Günther Deschner2008-11-101-2/+5
* s4-netlogon: merge netr_LogonSamLogon{Ex,WithFlags} from s3 idl.Günther Deschner2008-10-291-3/+8
* s4-netlogon: merge netr_DsRGetDCName{Ex,Ex2} from s3 idl.Günther Deschner2008-10-291-3/+5
* s4-netlogon: merge netr_GetDcName from s3 idl.Günther Deschner2008-10-281-1/+1
* s4-netlogon: merge netr_GetAnyDCName from s3 idl (untested).Günther Deschner2008-10-282-2/+4
* s4-lsa: merge lsa_QueryInfoPolicy/{2} from s3 lsa idl.Günther Deschner2008-10-271-1/+6
* s4-lsa: merge lsa_LookupNames/{2,3,4} from s3 lsa idl.Günther Deschner2008-10-271-2/+8
* s4-lsa: merge lsa_LookupSids/{2,3} from s3 lsa idl.Günther Deschner2008-10-271-2/+9
* Remove iconv_convenience parameter from simple string push/pullJelmer Vernooij2008-10-241-1/+0
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-2/+2
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-9/+5
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Let winbind depend directly on libnet rather than through the ejs bindings.Jelmer Vernooij2008-09-161-1/+2
* Return the same privilaged winbindd socket as we actually use.Andrew Bartlett2008-09-103-3/+6
* Fix winbindd not to sit in a busy loop...Andrew Bartlett2008-07-211-1/+2
* Use a configure-specified directory for the winbind priv pipeAndrew Bartlett2008-06-281-3/+11
* Fix the wbinfo test on the LDAP backend.Andrew Bartlett2008-06-282-34/+0
* Make up the right dependencies now that ldb depends on libeventsSimo Sorce2008-06-141-0/+1
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-3/+3
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-3/+6
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-3/+3
* Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-1/+1
|\
| * Tiago Batista posted a patch to fix the build:Tiago Batista2008-05-061-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-2514-139/+100
|\|
| * libnet: Make UserInfo accept a SID as input as well, fix wb_cmd_getpwuidKai Blin2008-04-242-5/+7
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-181-1/+0
| |\
| | * fixed a double free in winbind Andrew Tridgell2008-04-181-1/+0
| * | Fix samba3 protocol to correctly include the NULL terminatorAndrew Bartlett2008-04-181-0/+3
| |/
| * Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-173-2/+5
| * Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-172-4/+0