summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized blobs reported by Luke Howard.Jeremy Allison2003-05-011-0/+6
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5
* Fix disk quotas support on HP/UX (patch by David Nixon)Jelmer Vernooij2003-05-011-1/+1
* Make the version numbers ints (patch from metze)Jelmer Vernooij2003-04-301-1/+1
* add version back to lanman string in sessetup replyGerald Carter2003-04-291-1/+5
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-11/+12
* inet_pton isn't portable, so use interpret_addr2.Andrew Bartlett2003-04-281-3/+3
* Fix length in findfirst2 responses, fix os/2 clientsJim McDonough2003-04-241-4/+10
* When possible, store the IP address of the connecting client, not just theAndrew Bartlett2003-04-242-4/+17
* This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
* Thanks to a reminder from vance - delete build_options.c from CVS, nowAndrew Bartlett2003-04-231-532/+0
* Patch by Vance Lankhaar <vlankhaar@linux.ca> to automaticly regenerate theAndrew Bartlett2003-04-231-0/+1
* StrnCpy -> safe_strcpy() on a over-malloced struct.Andrew Bartlett2003-04-231-2/+2
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-235-20/+9
* Merge HEAD's winbind into 3.0.Andrew Bartlett2003-04-231-0/+1
* Make the variable name match the comment.Andrew Bartlett2003-04-231-2/+2
* Don't leak the session identifier string when we shut down a vuid.Andrew Bartlett2003-04-231-0/+1
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* Merge comment with HEADAndrew Bartlett2003-04-221-3/+3
* Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison2003-04-222-7/+6
* * fix segfault when no vfs objects definedGerald Carter2003-04-211-2/+2
* Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett2003-04-212-65/+36
* use gid_t for gids not uid_tSimo Sorce2003-04-191-1/+1
* 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