summaryrefslogtreecommitdiffstats
path: root/source4/winbind
Commit message (Expand)AuthorAgeFilesLines
* r12868: Remove unused code. This has moved to libcli/finddcs.c.Andrew Bartlett2007-10-102-140/+0
* r12867: Remove deleted header.Andrew Bartlett2007-10-101-1/+0
* r12866: This removes the abstraction layer in winbindd intended to deal withAndrew Bartlett2007-10-105-309/+165
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2007-10-103-7/+24
* r12696: Reduce the size of include/structs.hJelmer Vernooij2007-10-101-0/+4
* r12608: Remove some unused #include lines.Jelmer Vernooij2007-10-1015-57/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2007-10-102-0/+3
* r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij2007-10-104-12/+6
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij2007-10-101-2/+2
* r12265: as all server_service modules are specified in smbd/config.mkStefan Metzmacher2007-10-101-7/+5
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2007-10-102-2/+2
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2007-10-102-2/+0
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2007-10-101-2/+2
* r11828: split out the async helper function into a new subsystem WB_HELPERStefan Metzmacher2007-10-101-3/+11
* r11825: Fix a debug msgVolker Lendecke2007-10-101-1/+1
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2007-10-104-82/+196
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2007-10-103-18/+16
* r11727: Minor cleanupVolker Lendecke2007-10-101-14/+5
* r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter2007-10-101-0/+43
* r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke2007-10-1011-355/+569
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2007-10-1016-703/+489
* r11423: Add some TALLOC_CTXVolker Lendecke2007-10-104-13/+16
* r11422: Remove unused argsVolker Lendecke2007-10-103-8/+4
* r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett2007-10-101-5/+33
* r11412: These comments may not be much, but my eyes scan code with evenAndrew Bartlett2007-10-101-0/+61
* r11411: Add to Samba4 the Samba3 patch I just posted for machine accountAndrew Bartlett2007-10-102-25/+46
* r11374: On request from VL, put the plaintext auth patch in.Andrew Bartlett2007-10-102-31/+170
* r11276: fix compiler warningsStefan Metzmacher2007-10-101-2/+2
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2007-10-105-37/+58
* r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this wa...Volker Lendecke2007-10-101-4/+5
* r11263: Some cleanupVolker Lendecke2007-10-101-133/+38
* r11244: Relative path names in .mk filesJelmer Vernooij2007-10-101-16/+16
* r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij2007-10-101-6/+0
* r11193: Implement wbinfo -mVolker Lendecke2007-10-105-8/+172
* r11192: Too many contexts around... :-)Volker Lendecke2007-10-101-1/+1
* r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke2007-10-1018-240/+1418
* r11095: Implement wb_getuserdomgroups.Volker Lendecke2007-10-105-0/+384
* r11094: Connect to SAM, implement getdcnameVolker Lendecke2007-10-109-83/+578
* r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...Volker Lendecke2007-10-105-132/+234
* r11082: Fix a segfaultVolker Lendecke2007-10-101-0/+1
* r11070: Fix a cut&paste error, now wbinfo can properly separate domain and us...Volker Lendecke2007-10-102-8/+6
* r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke2007-10-103-163/+113
* r10941: Hmmm. Making that fn static is more correct.Volker Lendecke2007-10-101-1/+1
* r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w...Volker Lendecke2007-10-103-19/+325
* r10878: Reply to some comments by tridge and metze:Volker Lendecke2007-10-104-307/+412
* r10859: Make the flow a bit clearerVolker Lendecke2007-10-101-8/+7
* r10853: Convert wbinfo -n to properly init the domain.Volker Lendecke2007-10-103-401/+32
* r10852: Continuation-based programming can become a bit spaghetti...Volker Lendecke2007-10-105-248/+589
* r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o...Volker Lendecke2007-10-105-199/+262
* r10844: Add challenge-response authentication to Samba4's winbindd for VL.Andrew Bartlett2007-10-102-0/+126