Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge of printer security descriptor, info level and printerdata | Tim Potter | 2000-11-07 | 3 | -95/+426 | |
| | | | | comparison changes from appliance branch. | |||||
* | 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 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. | |||||
* | Fixes for sample VFS audit code from "Brad Sahr" <bsahr@macromedia.com>. | Jeremy Allison | 2000-11-06 | 3 | -106/+196 | |
| | | | | Jeremy. | |||||
* | Added documentation for printer-notify smbcontrol command. | Tim Potter | 2000-11-05 | 3 | -40/+54 | |
| | ||||||
* | Merge from Tim - don't reinsert UNIX job if already exists. | Jeremy Allison | 2000-11-04 | 1 | -0/+8 | |
| | | | | Jeremy. | |||||
* | Fix some compiler warnings. | Tim Potter | 2000-11-04 | 1 | -6/+6 | |
| | ||||||
* | Merge of printing improvements/fixes from appliance branch. | Tim Potter | 2000-11-04 | 1 | -1/+60 | |
| | ||||||
* | Fix for admin user being ignored. | Jeremy Allison | 2000-11-04 | 1 | -0/+1 | |
| | | | | Jeremy. | |||||
* | Sync up with Tim's changes in applience-head for SACLs. | Jeremy Allison | 2000-11-04 | 1 | -49/+44 | |
| | | | | Jeremy. | |||||
* | Added Using Samba book reference back into welcome page. | 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 and general description | Gerald Carter | 2000-11-01 | 1 | -1/+46 | |
| | | | | jerry | |||||
* | Added a authentication hook to smbwrapper which allows a (username, | Tim Potter | 2000-11-01 | 2 | -11/+56 | |
| | | | | workgroup, password) tuple to be provided by another function. | |||||
* | Added smbsh to list of ignored files. | Tim Potter | 2000-11-01 | 1 | -0/+1 | |
| | ||||||
* | Merge of comment repair. | Tim Potter | 2000-10-30 | 1 | -8/+8 | |
| | ||||||
* | 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 | 1 | -0/+2 | |
| | | | | Jeremy. | |||||
* | proto.h was out of date. | Tim Potter | 2000-10-29 | 1 | -353/+353 | |
| | ||||||
* | 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. | |||||
* | David Lee's utmp patch (finally). Thanks David ! | Jeremy Allison | 2000-10-28 | 5 | -90/+625 | |
| | | | | 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. | |||||
* | 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. | |||||
* | Added John Reillys patch for error code returns from ↵ | Jeremy Allison | 2000-10-26 | 3 | -7/+10 | |
| | | | | | | | clean_up_printer_driver_strunct() calls. Jeremy. | |||||
* | Sorry JF - no billable hours :-). I fixed the "stream of events" problem | Jeremy Allison | 2000-10-26 | 4 | -22/+49 | |
| | | | | | | | | | with PCL drivers. The problem was we were updating the changeid on every SETPRINTERDATA/DELETEPRINTERDATA call. We should not do this, we should just update the 'setprinter' called count. We update the changeid on calls to SETPRINTER/ADDPRINTER/ADDPRINTEREX etc. Also fixed the correct returning of the create time on printers. Jeremy. | |||||
* | TDB password backend support written by Simo Sorce <simo.sorce@polimi.it> | Gerald Carter | 2000-10-26 | 10 | -652/+1324 | |
| | | | | | | | | | | Marked as an experimental compile time option (defaults to off) for now. jerry | |||||
* | Even when looking up a users groups via winbindd even if the lookup for | Jeremy Allison | 2000-10-25 | 1 | -2/+2 | |
| | | | | | | | | the list of groups a user is in succeeds via winbind, we must allow the lookup of the group name -> gid we are checking if the user is a member of to go via winbind or /etc/group - as it may be a group on the local box we are checking against. This is a subtle one..... Jeremy. | |||||
* | We already have a perfectly good next_token() function we should be using | Jeremy Allison | 2000-10-25 | 1 | -6/+3 | |
| | | | | | | | instead of strtok - this fixes a bug with NT users with spaces in their names when using winbindd. Needs to be added to the other parse_lpXX functions (currently only added to lprng parsing code). Jeremy. | |||||
* | Fix for uidtoname not returning DOMAIN\name but just name. This caused | Jeremy Allison | 2000-10-25 | 1 | -2/+9 | |
| | | | | | printer_access_check to break in a domain environment. Jeremy. | |||||
* | John Reilly @ HP (who is a wonderful human being and *definately* needs | Jeremy Allison | 2000-10-25 | 3 | -56/+189 | |
| | | | | | | | | CVS commit access :-) has written a simple routine that peeks inside the MS PE printer driver file format and can tell if a driver is W2K or NT4.x. So we can now correctly return the driver version number. Hurrah ! JF - this is the code you always wanted ..... :-) :-). Jeremy. | |||||
* | added some clarifications. | Gerald Carter | 2000-10-25 | 1 | -5/+22 | |
| | | | | jerry | |||||
* | Removed erroneous +1's on length of unicode domain names for various | Tim Potter | 2000-10-25 | 1 | -2/+2 | |
| | | | | functions in the \\lsarpc pipe. | |||||
* | Yeah - not setting getwd_cache to True as default, that'd do it for a 5x | Jeremy Allison | 2000-10-24 | 1 | -1/+1 | |
| | | | | | | performance hit..... :-) :-). Jeremy. PS. Yes this was my fault for everyone who wants to throw rotten fruit... | |||||
* | Small change to process of joining a domain with samedit. | Tim Potter | 2000-10-22 | 3 | -3/+6 | |
| | ||||||
* | Fixes from David Lee for utmp handling. | Jeremy Allison | 2000-10-21 | 4 | -495/+1137 | |
| | | | | Jeremy. | |||||
* | Fix for vfs_fstat() crash with new stat code. | Jeremy Allison | 2000-10-20 | 1 | -0/+3 | |
| | | | | Jeremy. | |||||
* | Merge from appliance-head | Tim Potter | 2000-10-20 | 1 | -1/+5 | |
| | ||||||
* | Fixed missing bracket on debug statement. | Tim Potter | 2000-10-19 | 1 | -1/+1 | |
| | ||||||
* | Ok - this is a big patch - and it may break smbd a bit (although | Jeremy Allison | 2000-10-19 | 9 | -234/+207 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | I hope not). If you encounter strange file-serving behavior after this patch then back it out. I analysed our stat() usage and realised we were doing approx. 3 stat calls per open, and 2 per getattr/setattr. This patch should fix all that. It causes the stat struct returned from unix_convert() (which now *must* be passed a valid SMB_STRUCT_STAT pointer) to be passed through into the open code. This should prevent the multiple stats that were being done so as not to violate layer encapsulation in the API's. Herb - if you could run a NetBench test with this code and do a padc/par syscall test and also run with the current 2.2.0 code and test the padc/par syscalls I'd appreciate it - you should find the number of stat calls reduced - not sure by how much. The patch depends on unix_convert() actually finding the file and returning a stat struct, or returning a zero'd out stat struct if the file didn't exist. I believe we can guarentee this to be the case - I just wasn't confident enough to make this an assertion before. Ok ok - I did write this whilst at the Miami conference..... sometimes you get a little free time at these things :-). Jeremy. | |||||
* | Removed null user checks to enable lanman print queue pausing and print job | Tim Potter | 2000-10-18 | 1 | -4/+0 | |
| | | | | deleting. | |||||
* | Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pause | Tim Potter | 2000-10-18 | 1 | -4/+4 | |
| | | | | or resume a print queue. | |||||
* | Bug report that on some systems extended characters are being returned as | Christopher R. Hertel | 2000-10-18 | 1 | -1/+2 | |
| | | | | | | | | | | | negative values from the mygetc() function. I've modified the return line so that it should return values in the 0..255 range for legitimate characters. This change should probably be copied into SAMBA_2_2 but I haven't checked that tree out yet. Chris -)----- | |||||
* | Merge of rpc parse buffer underflow debug code. | Tim Potter | 2000-10-18 | 1 | -0/+19 | |
| | ||||||
* | Fixes for io_q_setprinter rpc parsing. | Tim Potter | 2000-10-18 | 1 | -0/+10 | |
| | ||||||
* | Added documentation for winbind enum users and winbind enum groups | Tim Potter | 2000-10-17 | 3 | -0/+73 | |
| | | | | configuration parameters. | |||||
* | get rid of $Revision string - sync with 2.2 branch | Herb Lewis | 2000-10-16 | 2 | -3/+0 | |
| |