summaryrefslogtreecommitdiff
path: root/source4/winbind
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher1-0/+1
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+2
2007-10-10r13938: Around round of splitupsJelmer Vernooij2-0/+2
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij14-0/+24
2007-10-10r13658: More moving around of files:Jelmer Vernooij1-1/+1
2007-10-10r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett1-1/+1
2007-10-10r13244: Allow control of the location of the Samba3-compatible winbindd pipeAndrew Bartlett2-9/+10
2007-10-10r12868: Remove unused code. This has moved to libcli/finddcs.c.Andrew Bartlett2-140/+0
2007-10-10r12867: Remove deleted header.Andrew Bartlett1-1/+0
2007-10-10r12866: This removes the abstraction layer in winbindd intended to deal withAndrew Bartlett5-309/+165
2007-10-10r12865: Upgrade the librpc and libnet code.Andrew Bartlett3-7/+24
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij1-0/+4
2007-10-10r12608: Remove some unused #include lines.Jelmer Vernooij15-57/+1
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij2-0/+3
2007-10-10r12510: Change the DCE/RPC interfaces to take a pointer to aJelmer Vernooij4-12/+6
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-2/+2
2007-10-10r12265: as all server_service modules are specified in smbd/config.mkStefan Metzmacher1-7/+5
2007-10-10r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2-2/+2
2007-10-10r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2-2/+0
2007-10-10r11968: More warning fixes. We're on track to getting to double digits forTim Potter1-2/+2
2007-10-10r11828: split out the async helper function into a new subsystem WB_HELPERStefan Metzmacher1-3/+11
2007-10-10r11825: Fix a debug msgVolker Lendecke1-1/+1
2007-10-10r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke4-82/+196
2007-10-10r11809: Make dcerpc_bind_auth async.Volker Lendecke3-18/+16
2007-10-10r11727: Minor cleanupVolker Lendecke1-14/+5
2007-10-10r11626: Fix unhandled enum in case statement warnings by noting appropriatelyTim Potter1-0/+43
2007-10-10r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke11-355/+569
2007-10-10r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke16-703/+489
2007-10-10r11423: Add some TALLOC_CTXVolker Lendecke4-13/+16
2007-10-10r11422: Remove unused argsVolker Lendecke3-8/+4
2007-10-10r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett1-5/+33
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 Bartlett2-25/+46
2007-10-10r11374: On request from VL, put the plaintext auth patch in.Andrew Bartlett2-31/+170
2007-10-10r11276: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke5-37/+58
2007-10-10r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this wa...Volker Lendecke1-4/+5
2007-10-10r11263: Some cleanupVolker Lendecke1-133/+38
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-16/+16
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-6/+0
2007-10-10r11193: Implement wbinfo -mVolker Lendecke5-8/+172
2007-10-10r11192: Too many contexts around... :-)Volker Lendecke1-1/+1
2007-10-10r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec...Volker Lendecke18-240/+1418
2007-10-10r11095: Implement wb_getuserdomgroups.Volker Lendecke5-0/+384
2007-10-10r11094: Connect to SAM, implement getdcnameVolker Lendecke9-83/+578
2007-10-10r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,...Volker Lendecke5-132/+234
2007-10-10r11082: Fix a segfaultVolker Lendecke1-0/+1
2007-10-10r11070: Fix a cut&paste error, now wbinfo can properly separate domain and us...Volker Lendecke2-8/+6
2007-10-10r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when IVolker Lendecke3-163/+113