summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-3/+6
2001-06-21Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually doesAndrew Tridgell2-26/+30
2001-06-21Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>,Jeremy Allison2-8/+7
2001-06-20Fixed W2K SP2 joining a Samba PDC hosted domain.Jeremy Allison1-1/+1
2001-06-20added a close-share smbcontrol message that forcibly closes a share in smbd (...Andrew Tridgell3-0/+41
2001-06-19Extra debug in open.c, fix for bad debug message in reply.cJeremy Allison2-3/+3
2001-06-19Set support for info levels...Jeremy Allison1-20/+14
2001-06-18Best-effort so far implementation of new W2K info levels.Jeremy Allison1-0/+148
2001-06-15Be sure to not use strlen with NULL pointer.Simo Sorce1-1/+2
2001-06-14Fixed some return code checks for cli_initialise() from False to NULL.Tim Potter1-1/+1
2001-06-12Removed commented out msdfs code that was being called anyway.Tim Potter1-2/+0
2001-06-12lib/util_getent.c: removed debug code.Jeremy Allison1-4/+49
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison10-36/+70
2001-06-08Log tdb failures.Jeremy Allison1-2/+6
2001-06-08Extra stuff for large readwrite support.Jeremy Allison1-1/+2
2001-06-08Correctly make max pathlength 255.Jeremy Allison1-1/+1
2001-06-05Set correct reply word in large writeX (greater than 64k) replies.Jeremy Allison1-2/+5
2001-06-05Deal with incorrect large writes from old NT4.x clients.Jeremy Allison1-1/+5
2001-06-04use LDSHFLAGS not -shared in several placesAndrew Tridgell1-1/+1
2001-06-01Added *.po to .cvsignore files.Tim Potter1-0/+1
2001-05-31Fix debug statement so it doesn't use lp_workgroup() either.Jeremy Allison1-1/+1
2001-05-30use the new tdb_open_log() fn on connections databaseAndrew Tridgell1-1/+1
2001-05-25i18n fix for domain_client_validate()Tim Potter1-1/+1
2001-05-25return an error code on password attack, rather than exiting.Andrew Tridgell1-4/+7
2001-05-25Added tdb_change_int_atomic() to allow atomic updates of a tdb int value.Jeremy Allison2-11/+9
2001-05-24Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison3-7/+8
2001-05-23Added tdb_errstr() messages so we can see if these functions fail.Jeremy Allison1-3/+10
2001-05-23This is *very* cool. I'm pretty convinced we can just set theJeremy Allison1-0/+1
2001-05-22Defensive brlock and locking database cleaning code.Jeremy Allison1-42/+40
2001-05-17Fixes to get pam_auth() functionality working again.Tim Potter2-11/+12
2001-05-17groupdb/mapping.c: Fix gcc compiler warning.Jeremy Allison1-20/+28
2001-05-15Check sizes of data entries in connections.tdb before deciding they're crecs...Jeremy Allison1-0/+3
2001-05-15make the max_connections code less horrendously inefficientAndrew Tridgell1-23/+9
2001-05-14tdb_traverse returns number of records, not zero, on success.Jeremy Allison1-2/+14
2001-05-14Implemented max connections in a similar way to 2.0.x (scan of connection db).Jeremy Allison1-5/+83
2001-05-12statcache initialisation fixAndrew Tridgell1-5/+5
2001-05-12Now we're doing the substituion in the lp_string code remove the erroneousJeremy Allison1-5/+0
2001-05-10Fixed nasty little bug found by Gerald where we were corrupting the modeJeremy Allison1-2/+15
2001-05-10Made "security XXX" masks apply to ACL set. By default they have no effect.Jeremy Allison1-29/+19
2001-05-08More compiler warning fixes.Tim Potter2-4/+4
2001-05-08Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stopJeremy Allison1-0/+10
2001-05-07Fix for bad profile perms. Ensure r on files and rwx on directories.Jeremy Allison1-8/+28
2001-05-07Patch from Simo:Gerald Carter4-21/+21
2001-05-06Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thoughtJeremy Allison1-70/+77
2001-05-04Big cleanup of passdb and backends.Jean-François Micouleau4-64/+80
2001-05-04merge from 2.2 in password_ok() to ensure that we check theGerald Carter1-1/+1
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-0/+6
2001-05-02Had to add a "pam password change" parameter (defaults to "off") and inlinedJeremy Allison1-54/+42
2001-04-30Based on an original PAM patch by Andrew Bartlett, re-written by me toJeremy Allison3-37/+48
2001-04-28- fixed some compiler warningsAndrew Tridgell1-2/+2