Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Added patches to remove Linux specific XFS ACLs. These are now handled by the | Jeremy Allison | 2001-06-18 | 8 | -323/+5 | |
| | | | | | | | | | | | | | | | | | | generic Linux ACL code. rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created. Jeremy. | |||||
| * | | Fixes backported from HEAD to get rid of gethostbyname stuff. | Jeremy Allison | 2001-06-18 | 5 | -626/+574 | |
| | | | | | | | | | | | | | | | | | | Added "Jim McDonough" <jmcd@us.ibm.com> fixes for directory ACL get/set from Win9x. Jeremy. | |||||
| * | | Modified version of Jim's 0x27 and 0x28 Win9x Secdesc patch. | Jeremy Allison | 2001-06-16 | 5 | -0/+331 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Jim McDonough's parse patches for Win9x get SD calls. | Jeremy Allison | 2001-06-15 | 3 | -547/+660 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed typo spotted by "Jim McDonough" <jmcd@us.ibm.com>... | Jeremy Allison | 2001-06-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix from Joe Doran <joed@interlude.eu.org>, check cli_init...() for NULL | Jeremy Allison | 2001-06-15 | 4 | -4/+4 | |
| | | | | | | | | | | | | | | | not False. Jeremy. | |||||
| * | | Added Tim's pwlen fix for parse_samr. This NEEDS TESTING with WntSP1-6 and | Jeremy Allison | 2001-06-15 | 2 | -0/+8 | |
| | | | | | | | | | | | | | | | W2Ksp1-2 before ship..... Jeremy. | |||||
| * | | Null hostname fix from HEAD. | Jeremy Allison | 2001-06-15 | 1 | -1/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Make message receive fn static. | Jeremy Allison | 2001-06-13 | 2 | -3/+4 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Merge of Tim's fix. | Jeremy Allison | 2001-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fix from TAKAHASHI Motonobu <monyo@samba.gr.jp> for multibyte conversion | Jeremy Allison | 2001-06-12 | 1 | -30/+16 | |
| | | | | | | | | | | | | | | | problems. Jeremy. | |||||
| * | | Fixed a small damn syntax error in libsmbclient.c | Richard Sharpe | 2001-06-12 | 1 | -1/+1 | |
| | | | ||||||
| * | | lib/util_getent.c: removed debug code. | Jeremy Allison | 2001-06-12 | 2 | -9/+51 | |
| | | | | | | | | | | | | | | | | | | smbd/posix_acls.c: Attempt to fix the "lose default acl" problem in Solaris. Needs testing. Jeremy. | |||||
| * | | Found & fixed memory bug. num+1 * sizeof(x) != (num+1)*sizeof(x)........ | Jeremy Allison | 2001-06-11 | 1 | -10/+35 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Fixed free of NULL found by SGI speedshop. | Jeremy Allison | 2001-06-11 | 1 | -1/+2 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Still trying to track down this incredebly intransigent memory free bug... | Jeremy Allison | 2001-06-11 | 2 | -13/+19 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Makethe generic init script use /usr/local/samba/bin | Gerald Carter | 2001-06-09 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | (i know no packaging uses this, but it makes a good generic init script when installaing from source) | |||||
| * | | Fixed typo in Solaris & UnixWare ACLs. | Jeremy Allison | 2001-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | *Wonderful* patch from Andrew Bartlett that will help ensure tdb's are | Jeremy Allison | 2001-06-09 | 11 | -81/+89 | |
| | | | | | | | | | | | | | | | cleaned on clients abending connections. Thanks Andrew ! Jeremy. | |||||
| * | | Changed all tdb_open()'s to tdb_open_log()'s. As HEAD. | Jeremy Allison | 2001-06-08 | 16 | -23/+23 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | IRIX has the acl_delete_def_file call | Herb Lewis | 2001-06-08 | 1 | -0/+5 | |
| | | | ||||||
| * | | Log tdb failures. | Jeremy Allison | 2001-06-08 | 1 | -2/+6 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | AIX has no default acls. | Jeremy Allison | 2001-06-08 | 1 | -0/+6 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added sys_acl_delete_def_file for UnixWare and Solaris from | Jeremy Allison | 2001-06-08 | 1 | -12/+52 | |
| | | | | | | | | | | | | | | | Michael Davidson <michael_davidson@pacbell.net>. Jeremy. | |||||
| * | | Added sys_acl_delete_def_file() - needed as part of NT ACL editing fix. | Jeremy Allison | 2001-06-08 | 2 | -560/+574 | |
| | | | | | | | | | | | | | | | | | | Will add changes for other supported ACL systems shortly (Herb, I may need help with the IRIX one). Jeremy. | |||||
| * | | updated the link to the Samba Team web page. | Gerald Carter | 2001-06-08 | 2 | -2/+5 | |
| | | | | | | | | | | | | | | | Also added notice of where to fund documentation on the pam_smbpass module | |||||
| * | | sync up with Tim's changes to head | Gerald Carter | 2001-06-08 | 3 | -12/+33 | |
| | | | ||||||
| * | | Forgot to remove jradebug... | Jeremy Allison | 2001-06-08 | 1 | -4/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Extra stuff for large readwrite support. | Jeremy Allison | 2001-06-08 | 4 | -549/+560 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Added Simo's get groups code. Added getconf flags for 64 bit file access on ↵ | Jeremy Allison | 2001-06-06 | 6 | -561/+579 | |
| | | | | | | | | | | | | | | | | | | RH7.1. Jeremy. | |||||
| * | | Added Tim's fixes for dynamic samr calls. Raised max component limit to 256. | Jeremy Allison | 2001-06-06 | 5 | -26/+50 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | Set correct reply word in large writeX (greater than 64k) replies. | Jeremy Allison | 2001-06-05 | 3 | -3/+61 | |
| | | | | | | | | | | | | | | | Also added smbtorture test for this. Jeremy. | |||||
| * | | Deal with incorrect large writes from old NT4.x clients. | Jeremy Allison | 2001-06-05 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | We still need to set the large write reply correctly. Jeremy. | |||||
| * | | Merge of I18N fix from HEAD. | Jeremy Allison | 2001-06-05 | 1 | -9/+18 | |
| | | | | | | | | | | | | Jeremy. | |||||
| * | | SAMBA_2_2 compiles now.... | Gerald Carter | 2001-06-01 | 1 | -1/+1 | |
| | | | ||||||
| * | | sync with HEAD | Gerald Carter | 2001-06-01 | 1 | -6/+0 | |
| | | | ||||||
| * | | merge from HEAD | Gerald Carter | 2001-06-01 | 3 | -4/+4 | |
| | | | ||||||
| * | | Updating PAM config file missed previously. | John Terpstra | 2001-05-31 | 1 | -4/+11 | |
| | | | ||||||
| * | | go back to next_command() instead of next_token() when parsing | Gerald Carter | 2001-05-31 | 1 | -12/+28 | |
| | | | | | | | | | | | | -c "..." | |||||
| * | | sync'in up with HEAD | Gerald Carter | 2001-05-31 | 7 | -71/+610 | |
| | | | ||||||
| * | | couple of minor typos. | Gerald Carter | 2001-05-31 | 2 | -3/+1 | |
| | | | ||||||
| * | | Added Simo's new files - prepare for merge from HEAD. | Jeremy Allison | 2001-05-31 | 0 | -0/+0 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | preparing for release of 2.2.0a | Samba Release Account | 2001-06-23 | 66 | -67/+67 | |
| | | | ||||||
* | | | Log debug message before and after so we know if netbios names were changed. | Jeremy Allison | 2001-06-23 | 1 | -0/+3 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Updated to mention new features will be in 2.2.1 - this is a security fix | Jeremy Allison | 2001-06-23 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | only. Jeremy. | |||||
* | | | Updated with security advisory message. | Jeremy Allison | 2001-06-23 | 1 | -2/+96 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Updated lib/access.c for allow/deny fix. | Jeremy Allison | 2001-06-23 | 1 | -24/+25 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Added other_safe_chars to alpha_strcpy(). Better fix for problem. | Jeremy Allison | 2001-06-23 | 6 | -461/+492 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Get ready for fix release. | Jeremy Allison | 2001-06-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | Jeremy. | |||||
* | | | Better fix for client name vulnarability. | Jeremy Allison | 2001-06-23 | 1 | -0/+2 | |
| | | | | | | | | | | | | Jeremy. |