summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2002-01-20This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett1-1/+1
2002-01-20Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison1-1/+0
2002-01-20Fix file size calculations for write cache code.Jeremy Allison1-5/+41
2002-01-20Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2-3/+21
2002-01-19Report write fail in smb_dump.Jeremy Allison1-1/+3
2002-01-18Ensure (C) message is output on startup.Jeremy Allison1-2/+2
2002-01-17A nice *big* change to the fundemental way we do things.Andrew Bartlett4-18/+25
2002-01-17don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell1-4/+0
2002-01-16Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison1-2/+2
2002-01-16Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison1-38/+14
2002-01-16Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool1-16/+23
2002-01-16Roll back PSTR insertion.Martin Pool1-23/+21
2002-01-15Convert to the new pstring interface. This diff is a pretty goodMartin Pool1-26/+29
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison3-27/+14
2002-01-12Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett1-0/+1
2002-01-12Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison1-0/+6
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison5-55/+55
2002-01-11fixed a crash in merge_aces()Andrew Tridgell1-0/+1
2002-01-11Make this error match Win2k.Andrew Bartlett1-1/+1
2002-01-11Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett1-1/+12
2002-01-10First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2-2/+170
2002-01-10Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2-0/+32
2002-01-09Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool1-0/+1
2002-01-09Better explanation message for dmalloc.Martin Pool3-7/+7
2002-01-09Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool1-1/+2
2002-01-09Fixed up atomic update code.Jeremy Allison2-4/+4
2002-01-06Get this code back to where it belongs...Andrew Bartlett1-7/+7
2002-01-06Some more SPNEGO fixes.Andrew Bartlett1-1/+1
2002-01-05Fix up the SPNEGO segfault.Andrew Bartlett1-2/+2
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett4-76/+94
2002-01-04Missed error return is can_rename fails.Jeremy Allison1-0/+1
2002-01-04Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison3-41/+102
2002-01-03Ensure modtime is set correctly on destination files in copy command.Jeremy Allison1-0/+4
2002-01-03Fix talloc msg registrationMartin Pool1-1/+1
2002-01-03smbd children should also register for POOL_USAGEMartin Pool1-0/+1
2002-01-03smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool1-0/+1
2002-01-02debug statement fixups.Jeremy Allison1-5/+0
2002-01-02Actually enforce the passdb API.Andrew Bartlett1-1/+1
2002-01-01A farily large commit:Andrew Bartlett1-0/+152
2001-12-31- portablitity fixes for cc -64 on irixAndrew Tridgell1-1/+1
2001-12-30When running interactive we want to set our own process group forJeremy Allison1-0/+9
2001-12-29Fixup -i interactive modes.Jeremy Allison1-6/+12
2001-12-29passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce1-1/+2
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-20check for a winbindd username when doing a kerberos authAndrew Tridgell1-0/+11
2001-12-20Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison1-5/+7
2001-12-20don't use server_info after its been freedAndrew Tridgell1-2/+4
2001-12-20support "map to guest" with spnegoAndrew Tridgell1-21/+43
2001-12-20fixed long filenames on win98Andrew Tridgell1-1/+3