summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
* Always use DOMAIN\user first that this is the more specific case.Jeremy Allison2001-06-261-12/+17
* Remove warning about trapdoor systems for non-root mode.Andrew Bartlett2001-06-261-0/+4
* Fixed stupid typo that would stop trusted domains working.Jeremy Allison2001-06-251-4/+3
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-255-16/+16
* - make the regresison test mode code build in by default. This shouldAndrew Tridgell2001-06-251-11/+1
* Log debug before and after netbios names copied so we know if they've beenJeremy Allison2001-06-231-0/+3
* Added other_safe_chars to alpha_strcpy(). Needs testing but is a betterJeremy Allison2001-06-232-4/+4
* Better fix for client name vulnarability.Jeremy Allison2001-06-231-0/+2
* Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm....Jeremy Allison2001-06-221-1/+1
* added the ability to test smbd safely as an ordinary user. The way it works isAndrew Tridgell2001-06-221-0/+2
* Andrew - please look this over. I've fixed a long standing (maybe 4-5Jeremy Allison2001-06-222-137/+164
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-3/+6
* Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2001-06-212-26/+30
* Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2001-06-212-8/+7
* Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison2001-06-201-1/+1
* added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell2001-06-203-0/+41
* Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2001-06-192-3/+3
* Set support for info levels...Jeremy Allison2001-06-191-20/+14
* Best-effort so far implementation of new W2K info levels.Jeremy Allison2001-06-181-0/+148
* Be sure to not use strlen with NULL pointer.Simo Sorce2001-06-151-1/+2
* Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter2001-06-141-1/+1
* Removed commented out msdfs code that was being called anyway.Tim Potter2001-06-121-2/+0
* lib/util_getent.c: removed debug code.Jeremy Allison2001-06-121-4/+49
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-0910-36/+70
* Log tdb failures.Jeremy Allison2001-06-081-2/+6
* Extra stuff for large readwrite support.Jeremy Allison2001-06-081-1/+2
* Correctly make max pathlength 255.Jeremy Allison2001-06-081-1/+1
* Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison2001-06-051-2/+5
* Deal with incorrect large writes from old NT4.x clients.Jeremy Allison2001-06-051-1/+5
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Added *.po to .cvsignore files.Tim Potter2001-06-011-0/+1
* Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison2001-05-311-1/+1
* use the new tdb_open_log() fn on connections databaseAndrew Tridgell2001-05-301-1/+1
* i18n fix for domain_client_validate()Tim Potter2001-05-251-1/+1
* return an error code on password attack, rather than exiting.Andrew Tridgell2001-05-251-4/+7
* Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2001-05-252-11/+9
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-243-7/+8
* Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison2001-05-231-3/+10
* This is *very* cool. I'm pretty convinced we can just set theJeremy Allison2001-05-231-0/+1
* Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-221-42/+40
* Fixes to get pam_auth() functionality working again.Tim Potter2001-05-172-11/+12
* groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison2001-05-171-20/+28
* Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison2001-05-151-0/+3
* make the max_connections code less horrendously inefficientAndrew Tridgell2001-05-151-23/+9
* tdb_traverse returns number of records, not zero, on success.Jeremy Allison2001-05-141-2/+14
* Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison2001-05-141-5/+83
* statcache initialisation fixAndrew Tridgell2001-05-121-5/+5
* Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison2001-05-121-5/+0
* Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison2001-05-101-2/+15
* Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison2001-05-101-29/+19