Age | Commit message (Expand) | Author | Files | Lines |
2001-06-23 | Added other_safe_chars to alpha_strcpy(). Needs testing but is a better | Jeremy Allison | 2 | -4/+4 |
2001-06-23 | Better fix for client name vulnarability. | Jeremy Allison | 1 | -0/+2 |
2001-06-22 | Fixed logic bug in timeout processing spotted by Ying Chen <ying@almaden.ibm.... | Jeremy Allison | 1 | -1/+1 |
2001-06-22 | added the ability to test smbd safely as an ordinary user. The way it works is | Andrew Tridgell | 1 | -0/+2 |
2001-06-22 | Andrew - please look this over. I've fixed a long standing (maybe 4-5 | Jeremy Allison | 2 | -137/+164 |
2001-06-21 | next_token() was supposed to be a reentrant replacement for strtok(), | Andrew Tridgell | 1 | -3/+6 |
2001-06-21 | Added STR_NOALIGN flags to clistr and srvstr fns. Yes, NT actually does | Andrew Tridgell | 2 | -26/+30 |
2001-06-21 | Following info from TAKAHASHI Motonobu <monyo@samba.gr.jp>, | Jeremy Allison | 2 | -8/+7 |
2001-06-20 | Fixed W2K SP2 joining a Samba PDC hosted domain. | Jeremy Allison | 1 | -1/+1 |
2001-06-20 | added a close-share smbcontrol message that forcibly closes a share in smbd (... | Andrew Tridgell | 3 | -0/+41 |
2001-06-19 | Extra debug in open.c, fix for bad debug message in reply.c | Jeremy Allison | 2 | -3/+3 |
2001-06-19 | Set support for info levels... | Jeremy Allison | 1 | -20/+14 |
2001-06-18 | Best-effort so far implementation of new W2K info levels. | Jeremy Allison | 1 | -0/+148 |
2001-06-15 | Be sure to not use strlen with NULL pointer. | Simo Sorce | 1 | -1/+2 |
2001-06-14 | Fixed some return code checks for cli_initialise() from False to NULL. | Tim Potter | 1 | -1/+1 |
2001-06-12 | Removed commented out msdfs code that was being called anyway. | Tim Potter | 1 | -2/+0 |
2001-06-12 | lib/util_getent.c: removed debug code. | Jeremy Allison | 1 | -4/+49 |
2001-06-09 | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 10 | -36/+70 |
2001-06-08 | Log tdb failures. | Jeremy Allison | 1 | -2/+6 |
2001-06-08 | Extra stuff for large readwrite support. | Jeremy Allison | 1 | -1/+2 |
2001-06-08 | Correctly make max pathlength 255. | Jeremy Allison | 1 | -1/+1 |
2001-06-05 | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 1 | -2/+5 |
2001-06-05 | Deal with incorrect large writes from old NT4.x clients. | Jeremy Allison | 1 | -1/+5 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -1/+1 |
2001-06-01 | Added *.po to .cvsignore files. | Tim Potter | 1 | -0/+1 |
2001-05-31 | Fix debug statement so it doesn't use lp_workgroup() either. | Jeremy Allison | 1 | -1/+1 |
2001-05-30 | use the new tdb_open_log() fn on connections database | Andrew Tridgell | 1 | -1/+1 |
2001-05-25 | i18n fix for domain_client_validate() | Tim Potter | 1 | -1/+1 |
2001-05-25 | return an error code on password attack, rather than exiting. | Andrew Tridgell | 1 | -4/+7 |
2001-05-25 | Added tdb_change_int_atomic() to allow atomic updates of a tdb int value. | Jeremy Allison | 2 | -11/+9 |
2001-05-24 | Fixup the large_writex problem (a large_writex can send a full 64k of data, | Jeremy Allison | 3 | -7/+8 |
2001-05-23 | Added tdb_errstr() messages so we can see if these functions fail. | Jeremy Allison | 1 | -3/+10 |
2001-05-23 | This is *very* cool. I'm pretty convinced we can just set the | Jeremy Allison | 1 | -0/+1 |
2001-05-22 | Defensive brlock and locking database cleaning code. | Jeremy Allison | 1 | -42/+40 |
2001-05-17 | Fixes to get pam_auth() functionality working again. | Tim Potter | 2 | -11/+12 |
2001-05-17 | groupdb/mapping.c: Fix gcc compiler warning. | Jeremy Allison | 1 | -20/+28 |
2001-05-15 | Check sizes of data entries in connections.tdb before deciding they're crecs... | Jeremy Allison | 1 | -0/+3 |
2001-05-15 | make the max_connections code less horrendously inefficient | Andrew Tridgell | 1 | -23/+9 |
2001-05-14 | tdb_traverse returns number of records, not zero, on success. | Jeremy Allison | 1 | -2/+14 |
2001-05-14 | Implemented max connections in a similar way to 2.0.x (scan of connection db). | Jeremy Allison | 1 | -5/+83 |
2001-05-12 | statcache initialisation fix | Andrew Tridgell | 1 | -5/+5 |
2001-05-12 | Now we're doing the substituion in the lp_string code remove the erroneous | Jeremy Allison | 1 | -5/+0 |
2001-05-10 | Fixed nasty little bug found by Gerald where we were corrupting the mode | Jeremy Allison | 1 | -2/+15 |
2001-05-10 | Made "security XXX" masks apply to ACL set. By default they have no effect. | Jeremy Allison | 1 | -29/+19 |
2001-05-08 | More compiler warning fixes. | Tim Potter | 2 | -4/+4 |
2001-05-08 | Patch from ackley@cs.unm.edu to clear server_fd/client_fd in root daemon to stop | Jeremy Allison | 1 | -0/+10 |
2001-05-07 | Fix for bad profile perms. Ensure r on files and rwx on directories. | Jeremy Allison | 1 | -8/+28 |
2001-05-07 | Patch from Simo: | Gerald Carter | 4 | -21/+21 |
2001-05-06 | Patch from David_Tiller@ccnotes.ccity.com finally applied now I've thought | Jeremy Allison | 1 | -70/+77 |
2001-05-04 | Big cleanup of passdb and backends. | Jean-François Micouleau | 4 | -64/+80 |