summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_utils.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-19source4/winbind: Fix prototypes for all functions.Jelmer Vernooij1-0/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-2/+2
this converts all callers that use the Samba4 loadparm lp_ calling convention to use the lpcfg_ prefix. Signed-off-by: Andrew Bartlett <abartlet@samba.org>
2007-12-21r26235: Avoid global_loadparm.Jelmer Vernooij1-3/+4
(This used to be commit e9039782204389cc827e76da319d5ccf6d33be46)
2007-10-10r25454: Use standard bool types in a couple more places.Jelmer Vernooij1-1/+1
(This used to be commit 9243b551f30c7aa2763115516a6adcfe5bbddc58)
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-2/+2
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
2007-10-10r24108: Split out samba3_parse_domuser to a seperate file and rename, so it ↵Kai Blin1-0/+47
can be used for a name2domain call. (This used to be commit 75e41da039e10127820635500e185e24ea55c777)