Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add back tests/crypttest.c so that we can check for truncated crypt on those | Richard Sharpe | 2000-11-12 | 1 | -0/+74 | |
| | | | | | | | | | | | | | | systems that it is relevant for and we avoid setting if for those systems that it is not true for. Next to add a test for MD5-capable crypt as well. | |||||
* | | Back out that last change to configure because it was wrong, and because | Richard Sharpe | 2000-11-12 | 1 | -18/+1 | |
| | | | | | | | | it might not be the best one ... | |||||
* | | Add come configure code to configure for PAM if the PAM library can be found. | Richard Sharpe | 2000-11-12 | 1 | -1/+18 | |
| | | | | | | | | | | Not sure if this will do the right things if the user explicetly asked for --without-pam. | |||||
* | | Tim Potters lockdb fixes. | Jeremy Allison | 2000-11-11 | 1 | -3/+18 | |
| | | | | | | | | Jeremy. | |||||
* | | add new profilelevel command to man page | Herb Lewis | 2000-11-10 | 3 | -41/+52 | |
| | | ||||||
* | | add message to query profile status | Herb Lewis | 2000-11-10 | 3 | -0/+68 | |
| | | ||||||
* | | add blurb about profiling stuff and pcp agent | Herb Lewis | 2000-11-10 | 1 | -0/+31 | |
| | | ||||||
* | | don't send messages to invalid connections | Herb Lewis | 2000-11-10 | 1 | -0/+1 | |
| | | | | | | | | | | Jeremy and Andrew can you look and see if this has any other side effects as I'm not all that confident that I fully understand the tdb stuff. | |||||
* | | Sync up with HEAD with various fixes. | Jeremy Allison | 2000-11-10 | 12 | -209/+272 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lib/interface.c: Don't memcmp -1 length. printing/nt_printing.c: Use getpwuid not getsmbpwuid. Canonicalize names. printing/printing.c: TimP print job fixes. rpc_parse/parse_misc.c: Zero out unicode strings. rpc_parse/parse_spoolss.c: #ifdefed comment for pre-release W2K systems. rpc_server/srv_spoolss_nt.c: Canonicalize names. smbd/lanman.c: TimP print job fixes. smbwrapper/smbw.c smbwrapper/smbw.h: Updates for envvars. tdb/tdbutil.c: varargs passes uint16 as int. utils/nmblookup.c: Bool values used correctly. Jeremy. | |||||
* | | merge from HEAD | Gerald Carter | 2000-11-10 | 1 | -3/+26 | |
| | | | | | | | | jerry | |||||
* | | add INFO: to debug message printed by set debug level message | Herb Lewis | 2000-11-10 | 2 | -2/+5 | |
| | | | | | | | | clearer messages for set profiling options messages | |||||
* | | minor update to help file | Herb Lewis | 2000-11-09 | 1 | -0/+15 | |
| | | ||||||
* | | perl script to autogenerate metrics.h file from profile.h | Herb Lewis | 2000-11-09 | 1 | -0/+63 | |
| | | ||||||
* | | restructure PCP metrics | Herb Lewis | 2000-11-09 | 5 | -2092/+171 | |
| | | ||||||
* | | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-11-07 | 5 | -111/+452 | |
| | | | | | | | | | | | | | | | | | | | | - fixes for printing error codes for pausing and resuming printer queues. (source/printing/printing.c) - Merge of Tim's printer security descriptor, info level, and printerdata comparison changes. (source/rpc_server/srv_spoolss_nt.c source/printing/nt_printing.c source/rpc_parse/parse_sec.c, source/include/proto.h) | |||||
* | | add smbcontrol to swat home page | Herb Lewis | 2000-11-07 | 1 | -0/+1 | |
| | | ||||||
* | | 64 bit fix from Uros Prestor <uros@turbolinux.com>. | Jeremy Allison | 2000-11-06 | 1 | -3/+3 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix to the "known/unknown user" difference patch from "Ron Alexander" ↵ | Jeremy Allison | 2000-11-06 | 1 | -0/+1 | |
| | | | | | | | | | | | | <rcalex@home.com>. Jeremy. | |||||
* | | Added suggestion for socket options for Linux. | John Terpstra | 2000-11-06 | 1 | -0/+2 | |
| | | ||||||
* | | Updated SPEC file for ia64 specifics. | John Terpstra | 2000-11-06 | 1 | -3/+15 | |
| | | ||||||
* | | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 2000-11-06 | 3 | -8/+24 | |
| | | | | | | | | | | versions don't match. Jeremy. | |||||
* | | Added a VFS version return to init call. Allows smbd to fail an init if | Jeremy Allison | 2000-11-06 | 1 | -1/+2 | |
| | | | | | | | | | | versions don't match. Jeremy. | |||||
* | | Merge of Tim's messaging & error fixes. | Jeremy Allison | 2000-11-06 | 1 | -6/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>. | Jeremy Allison | 2000-11-06 | 3 | -105/+195 | |
| | | | | | | | | Jeremy. | |||||
* | | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-11-06 | 5 | -54/+74 | |
| | | | | | | | | | | | | | | | | - merge printer-notify smbcontrol command, and docs (source/utils/smbcontrol.c docs/htmldocs/smbcontrol.1.html docs/manpages/smbcontrol.1 docs/yodldocs/smbcontrol.1.yo) - return ERROR_INVALID_FUNCTION rather than script exit code when script returns nonzero (source/rpc_server/srv_spoolss_nt.c) | |||||
* | | Back adding the swat po files from samba-2.0.7. | John Terpstra | 2000-11-05 | 3 | -0/+392 | |
| | | ||||||
* | | Added libnss_wins stuff, added quotas support, added new features like vfs, ↵ | John Terpstra | 2000-11-05 | 1 | -22/+38 | |
| | | | | | | | | msdfs. | |||||
* | | Fixed major typo! Where did my characters go? The lost story! | John Terpstra | 2000-11-05 | 1 | -5/+8 | |
| | | ||||||
* | | Update to prepare for release of 2.2.0 | John Terpstra | 2000-11-05 | 1 | -21/+38 | |
| | | ||||||
* | | Merge from Tim - don't reinsert UNIX job if already exists. | Jeremy Allison | 2000-11-04 | 1 | -0/+8 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding Tim's sort fixes for print queues. | Jeremy Allison | 2000-11-04 | 1 | -1/+60 | |
| | | | | | | | | Jeremy. | |||||
* | | Adding Tim's "shadowing global declaration" warning fixes. | Jeremy Allison | 2000-11-04 | 1 | -6/+6 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for admin user being ignored. | Jeremy Allison | 2000-11-04 | 1 | -0/+1 | |
| | | | | | | | | Jeremy. | |||||
* | | Sync up with Tim's changes in applience-head. | Jeremy Allison | 2000-11-04 | 1 | -49/+44 | |
| | | | | | | | | Jeremy. | |||||
* | | Fix for core dump when build with --with-vfs. Fix from Brad Sahr. | Jeremy Allison | 2000-11-03 | 1 | -3/+12 | |
| | | | | | | | | Jeremy. | |||||
* | | Added Using Samba book reference back after losing it from 2.0.7 release. | John Terpstra | 2000-11-02 | 1 | -6/+11 | |
| | | ||||||
* | | Remove CGI logging code. Make username / password lookups take | Jeremy Allison | 2000-11-01 | 1 | -29/+28 | |
| | | | | | | | | | | the same time. Jeremy. | |||||
* | | documentation update from HEAD | Gerald Carter | 2000-11-01 | 1 | -1/+48 | |
| | | ||||||
* | | merge of Simo's TDBPWD backend from HEAD | Gerald Carter | 2000-10-31 | 9 | -653/+729 | |
| | | | | | | | | jerry | |||||
* | | Changes from APPLIANCE_HEAD: | David O'Neill | 2000-10-31 | 1 | -8/+8 | |
| | | | | | | | | - fill in comments that didn't make sense | |||||
* | | Only use prs_uint8s on marshalling as we know we're little endian. On | Jeremy Allison | 2000-10-30 | 1 | -6/+18 | |
| | | | | | | | | | | unmarshalling use prs_uint16s. Yes this sucks :-). Jeremy. | |||||
* | | Fixed double btyte-swap problems with bigendian architectures. | Jeremy Allison | 2000-10-30 | 1 | -1/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Call standard_sub_advanced() after lp_logon_XX() calls. | Jeremy Allison | 2000-10-30 | 2 | -3/+2 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixing someone's problem where %U was not being substituted. | Richard Sharpe | 2000-10-30 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Not sure if this is the right fix ... Will take more code perusing than I have done so far, and may need to look things up in a vuid? Anyway, NET USE H: /HOME now works for Win9X clients ... Now for Win2K which does not work. One of the RPCs is not working. | |||||
* | | Patches from John Reilly @ HP for print job time bugs. | Jeremy Allison | 2000-10-29 | 1 | -6/+16 | |
| | | | | | | | | Jeremy. | |||||
* | | Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo ↵ | Jeremy Allison | 2000-10-28 | 1 | -4/+2 | |
| | | | | | | | | | | | | Research Lab. IBM-Japan. Co. Jp. Jeremy. | |||||
* | | Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David ! | Jeremy Allison | 2000-10-28 | 3 | -84/+610 | |
| | | | | | | | | Jeremy. | |||||
* | | Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. ↵ | Jeremy Allison | 2000-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | IBM-Japan. Co. Jp. Jeremy. | |||||
* | | Patch from Brad Sahr <bsahr@macromedia.com> for WITH_VFS. | Jeremy Allison | 2000-10-28 | 1 | -3/+3 | |
| | | | | | | | | Jeremy | |||||
* | | Rolled back find NetBIOS name of PDC/BDC code as a temp fix. This | Jeremy Allison | 2000-10-27 | 1 | -1/+60 | |
| | | | | | | | | | | code works :-). Jeremy. |