summaryrefslogtreecommitdiffstats
path: root/source/winbind
Commit message (Expand)AuthorAgeFilesLines
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2006-04-292-2/+0
* r15301: Use static libraries internally. This required a few hacks in the build Jelmer Vernooij2006-04-271-1/+3
* r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement Jelmer Vernooij2006-04-241-2/+2
* r14860: create libcli/security/security.hStefan Metzmacher2006-04-0210-11/+10
* r14567: Make some more functions public.Jelmer Vernooij2006-03-191-1/+2
* r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij2006-03-181-0/+1
* r14470: Remove some unnecessary headers.Jelmer Vernooij2006-03-168-8/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, instead Jelmer Vernooij2006-03-164-2/+7
* r14402: Generate seperate headers for RPC client functions.Jelmer Vernooij2006-03-149-0/+11
* r14380: Reduce the size of structs.hJelmer Vernooij2006-03-144-7/+10
* r14363: Remove credentials.h from the global includes.Jelmer Vernooij2006-03-143-0/+3
* r14205: move smb specific stuff out of includes.h (finally!!!:-)Stefan Metzmacher2006-03-111-0/+1
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2006-03-091-0/+2
* r13938: Around round of splitupsJelmer Vernooij2006-03-072-0/+2
* r13926: More header splitups.Jelmer Vernooij2006-03-071-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on header Jelmer Vernooij2006-03-0714-0/+24
* r13658: More moving around of files:Jelmer Vernooij2006-02-231-1/+1
* r13583: Realise that the member server name appears in all calls that use theAndrew Bartlett2006-02-211-1/+1
* r13244: Allow control of the location of the Samba3-compatible winbindd pipeAndrew Bartlett2006-01-312-9/+10
* r12868: Remove unused code. This has moved to libcli/finddcs.c. Andrew Bartlett2006-01-122-140/+0
* r12867: Remove deleted header.Andrew Bartlett2006-01-121-1/+0
* r12866: This removes the abstraction layer in winbindd intended to deal withAndrew Bartlett2006-01-125-309/+165
* r12865: Upgrade the librpc and libnet code.Andrew Bartlett2006-01-123-7/+24
* r12696: Reduce the size of include/structs.hJelmer Vernooij2006-01-031-0/+4
* r12608: Remove some unused #include lines.Jelmer Vernooij2005-12-3015-57/+1
* r12542: Move some more prototypes out to seperate headersJelmer Vernooij2005-12-282-0/+3
* r12510: Change the DCE/RPC interfaces to take a pointer to a Jelmer Vernooij2005-12-274-12/+6
* r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not using Jelmer Vernooij2005-12-261-2/+2
* r12265: as all server_service modules are specified in smbd/config.mkStefan Metzmacher2005-12-151-7/+5
* r12116: got rid of composite_trigger_done() and composite_trigger_error(), andAndrew Tridgell2005-12-082-2/+2
* r12014: free the irpc_request structure with the irpc_call_recv functions,Stefan Metzmacher2005-12-022-2/+0
* r11968: More warning fixes. We're on track to getting to double digits forTim Potter2005-11-301-2/+2
* r11828: split out the async helper function into a new subsystem WB_HELPERStefan Metzmacher2005-11-211-3/+11
* r11825: Fix a debug msgVolker Lendecke2005-11-211-1/+1
* r11812: Convert winbind to the async bind routines. Also remove tridge's hack...Volker Lendecke2005-11-204-82/+196
* r11809: Make dcerpc_bind_auth async.Volker Lendecke2005-11-203-18/+16
* r11727: Minor cleanupVolker Lendecke2005-11-141-14/+5
* r11626: Fix unhandled enum in case statement warnings by noting appropriately Tim Potter2005-11-101-0/+43
* r11528: Separate finding dcs from initializing a domain. Makes it easier to p...Volker Lendecke2005-11-0511-355/+569
* r11517: Cleanup time, this looks larger than it is. This mainly gets rid ofVolker Lendecke2005-11-0516-703/+489
* r11423: Add some TALLOC_CTXVolker Lendecke2005-10-314-13/+16
* r11422: Remove unused argsVolker Lendecke2005-10-313-8/+4
* r11413: More comments, plus always check (and update) the credentials chain,Andrew Bartlett2005-10-311-5/+33
* r11412: These comments may not be much, but my eyes scan code with evenAndrew Bartlett2005-10-311-0/+61
* r11411: Add to Samba4 the Samba3 patch I just posted for machine accountAndrew Bartlett2005-10-312-25/+46
* r11374: On request from VL, put the plaintext auth patch in.Andrew Bartlett2005-10-282-31/+170
* r11276: fix compiler warningsStefan Metzmacher2005-10-241-2/+2
* r11274: Start a connection attempt to the DC's port 389. To do this properly,...Volker Lendecke2005-10-245-37/+58
* r11267: Fix a memleak and an uninitialized variable. Andrew Bartlett, this wa...Volker Lendecke2005-10-231-4/+5
* r11263: Some cleanupVolker Lendecke2005-10-231-133/+38