summaryrefslogtreecommitdiff
path: root/source3/param
AgeCommit message (Expand)AuthorFilesLines
2002-01-18This is the 'winbind default domain' patch from Alexander BokovoyAndrew Bartlett1-0/+4
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-37/+29
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-1/+1
2002-01-15Add constness to parametersMartin Pool1-2/+2
2002-01-09For hysterical raisins you must use string_set() to set the value of aTim Potter1-1/+1
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-0/+10
2002-01-03Put a name on lp_talloc poolMartin Pool1-1/+1
2002-01-02sync up ldap defaults with 2.2Gerald Carter1-2/+3
2001-12-30Add a pile of doxygen style comments to various parts of Samba. Many of theseAndrew Bartlett1-1/+1
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-0/+9
2001-12-20fixed more warnings on irixAndrew Tridgell1-3/+3
2001-12-20fixed sscanf() of gid_t valuesAndrew Tridgell1-4/+4
2001-12-13update the ldap support code. it compiles.Jean-François Micouleau1-21/+37
2001-12-07added a "use spnego" optionAndrew Tridgell1-0/+6
2001-12-06again an intrusive patch:Jean-François Micouleau1-15/+9
2001-12-01removed the #ifdef USING_GROUPNAME_MAP/#endif blocksJean-François Micouleau1-10/+0
2001-11-26A number of things to clean up the auth subsytem a bit...Andrew Bartlett1-1/+27
2001-11-26updated server_role for ADSAndrew Tridgell1-0/+1
2001-11-26Another merge from appliance-head: in [ug]id_to_sid don't call theTim Potter1-10/+60
2001-11-25added 'security=ADS'Andrew Tridgell1-0/+1
2001-11-24added "net join" commandAndrew Tridgell1-0/+3
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-9/+4
2001-11-19Move all other paths into dynconfigMartin Pool1-3/+3
2001-11-19LIBDIR and LOCKDIR are dynamically configured too.Martin Pool1-1/+1
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-5/+5
2001-11-05old merge from 2.2Gerald Carter1-8/+27
2001-10-31Small 'const' updates ahead of some AuthRewrite merging.Andrew Bartlett1-7/+7
2001-10-17added basic NTLMSSP support in smbd. This is still quite rough, andAndrew Tridgell1-5/+3
2001-10-14fixed typoAndrew Tridgell1-1/+1
2001-10-14the next step in the intl changeover. This should get us compiling agian,Andrew Tridgell1-342/+341
2001-10-12Made nt acl support a local parameter for w2ksp2 profile fix.Jeremy Allison1-4/+4
2001-10-11merge from 2.2Gerald Carter1-8/+8
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-26OpenSSL merge from 2.2Gerald Carter1-0/+12
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-0/+9
2001-09-24Added SWAT i18n feature:Motonobu Takahashi1-338/+339
2001-09-23Fix up NT_STATUS return for session setups, Win2k objects to anything otherAndrew Bartlett1-3/+0
2001-09-19*llist being NULL is not an errorAndrew Tridgell1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce2-26/+20
2001-09-16Kill off the dangerous passwd program default, as its both veryAndrew Bartlett1-1/+1
2001-09-13added a new global option "hostname lookups = yes/no"Andrew Tridgell1-0/+7
2001-09-07added "display charset" option in smb.conf, along with d_printf()Andrew Tridgell1-1/+6
2001-09-06Fixed O(N^2) talloc loop when allocating printer name memory - fix fromJeremy Allison1-2/+2
2001-09-06enable strict locking by default. This will be slow, so now we justAndrew Tridgell1-1/+1
2001-08-29lp_wins_server() is now lp_wins_server_list().Christopher R. Hertel1-1/+1
2001-08-26Change default 'name resolve order' to WINS before DNS.Volker Lendecke1-1/+1
2001-08-24let admins also abort a shutdownSimo Sorce1-0/+3
2001-08-23so let admins shutdown their samba servers remotely if they want :-)Simo Sorce1-0/+4
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-22A few changes:Andrew Bartlett1-10/+0