summaryrefslogtreecommitdiffstats
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-103-4/+4
* r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij2007-10-102-2/+2
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-1010-24/+25
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-102-4/+4
* r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher2007-10-108-10/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-1010-2/+10
* r25001: Fix more C++ and other warnings, fix some of the indentation with ts=...Jelmer Vernooij2007-10-101-2/+2
* r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij2007-10-101-1/+1
* r24577: Implement basic getpwent.Kai Blin2007-10-103-1/+173
* r24576: Implement endpwentKai Blin2007-10-101-0/+7
* r24575: Implement setpwentKai Blin2007-10-104-2/+188
* r24574: Fix a warning in wb_samba3_cmd.cKai Blin2007-10-101-1/+1
* r24557: rename 'dcerpc_table_' -> 'ndr_table_'Stefan Metzmacher2007-10-102-8/+8
* r24556: forgot to commit the winbind/ subdir...sorryStefan Metzmacher2007-10-101-2/+2
* r24486: Bump another DEBUG to level 5Kai Blin2007-10-101-1/+1
* r24483: Implement backend for wbinfo -u (list users)Kai Blin2007-10-104-1/+248
* r24480: Bump another DEBUG down to level 5Kai Blin2007-10-101-1/+1
* r24397: Bump debug level of sid2(u|g)id calls to 5.Kai Blin2007-10-101-3/+3
* r24396: Fix a typo.Kai Blin2007-10-101-3/+3
* r24395: Add check if talloc_strdup worked.Kai Blin2007-10-101-0/+1
* r24376: Missed this file from the checkin, sorry.Kai Blin2007-10-101-0/+78
* r24375: Implement backend for wbinfo --uid-infp (getpwuid)Kai Blin2007-10-103-1/+233
* r24373: Implement backend for wbinfo -G (gid2sid)Kai Blin2007-10-103-2/+50
* r24372: Implement backend for wbinfo -UKai Blin2007-10-104-2/+132
* r24371: Actually add the glue to make wbinfo -S and wbinfo -Y workKai Blin2007-10-102-4/+84
* r24370: Implement wbinfo -i backend (getpwnam)Kai Blin2007-10-103-1/+226
* r24369: Don't use goto in wb_name2domain, fix wb_samba3_split_names call.Kai Blin2007-10-101-9/+9
* r24366: Implemet backend for wbinfo -Y, sid2gidKai Blin2007-10-102-0/+77
* r24365: Implemet backend for wbinfo -S, sid2uidKai Blin2007-10-102-0/+79
* r24364: Remove sync call from name2domain, bump debug level to 5Kai Blin2007-10-101-13/+3
* r24157: Merge from kai/samba4-gsoc.git;h=728deba680f8cf85cab168a6278a2cf657f6...Kai Blin2007-10-101-1/+1
* r24127: Set the Domain SID into the libnet context, and have libnet_UserInfoAndrew Bartlett2007-10-101-0/+1
* r24112: Complete initialistion of the libnet_ctx when setting up the domain.Andrew Bartlett2007-10-101-0/+4
* r24111: Untested code is broken code, untested code is broken code...Andrew Bartlett2007-10-102-2/+2
* r24110: I hate seeing callers manually filling in the composite context. UseAndrew Bartlett2007-10-102-4/+3
* r24109: Add a wb_name2domain callKai Blin2007-10-102-0/+132
* r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c...Kai Blin2007-10-103-23/+51
* r23995: Work to allow mimir's libnet code to be called from winbind.Andrew Bartlett2007-10-109-57/+53
* r23890: Allow wbinfo -a to work against Samba4's winbind.Andrew Bartlett2007-10-104-146/+76
* r23880: Don't crash when we run wbinfo -a against our own winbind when we are...Andrew Bartlett2007-10-102-3/+6
* r23810: Make things static, and remove unsued code.Andrew Bartlett2007-10-101-231/+0
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-1021-63/+42
* r23653: add dummy implementation for all nss calls to let nsstestStefan Metzmacher2007-10-102-6/+107
* r23311: Updating the samba4 winbind protocol to version 18.Kai Blin2007-10-103-13/+29
* r23149: Fix up the trusted domain lookup code to use the new structures.Andrew Bartlett2007-10-102-24/+21
* r23146: fix the build (temporary)Stefan Metzmacher2007-10-101-0/+7
* r23141: Use the finddcs() library call rather than a winbind-specific version.Andrew Bartlett2007-10-103-64/+35
* r23133: I felt pity on Kai, as he starts work on winbind in Samba4, so IAndrew Bartlett2007-10-107-477/+228
* r22944: fix bug #4618:Stefan Metzmacher2007-10-1010-21/+21
* r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher2007-10-101-1/+1