summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* More merges from HEAD:Jelmer Vernooij2003-04-162-79/+175
* Add support for the new modules system to auth/ (merge from HEAD)Jelmer Vernooij2003-04-162-1/+5
* Print out information about statically linked in modulesJelmer Vernooij2003-04-151-9/+3
* Merge:Tim Potter2003-04-141-23/+0
* Whitespace syncup.Tim Potter2003-04-144-7/+7
* Merge Jelmer's popt updates from HEAD.Tim Potter2003-04-141-6/+2
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+1
* Merge of Simo's strncat -> StrnCpy fix.Tim Potter2003-04-131-4/+3
* * We must return 0x2 as the majorversion for nt4 to upload driversGerald Carter2003-04-111-10/+15
* cleanup lanman printing= for win98; device type is LPT1:; patch by Steve L.Gerald Carter2003-04-112-4/+4
* Fix from Steve Langasek <vorlon@netexpress.net> for non-RPC printing.Jeremy Allison2003-04-091-2/+2
* Ensure we have WinXP-like semantics for checking TIDs and FIDs.Jeremy Allison2003-04-091-1/+3
* Re-fix regression noticed by Tom Schaefer <tom@umsl.edu> due toJeremy Allison2003-04-042-0/+5
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-041-6/+6
* Doing janitor work for tridge.Jeremy Allison2003-04-011-3/+3
* update copyright notice since it we are now almost 4 months into 2003Gerald Carter2003-03-301-1/+1
* This changes our handling of invalid service types that theVolker Lendecke2003-03-301-7/+12
* merged real time signal fixes from headAndrew Tridgell2003-03-282-2/+8
* cleanup the IPC/LPT:/A: mess I startedGerald Carter2003-03-271-16/+19
* pdb_ldap may require ROOT privilages to access the group mapping. (yes, it's ...Andrew Bartlett2003-03-271-0/+2
* Fix DOS del command with widelinks = False.Jeremy Allison2003-03-261-1/+2
* win9x was suffered a case of the blues during a domain logon.Gerald Carter2003-03-251-1/+10
* (merge from HEAD)Andrew Bartlett2003-03-223-5/+57
* Merge from HEADVolker Lendecke2003-03-201-1/+1
* Patch from Samuel Thibault to convert messages from dos to unix charsetJelmer Vernooij2003-03-201-9/+18
* Doin't pstrcpy into fstring.Jeremy Allison2003-03-191-4/+4
* Ensure dev in make_connection is const.Jeremy Allison2003-03-181-4/+10
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-183-45/+4
* Merge signed/unsigned fix from HEAD.Andrew Bartlett2003-03-181-1/+1
* Merge whitespace to match HEAD.Andrew Bartlett2003-03-181-17/+17
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-182-4/+4
* Merge from HEAD:Andrew Bartlett2003-03-178-28/+35
* Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett2003-03-171-27/+55
* Merge new statcache.c from HEAD.Andrew Bartlett2003-03-171-61/+126
* fix WinXP & Win2K3 remote_arch and check pointer in ntlmssp code before deref...Gerald Carter2003-03-141-19/+20
* Ensure we count the length correctly in mangle_map.Jeremy Allison2003-03-121-6/+15
* adding some initiaial code to sert %a to Win2K3 (using Native LanMan string f...Gerald Carter2003-03-121-0/+2
* We use unsigned now, so use %u.Jeremy Allison2003-03-111-1/+1
* Fix up zero termination. Spotted by Sebastian Krahmer <krahmer@suse.de>.Jeremy Allison2003-03-111-1/+2
* Fix typo in earlier fix, caught by Ranjit @ HP.Jeremy Allison2003-03-081-1/+1
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-073-3/+3
* Missed parentheses around complex logic.Jeremy Allison2003-03-071-1/+2
* Patch from Michael Steffens. In his own words :Jeremy Allison2003-03-071-78/+199
* Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison2003-03-071-0/+3
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-073-69/+227
* Const warning fixes.Jeremy Allison2003-03-031-2/+2
* don't forget the NULLGerald Carter2003-02-271-3/+3
* and the winner of "i should have just written it in assemblyGerald Carter2003-02-271-3/+3
* don't pass NULL pointers to strcmp()Gerald Carter2003-02-271-2/+2
* additional fix for CR 601Gerald Carter2003-02-271-0/+15