summaryrefslogtreecommitdiff
path: root/source4/winbind/wb_samba3_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25446: Merge some changes I made on the way home from SFO:Jelmer Vernooij1-1/+1
2007-10-10r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij1-3/+3
2007-10-10r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison1-3/+3
2007-10-10r25158: rename nsswitch/winbindd_nss.h => nsswitch/winbind_struct_protocol.hStefan Metzmacher1-2/+0
2007-10-10r25026: Move param/param.h out of includes.hJelmer Vernooij1-0/+1
2007-10-10r24577: Implement basic getpwent.Kai Blin1-1/+43
2007-10-10r24576: Implement endpwentKai Blin1-0/+7
2007-10-10r24575: Implement setpwentKai Blin1-1/+30
2007-10-10r24574: Fix a warning in wb_samba3_cmd.cKai Blin1-1/+1
2007-10-10r24483: Implement backend for wbinfo -u (list users)Kai Blin1-0/+45
2007-10-10r24480: Bump another DEBUG down to level 5Kai Blin1-1/+1
2007-10-10r24397: Bump debug level of sid2(u|g)id calls to 5.Kai Blin1-3/+3
2007-10-10r24375: Implement backend for wbinfo --uid-infp (getpwuid)Kai Blin1-1/+30
2007-10-10r24373: Implement backend for wbinfo -G (gid2sid)Kai Blin1-0/+45
2007-10-10r24372: Implement backend for wbinfo -UKai Blin1-0/+49
2007-10-10r24371: Actually add the glue to make wbinfo -S and wbinfo -Y workKai Blin1-0/+76
2007-10-10r24370: Implement wbinfo -i backend (getpwnam)Kai Blin1-1/+31
2007-10-10r24108: Split out samba3_parse_domuser to a seperate file and rename, so it c...Kai Blin1-22/+2
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r23653: add dummy implementation for all nss calls to let nsstestStefan Metzmacher1-0/+79
2007-10-10r23311: Updating the samba4 winbind protocol to version 18.Kai Blin1-7/+8
2007-10-10r15328: Move some functions around, remove dependencies.Jelmer Vernooij1-1/+0
2007-10-10r14860: create libcli/security/security.hStefan Metzmacher1-1/+1
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij1-1/+2
2007-10-10r13938: Around round of splitupsJelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-1/+1
2007-10-10r12867: Remove deleted header.Andrew Bartlett1-1/+0
2007-10-10r12866: This removes the abstraction layer in winbindd intended to deal withAndrew Bartlett1-26/+18
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij1-6/+0
2007-10-10r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke1-0/+2
2007-10-10r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke1-8/+12
2007-10-10r11423: Add some TALLOC_CTXVolker Lendecke1-2/+2
2007-10-10r11422: Remove unused argsVolker Lendecke1-2/+2
2007-10-10r11412: These comments may not be much, but my eyes scan code with evenAndrew Bartlett1-0/+61
2007-10-10r11411: Add to Samba4 the Samba3 patch I just posted for machine accountAndrew Bartlett1-22/+36
2007-10-10r11374: On request from VL, put the plaintext auth patch in.Andrew Bartlett1-28/+68
2007-10-10r11276: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r11263: Some cleanupVolker Lendecke1-133/+38
2007-10-10r11193: Implement wbinfo -mVolker Lendecke1-1/+76
2007-10-10r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke1-3/+162
2007-10-10r11095: Implement wb_getuserdomgroups.Volker Lendecke1-0/+78
2007-10-10r11094: Connect to SAM, implement getdcnameVolker Lendecke1-0/+51
2007-10-10r11070: Fix a cut&paste error, now wbinfo can properly separate domain and us...Volker Lendecke1-7/+5
2007-10-10r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke1-135/+87
2007-10-10r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w...Volker Lendecke1-19/+59
2007-10-10r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke1-2/+2
2007-10-10r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke1-4/+4
2007-10-10r10844: Add challenge-response authentication to Samba4's winbindd for VL.Andrew Bartlett1-0/+120
2007-10-10r10838: Get us an schannel'ed netlogon pipe.Volker Lendecke1-2/+2