summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+2
* Kill off the old varient of 'check_plaintext_password' (new version justAndrew Bartlett2002-01-202-103/+28
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-203-14/+18
* This patch makes the 'winbind use default domain' code interact better withAndrew Bartlett2002-01-201-1/+1
* Ensure identical between 2.2.3 and 3.0 - no need for difference here..Jeremy Allison2002-01-201-1/+0
* Fix file size calculations for write cache code.Jeremy Allison2002-01-201-5/+41
* Attempt to fix bugs in write cache code (yes I know it's going away :-).Jeremy Allison2002-01-202-3/+21
* Report write fail in smb_dump.Jeremy Allison2002-01-191-1/+3
* Ensure (C) message is output on startup.Jeremy Allison2002-01-181-2/+2
* A nice *big* change to the fundemental way we do things.Andrew Bartlett2002-01-174-18/+25
* don't use O_NONBLOCK in open(). This was added erroneously for kernelAndrew Tridgell2002-01-171-4/+0
* Separate out get_user_home_dir() from get_user_home_service_dir().Jeremy Allison2002-01-161-2/+2
* Fixup error mapping so we have only one table containing errno -> dos error -...Jeremy Allison2002-01-161-38/+14
* Roll back PSTRING_SANCTIFY patch; just leave non-controversial typeMartin Pool2002-01-161-16/+23
* Roll back PSTR insertion.Martin Pool2002-01-161-23/+21
* Convert to the new pstring interface. This diff is a pretty goodMartin Pool2002-01-151-26/+29
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-143-27/+14
* Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>.Andrew Bartlett2002-01-121-0/+1
* Added the O_NOFOLLOW flag if follow symlinks is set off.Jeremy Allison2002-01-121-0/+6
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-115-55/+55
* fixed a crash in merge_aces()Andrew Tridgell2002-01-111-0/+1
* Make this error match Win2k.Andrew Bartlett2002-01-111-1/+1
* Back out the crazy notion that the NTLMSSP flags actually mean anything...Andrew Bartlett2002-01-111-1/+12
* First part of UNIX extensions (#ifdefed out) more to follow.Jeremy Allison2002-01-102-2/+170
* Getting ready to add UNIX extensions in HEAD also.Jeremy Allison2002-01-102-0/+32
* Add two more memory-debug smbcontrol messages: these ones shouldMartin Pool2002-01-091-0/+1
* Better explanation message for dmalloc.Martin Pool2002-01-093-7/+7
* Add UNUSED(paramname) macro to be used in parameter lists, to quietenMartin Pool2002-01-091-1/+2
* Fixed up atomic update code.Jeremy Allison2002-01-092-4/+4
* Get this code back to where it belongs...Andrew Bartlett2002-01-061-7/+7
* Some more SPNEGO fixes.Andrew Bartlett2002-01-061-1/+1
* Fix up the SPNEGO segfault.Andrew Bartlett2002-01-051-2/+2
* I've decided to move the auth code around a bit more...Andrew Bartlett2002-01-054-76/+94
* Missed error return is can_rename fails.Jeremy Allison2002-01-041-0/+1
* Re-wrote the guts of the rename_internals code to cope with a reportedJeremy Allison2002-01-043-41/+102
* Ensure modtime is set correctly on destination files in copy command.Jeremy Allison2002-01-031-0/+4
* Fix talloc msg registrationMartin Pool2002-01-031-1/+1
* smbd children should also register for POOL_USAGEMartin Pool2002-01-031-0/+1
* smbd should register to receive MSG_REQ_POOL_USAGE. Response shouldMartin Pool2002-01-031-0/+1
* debug statement fixups.Jeremy Allison2002-01-021-5/+0
* Actually enforce the passdb API.Andrew Bartlett2002-01-021-1/+1
* A farily large commit:Andrew Bartlett2002-01-011-0/+152
* - portablitity fixes for cc -64 on irixAndrew Tridgell2001-12-311-1/+1
* When running interactive we want to set our own process group forJeremy Allison2001-12-301-0/+9
* Fixup -i interactive modes.Jeremy Allison2001-12-291-6/+12
* passing NULL to print_queue_status()'s status parameter could end in a segfaultSimo Sorce2001-12-291-1/+2
* moving SAM_ACCOUNT to include a bit field for initializedGerald Carter2001-12-271-8/+8
* Add an output parameter to message_send_all that says how manyMartin Pool2001-12-211-1/+1
* check for a winbindd username when doing a kerberos authAndrew Tridgell2001-12-201-0/+11
* Removed global debugf. Replaced with lp_set_logfile(name).Jeremy Allison2001-12-201-5/+7