Add context for libcli_resolve.
[samba-svnmirror.git] / source / libcli / smb_composite / connect.c
2007-12-10 jelmerAdd context for libcli_resolve.
2007-12-03 jelmerRemove more global_loadparm uses.
2007-12-02 jelmerRemove more uses of global_loadparm or specify loadparm...
2007-10-06 jelmerConvert last instances of BOOL, True and False to the...
2007-10-01 jelmerMerge some changes I made on the way home from SFO:
2007-09-28 jelmerParse loadparm context to all lp_*() functions.
2007-09-08 jelmerMove param/param.h out of includes.h
2007-07-10 tridgeconvert Samba4 to GPLv3
2006-10-24 metze- clear the whole session struct (only let the pid...
2006-06-22 metzesplit client and server min/max protocol settings
2006-03-16 jelmerDon't include ndr_BASENAME.h files unless strictly...
2006-03-14 jelmerRemove credentials.h from the global includes.
2006-03-07 jelmerSplit more prototypes out of include/proto.h + initial...
2005-12-30 jelmerRemove some unused #include lines.
2005-12-28 jelmerMove some more prototypes out to seperate headers
2005-11-06 vlendecBe a bit less intrusive
2005-11-06 vlendecEnable kerberos session setup for winbind smb connections
2005-10-28 vlendecImplement socket_connect_multi: Connect to multiple...
2005-10-23 vlendecWinbind does not rely on the hostname resolution mechan...
2005-10-21 vlendecFix anon fallback with spnego
2005-10-10 vlendecReply to some comments by tridge and metze:
2005-10-02 vlendecAdd smb_composite_connectmulti: Send out multiple SYN...
2005-09-26 metze- seperate implementation specific stuff, from the...