summaryrefslogtreecommitdiffstats
path: root/source/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* More compiler warning fixes.Tim Potter2001-05-082-4/+4
* Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison2001-05-081-0/+10
* Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison2001-05-071-8/+28
* Patch from Simo:Gerald Carter2001-05-074-21/+21
* Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison2001-05-061-70/+77
* Big cleanup of passdb and backends.Jean-François Micouleau2001-05-044-64/+80
* merge from 2.2 in password_ok() to ensure that we check theGerald Carter2001-05-041-1/+1
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-0/+6
* Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison2001-05-021-54/+42
* Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison2001-04-303-37/+48
* - fixed some compiler warningsAndrew Tridgell2001-04-281-2/+2
* - added test for vasprintfAndrew Tridgell2001-04-281-12/+0
* use asprintf for hideunreadable optionAndrew Tridgell2001-04-281-14/+8
* rpcclient/rpcclient.c: Non-void return in void function.Jeremy Allison2001-04-281-1/+3
* More debug %d -> %u issues.Jeremy Allison2001-04-271-8/+3
* Tidy up args to DEBUG Statements - found by gcc on Solaris.Jeremy Allison2001-04-272-6/+8
* Fixes for problems in NFS server code from Michael Gerdts <Michael.Gerdts@usa...Jeremy Allison2001-04-271-23/+41
* Fix from matthew.hart@veritas.com - bad error return from linux_oplock_receiv...Jeremy Allison2001-04-271-2/+2
* Sync with default perm changes in 2.2.Jeremy Allison2001-04-251-27/+122
* Fixed memory leak in new session code.Jeremy Allison2001-04-231-0/+3