r19383: pass only the base filename of an ldb file to be opened; allow server to...
[kai/samba.git] / source4 / winbind /
2007-10-10 Andrew Tridgellr18309: FreeBSD 6.1 has a symbol ldap_new_connection...
2007-10-10 Andrew Bartlettr17956: LSA Cleanup!
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17342: implement a SamLogon via IRPC in samba4's winbind
2007-10-10 Stefan Metzmacherr17306: fix compiler warning
2007-10-10 Stefan Metzmacherr17290: don't do any stuff that can fail in the _recv...
2007-10-10 Andrew Bartlettr17250: Fix comment, the Samba3 winbind protocol uses...
2007-10-10 Jelmer Vernooijr15371: Revert some of my previous patch as it was...
2007-10-10 Jelmer Vernooijr15370: Fix more dependencies for shared libs
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPEN...
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14567: Make some more functions public.
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr14470: Remove some unnecessary headers.
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr14402: Generate seperate headers for RPC client functions.
2007-10-10 Jelmer Vernooijr14380: Reduce the size of structs.h
2007-10-10 Jelmer Vernooijr14363: Remove credentials.h from the global includes.
2007-10-10 Stefan Metzmacherr14205: move smb specific stuff out of includes.h ...
2007-10-10 Stefan Metzmacherr14079: I just found the setproctitle library from...
2007-10-10 Jelmer Vernooijr13938: Around round of splitups
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr13658: More moving around of files:
2007-10-10 Andrew Bartlettr13583: Realise that the member server name appears...
2007-10-10 Andrew Bartlettr13244: Allow control of the location of the Samba3...
2007-10-10 Andrew Bartlettr12868: Remove unused code. This has moved to libcli...
2007-10-10 Andrew Bartlettr12867: Remove deleted header.
2007-10-10 Andrew Bartlettr12866: This removes the abstraction layer in winbindd...
2007-10-10 Andrew Bartlettr12865: Upgrade the librpc and libnet code.
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12510: Change the DCE/RPC interfaces to take a pointer...
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Stefan Metzmacherr12265: as all server_service modules are specified...
2007-10-10 Andrew Tridgellr12116: got rid of composite_trigger_done() and composi...
2007-10-10 Stefan Metzmacherr12014: free the irpc_request structure with the irpc_c...
2007-10-10 Tim Potterr11968: More warning fixes. We're on track to getting...
2007-10-10 Stefan Metzmacherr11828: split out the async helper function into a...
2007-10-10 Volker Lendecker11825: Fix a debug msg
2007-10-10 Volker Lendecker11812: Convert winbind to the async bind routines...
2007-10-10 Volker Lendecker11809: Make dcerpc_bind_auth async.
2007-10-10 Volker Lendecker11727: Minor cleanup
2007-10-10 Tim Potterr11626: Fix unhandled enum in case statement warnings...
2007-10-10 Volker Lendecker11528: Separate finding dcs from initializing a domain...
2007-10-10 Volker Lendecker11517: Cleanup time, this looks larger than it is...
2007-10-10 Volker Lendecker11423: Add some TALLOC_CTX
2007-10-10 Volker Lendecker11422: Remove unused args
2007-10-10 Andrew Bartlettr11413: More comments, plus always check (and update...
2007-10-10 Andrew Bartlettr11412: These comments may not be much, but my eyes...
2007-10-10 Andrew Bartlettr11411: Add to Samba4 the Samba3 patch I just posted...
2007-10-10 Andrew Bartlettr11374: On request from VL, put the plaintext auth...
2007-10-10 Stefan Metzmacherr11276: fix compiler warnings
2007-10-10 Volker Lendecker11274: Start a connection attempt to the DC's port...
2007-10-10 Volker Lendecker11267: Fix a memleak and an uninitialized variable...
2007-10-10 Volker Lendecker11263: Some cleanup
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Volker Lendecker11193: Implement wbinfo -m
2007-10-10 Volker Lendecker11192: Too many contexts around... :-)
2007-10-10 Volker Lendecker11181: Implement wbinfo -s and wbinfo --user-sids...
2007-10-10 Volker Lendecker11095: Implement wb_getuserdomgroups.
2007-10-10 Volker Lendecker11094: Connect to SAM, implement getdcname
2007-10-10 Volker Lendecker11093: Implement wb_queue_domain_send: If the domain...
2007-10-10 Volker Lendecker11082: Fix a segfault
2007-10-10 Volker Lendecker11070: Fix a cut&paste error, now wbinfo can properly...
2007-10-10 Volker Lendecker11068: Fix pam_auth_crap, remove the sync code. I...
2007-10-10 Volker Lendecker10941: Hmmm. Making that fn static is more correct.
2007-10-10 Volker Lendecker10936: Commit work in progress: wb_pam_auth_crap made...
2007-10-10 Volker Lendecker10878: Reply to some comments by tridge and metze:
2007-10-10 Volker Lendecker10859: Make the flow a bit clearer
2007-10-10 Volker Lendecker10853: Convert wbinfo -n to properly init the domain.
2007-10-10 Volker Lendecker10852: Continuation-based programming can become a...
2007-10-10 Volker Lendecker10846: Create a "wbsrv_domain", change wb_finddcs...
2007-10-10 Andrew Bartlettr10844: Add challenge-response authentication to Samba4...
2007-10-10 Volker Lendecker10843: Reformatting
2007-10-10 Volker Lendecker10838: Get us an schannel'ed netlogon pipe.
2007-10-10 Volker Lendecker10834: Work in progress on winbind. With some helper...
2007-10-10 Volker Lendecker10825: Complete wbinfo -n
2007-10-10 Andrew Tridgellr10704: don't try to free the netlogon pipe twice
2007-10-10 Andrew Tridgellr10700: removed volkers temporary timer hack now that...
2007-10-10 Volker Lendecker10691: This gets half-way to wbinfo -n. It acquires...
2007-10-10 Volker Lendecker10687: Another one...
2007-10-10 Volker Lendecker10686: Fix the build
2007-10-10 Volker Lendecker10685: Why wait 5 seconds...
2007-10-10 Volker Lendecker10684: Add a nasty hack for the failure case of wbinfo...
2007-10-10 Volker Lendecker10683: Samba3's wbinfo -t should give the correct...
2007-10-10 Volker Lendecker10677: Add smb_composite_connectmulti: Send out multip...
2007-10-10 Volker Lendecker10675: Connect to the DC's IPC$
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Stefan Metzmacherr10508: - implement WINBINDD_NETBIOS_NAME, WINBINDD_DOM...
2007-10-10 Stefan Metzmacherr10506: set return data correctly
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Volker Lendecker10491: First step towards wbinfo -t: This issues a...
2007-10-10 Jelmer Vernooijr10438: Move portability functions to lib/replace/...
2007-10-10 Stefan Metzmacherr10435: fill in the reference to the generic wbsrv_call...
2007-10-10 Stefan Metzmacherr10434: add a short path to the event context that...
next