r6246: stop waiting when we get a reply
[samba.git] / source / param /
2007-10-10 Andrew Tridgellr6184: the beginnings of the libcli/dgram/ library...
2007-10-10 Stefan Metzmacherr5502: announce us as a print server by default
2007-10-10 Jelmer Vernooijr5491: Don't load the DCOM-specific services by default...
2007-10-10 Andrew Tridgellr5395: fixed some loadparm memory leaks
2007-10-10 Andrew Tridgellr5389: initialise the WINS ttl max/min values to someth...
2007-10-10 Andrew Tridgellr5346: - a bit more preparation for the WINS server...
2007-10-10 Andrew Tridgellr5308: trimmed back a lot of the old macros from smb_ma...
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Andrew Tridgellr5221: replace the str_list_*() code with new code...
2007-10-10 Andrew Tridgellr5115: enable the nbt daemon by default
2007-10-10 Andrew Tridgellr5108: the beginnings of a nbtd server for Samba4....
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Andrew Tridgellr4898: - removed the unused wins_srv_*() code
2007-10-10 Andrew Tridgellr4817: ccache was being made ineffective on all the...
2007-10-10 Stefan Metzmacherr4725: make "password server" a string list
2007-10-10 Stefan Metzmacherr4650: - make more use of bitmap and enum's
2007-10-10 Andrew Tridgellr4549: got rid of a lot more uses of plain talloc(...
2007-10-10 Andrew Bartlettr4500: Allow GENSEC modules to be disabled by setting...
2007-10-10 Andrew Bartlettr4494: Allow gensec_gssapi to use the SPNEGO mech provi...
2007-10-10 Stefan Metzmacherr4482: in ads mixed mode there are also only one PDC...
2007-10-10 Andrew Bartlettr4460: Add a new GENSEC module: gensec_gssapi
2007-10-10 Andrew Tridgellr4452: the beginnings of a dssetup rpc server.
2007-10-10 Andrew Tridgellr4444: - initialise registry:HKEY_LOCAL_MACHINE to...
2007-10-10 Stefan Metzmacherr4439: unlimited connections is -1
2007-10-10 Stefan Metzmacherr4438: the ADMIN$ share is a diskshare but hidden
2007-10-10 Stefan Metzmacherr4423: give lp_parm_int() and lp_parm_ulong() default...
2007-10-10 Andrew Bartlettr4342: Fix a memory leak in init_globals().
2007-10-10 Stefan Metzmacherr4339: - rename auth_guest to auth_anonymous
2007-10-10 Andrew Tridgellr4058: added a type safe version of smb_xmalloc()
2007-10-10 Andrew Tridgellr4055: fixed more places to use type safe allocation...
2007-10-10 Andrew Tridgellr4054: got rid of Realloc(), replacing it with the...
2007-10-10 Andrew Tridgellr4052: fixed a bunch of code to use the type safe _p...
2007-10-10 Stefan Metzmacherr4045: readd krb5 support defaulted to disable
2007-10-10 Stefan Metzmacherr3957: fix compiler warning
2007-10-10 Andrew Tridgellr3938: cleaned some old stuff out of loadparm
2007-10-10 Jelmer Vernooijr3630: More work on DCOM server side
2007-10-10 Andrew Tridgellr3543: fixed some #include lines to make them more...
2007-10-10 Andrew Tridgellr3494: got rid of include/rewrite.h, and split out...
2007-10-10 Andrew Tridgellr3478: split out some more pieces of includes.h
2007-10-10 Andrew Tridgellr3463: separated out some more headers (asn_1.h, messag...
2007-10-10 Andrew Tridgellr3453: - split out the auth and popt includes
2007-10-10 Andrew Tridgellr3449: more include file reduction
2007-10-10 Andrew Tridgellr3447: more include/system/XXX.h include files
2007-10-10 Andrew Tridgellr3428: switched to using minimal includes for the auto...
2007-10-10 Andrew Tridgellr3425: got rid of a bunch of cruft from rewrite.h
2007-10-10 Andrew Tridgellr3390: fixed schannel server side support. RPC-SCHANNEL...
2007-10-10 Andrew Tridgellr3380: - changed the default behaviour of server signin...
2007-10-10 Andrew Tridgellr3375: changed the default max xmit until I fix a probl...
2007-10-10 Jelmer Vernooijr3338: More work on the winreg RPC server. Opening...
2007-10-10 Andrew Tridgellr3227: added a per-share option "case insensitive files...
2007-10-10 Jelmer Vernooijr3162: Add client-side support for the ncalrpc: and...
2007-10-10 Andrew Tridgellr3062: handle spaces at the start of options in lp_set_...
2007-10-10 Andrew Tridgellr3025: don't warn about no path in a service, as some...
2007-10-10 Andrew Tridgellr2941: added pvfs_flush() implementation to the posix...
2007-10-10 Stefan Metzmacherr2889: add DRSUAPI server
2007-10-10 Andrew Tridgellr2871: - got rid of the last bits of non-threadsafe...
2007-10-10 Andrew Tridgellr2804: - setup some reasonable default SAM to unixName...
2007-10-10 Andrew Tridgellr2561: completely redid the ntvfs module chaining code...
2007-10-10 Andrew Bartlettr2504: Add printf attribute, for format argument checking.
2007-10-10 Andrew Tridgellr2384: i missed "nt status support" in my change to...
2007-10-10 Andrew Tridgellr2309: make loadparm handling much more consistent...
2007-10-10 Andrew Tridgellr2306: in lp_set_cmdline(), also set any aliases as...
2007-10-10 Andrew Tridgellr2302: added a '--option' option, allowing any global...
2007-10-10 Tim Potterr2247: talloc_destroy -> talloc_free
2007-10-10 Andrew Tridgellr1819: changed "smb ports" to be a LIST parameter type...
2007-10-10 Jim McDonoughr1596: Fix up copyrights.
2007-10-10 Stefan Metzmacherr1486: commit the start of the generic server infastructure
2007-10-10 Andrew Bartlettr1462: GENSEC Kerberos and SPENGO work:
2007-10-10 Stefan Metzmacherr1406: I got spnego in the smb client working
2007-10-10 Stefan Metzmacherr1345: add extended security spnego support to the...
2007-10-10 Stefan Metzmacherr1291: rename struct smbsrv_context to smbsrv_connection
2007-10-10 Stefan Metzmacherr1277: rename struct server_context to smbsrv_ontext
2007-10-10 Tim Potterr1210: A skeleton spoolssdb, based on samdb.
2007-10-10 Tim Potterr1207: Add spoolss to the list of endpoint servers.
2007-10-10 Andrew Bartlettr1123: Make all lp_ string functions return 'const...
2007-10-10 Andrew Tridgellr917: - added the start of a LSA server to samba4.
2007-10-10 Stefan Metzmacherr884: convert samba4 to use [u]int32_t instead of ...
2007-10-10 Stefan Metzmacherr861: remove the next round of unused stuff
2007-10-10 Andrew Tridgellr838: got rid of rpc_misc.h
2007-10-10 Andrew Tridgellr818: added server side SMB signing to Samba4
2007-10-10 Andrew Bartlettr743: Start on a NETLOGON server in Samba4.
2007-10-10 Andrew Tridgellr458: this is the (very primitive) beginnings of a...
2007-10-10 Andrew Bartlettr448: Fix 'auth' in Samba4, by making 'auth methods...
2007-10-10 Stefan Metzmacherr311: add srvsvc and wkssvc rpc pipes to the default...
2007-10-10 Gerald Carterr42: importing .cvsignore files
2004-03-23 Andrew Tridgellput the "max xmit" option back into Samba4
2004-02-22 Stefan Metzmacher- creat the LIBCMDLINE subsystem
2004-01-29 Stefan Metzmacherremove a lot of unused smb.conf options
2004-01-28 Stefan Metzmachermerge the version.h autogeneration stuff from 3.0
2004-01-08 Stefan MetzmacherThis patch adds a better dcerpc server infastructure.
2003-12-17 Andrew Tridgelladded a smb.conf flag "rpc big endian" that tells our...
2003-11-26 Andrew Tridgellfixed some memory leaks in the dcerpc use of ntlmssp...
2003-09-18 Tim PotterQuieten a compiler warning.
2003-08-15 Andrew Tridgellfix handling of parametric smb.conf parms with embedded...
2003-08-13 Andrew TridgellThis commit was generated by cvs2svn to compensate...
2003-08-13 Andrew Tridgellfirst public release of samba4 code