Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12696: Reduce the size of include/structs.h | Jelmer Vernooij | 1 | -0/+4 |
2007-10-10 | r12608: Remove some unused #include lines. | Jelmer Vernooij | 15 | -57/+1 |
2007-10-10 | r12542: Move some more prototypes out to seperate headers | Jelmer Vernooij | 2 | -0/+3 |
2007-10-10 | r12510: Change the DCE/RPC interfaces to take a pointer to a | Jelmer Vernooij | 4 | -12/+6 |
2007-10-10 | r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r12265: as all server_service modules are specified in smbd/config.mk | Stefan Metzmacher | 1 | -7/+5 |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 2 | -2/+0 |
2007-10-10 | r11968: More warning fixes. We're on track to getting to double digits for | Tim Potter | 1 | -2/+2 |
2007-10-10 | r11828: split out the async helper function into a new subsystem WB_HELPER | Stefan Metzmacher | 1 | -3/+11 |
2007-10-10 | r11825: Fix a debug msg | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11812: Convert winbind to the async bind routines. Also remove tridge's hack... | Volker Lendecke | 4 | -82/+196 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 3 | -18/+16 |
2007-10-10 | r11727: Minor cleanup | Volker Lendecke | 1 | -14/+5 |
2007-10-10 | r11626: Fix unhandled enum in case statement warnings by noting appropriately | Tim Potter | 1 | -0/+43 |
2007-10-10 | r11528: Separate finding dcs from initializing a domain. Makes it easier to p... | Volker Lendecke | 11 | -355/+569 |
2007-10-10 | r11517: Cleanup time, this looks larger than it is. This mainly gets rid of | Volker Lendecke | 16 | -703/+489 |
2007-10-10 | r11423: Add some TALLOC_CTX | Volker Lendecke | 4 | -13/+16 |
2007-10-10 | r11422: Remove unused args | Volker Lendecke | 3 | -8/+4 |
2007-10-10 | r11413: More comments, plus always check (and update) the credentials chain, | Andrew Bartlett | 1 | -5/+33 |
2007-10-10 | r11412: These comments may not be much, but my eyes scan code with even | Andrew Bartlett | 1 | -0/+61 |
2007-10-10 | r11411: Add to Samba4 the Samba3 patch I just posted for machine account | Andrew Bartlett | 2 | -25/+46 |
2007-10-10 | r11374: On request from VL, put the plaintext auth patch in. | Andrew Bartlett | 2 | -31/+170 |
2007-10-10 | r11276: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r11274: Start a connection attempt to the DC's port 389. To do this properly,... | Volker Lendecke | 5 | -37/+58 |
2007-10-10 | r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this wa... | Volker Lendecke | 1 | -4/+5 |
2007-10-10 | r11263: Some cleanup | Volker Lendecke | 1 | -133/+38 |
2007-10-10 | r11244: Relative path names in .mk files | Jelmer Vernooij | 1 | -16/+16 |
2007-10-10 | r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica... | Jelmer Vernooij | 1 | -6/+0 |
2007-10-10 | r11193: Implement wbinfo -m | Volker Lendecke | 5 | -8/+172 |
2007-10-10 | r11192: Too many contexts around... :-) | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r11181: Implement wbinfo -s and wbinfo --user-sids. The patch is so large bec... | Volker Lendecke | 18 | -240/+1418 |
2007-10-10 | r11095: Implement wb_getuserdomgroups. | Volker Lendecke | 5 | -0/+384 |
2007-10-10 | r11094: Connect to SAM, implement getdcname | Volker Lendecke | 9 | -83/+578 |
2007-10-10 | r11093: Implement wb_queue_domain_send: If the domain is not yet initialized,... | Volker Lendecke | 5 | -132/+234 |
2007-10-10 | r11082: Fix a segfault | Volker Lendecke | 1 | -0/+1 |
2007-10-10 | r11070: Fix a cut&paste error, now wbinfo can properly separate domain and us... | Volker Lendecke | 2 | -8/+6 |
2007-10-10 | r11068: Fix pam_auth_crap, remove the sync code. I don't know what it was when I | Volker Lendecke | 3 | -163/+113 |
2007-10-10 | r10941: Hmmm. Making that fn static is more correct. | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r10936: Commit work in progress: wb_pam_auth_crap made async. This does not w... | Volker Lendecke | 3 | -19/+325 |
2007-10-10 | r10878: Reply to some comments by tridge and metze: | Volker Lendecke | 4 | -307/+412 |
2007-10-10 | r10859: Make the flow a bit clearer | Volker Lendecke | 1 | -8/+7 |
2007-10-10 | r10853: Convert wbinfo -n to properly init the domain. | Volker Lendecke | 3 | -401/+32 |
2007-10-10 | r10852: Continuation-based programming can become a bit spaghetti... | Volker Lendecke | 5 | -248/+589 |
2007-10-10 | r10846: Create a "wbsrv_domain", change wb_finddcs to the style of the rest o... | Volker Lendecke | 5 | -199/+262 |
2007-10-10 | r10844: Add challenge-response authentication to Samba4's winbindd for VL. | Andrew Bartlett | 2 | -0/+126 |
2007-10-10 | r10843: Reformatting | Volker Lendecke | 1 | -16/+26 |
2007-10-10 | r10838: Get us an schannel'ed netlogon pipe. | Volker Lendecke | 3 | -16/+130 |
2007-10-10 | r10834: Work in progress on winbind. With some helper routines the composite ... | Volker Lendecke | 4 | -670/+478 |
2007-10-10 | r10825: Complete wbinfo -n | Volker Lendecke | 3 | -12/+387 |