summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed major typo! Where did my characters go? The lost story!John Terpstra2000-11-051-5/+8
|
* Update to prepare for release of 2.2.0John Terpstra2000-11-051-21/+38
|
* Merge from Tim - don't reinsert UNIX job if already exists.Jeremy Allison2000-11-041-0/+8
| | | | Jeremy.
* Adding Tim's sort fixes for print queues.Jeremy Allison2000-11-041-1/+60
| | | | Jeremy.
* Adding Tim's "shadowing global declaration" warning fixes.Jeremy Allison2000-11-041-6/+6
| | | | Jeremy.
* Fix for admin user being ignored.Jeremy Allison2000-11-041-0/+1
| | | | Jeremy.
* Sync up with Tim's changes in applience-head.Jeremy Allison2000-11-041-49/+44
| | | | Jeremy.
* Fix for core dump when build with --with-vfs. Fix from Brad Sahr.Jeremy Allison2000-11-031-3/+12
| | | | Jeremy.
* Added Using Samba book reference back after losing it from 2.0.7 release.John Terpstra2000-11-021-6/+11
|
* Remove CGI logging code. Make username / password lookups takeJeremy Allison2000-11-011-29/+28
| | | | | the same time. Jeremy.
* documentation update from HEADGerald Carter2000-11-011-1/+48
|
* merge of Simo's TDBPWD backend from HEADGerald Carter2000-10-319-653/+729
| | | | jerry
* Changes from APPLIANCE_HEAD:David O'Neill2000-10-311-8/+8
| | | | - fill in comments that didn't make sense
* Only use prs_uint8s on marshalling as we know we're little endian. OnJeremy Allison2000-10-301-6/+18
| | | | | unmarshalling use prs_uint16s. Yes this sucks :-). Jeremy.
* Fixed double btyte-swap problems with bigendian architectures.Jeremy Allison2000-10-301-1/+2
| | | | Jeremy.
* Call standard_sub_advanced() after lp_logon_XX() calls.Jeremy Allison2000-10-302-3/+2
| | | | Jeremy.
* Fixing someone's problem where %U was not being substituted.Richard Sharpe2000-10-301-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 Allison2000-10-291-6/+16
| | | | Jeremy.
* Another patch to fix cli_reestablish_connection from Kenichi Okuyama@Tokyo ↵Jeremy Allison2000-10-281-4/+2
| | | | | | Research Lab. IBM-Japan. Co. Jp. Jeremy.
* Added (finally!:-) David Lee's utmp patch for 2.2. Thanks David !Jeremy Allison2000-10-283-84/+610
| | | | Jeremy.
* Fixed silly bug in dup2 code found by Kenichi Okuyama@Tokyo Research Lab. ↵Jeremy Allison2000-10-281-1/+1
| | | | | | IBM-Japan. Co. Jp. Jeremy.
* Patch from Brad Sahr <bsahr@macromedia.com> for WITH_VFS.Jeremy Allison2000-10-281-3/+3
| | | | Jeremy
* Rolled back find NetBIOS name of PDC/BDC code as a temp fix. ThisJeremy Allison2000-10-271-1/+60
| | | | | code works :-). Jeremy.
* Added John Reillys patches to allow error returns from cleanup_driverstructJeremy Allison2000-10-263-7/+10
| | | | | calls. Jeremy
* Sorry JF - no billable hours :-). I fixed the "stream of events" problemJeremy Allison2000-10-264-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.
* This commit was manufactured by cvs2svn to create branch 'SAMBA_2_2'.cvs2svn Import User2000-10-261-0/+596
|\
| * TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter2000-10-2610-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 forJeremy Allison2000-10-251-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 usingJeremy Allison2000-10-251-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 causedJeremy Allison2000-10-251-2/+9
| | | | | | | | | | printer_access_check to break in a domain environment. Jeremy.
| * John Reilly @ HP (who is a wonderful human being and *definately* needsJeremy Allison2000-10-253-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 Carter2000-10-251-5/+22
| | | | | | | | jerry
| * Removed erroneous +1's on length of unicode domain names for variousTim Potter2000-10-251-2/+2
| | | | | | | | functions in the \\lsarpc pipe.
| * Yeah - not setting getwd_cache to True as default, that'd do it for a 5xJeremy Allison2000-10-241-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 Potter2000-10-223-3/+6
| |
| * Fixes from David Lee for utmp handling.Jeremy Allison2000-10-214-495/+1137
| | | | | | | | Jeremy.
| * Fix for vfs_fstat() crash with new stat code.Jeremy Allison2000-10-201-0/+3
| | | | | | | | Jeremy.
| * Merge from appliance-headTim Potter2000-10-201-1/+5
| |
| * Fixed missing bracket on debug statement.Tim Potter2000-10-191-1/+1
| |
| * Ok - this is a big patch - and it may break smbd a bit (althoughJeremy Allison2000-10-199-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 jobTim Potter2000-10-181-4/+0
| | | | | | | | deleting.
| * Renamed WPrintQueuePurge to WPrintQueueCtrl as this function can purge, pauseTim Potter2000-10-181-4/+4
| | | | | | | | or resume a print queue.
| * Bug report that on some systems extended characters are being returned asChristopher R. Hertel2000-10-181-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 Potter2000-10-181-0/+19
| |
| * Fixes for io_q_setprinter rpc parsing.Tim Potter2000-10-181-0/+10
| |
| * Added documentation for winbind enum users and winbind enum groupsTim Potter2000-10-173-0/+73
| | | | | | | | configuration parameters.
| * get rid of $Revision string - sync with 2.2 branchHerb Lewis2000-10-162-3/+0
| |
| * Fixes to get ms-dfs code to compile with the new changes.Jeremy Allison2000-10-131-2/+3
| | | | | | | | Jeremy
| * Added David O'Neills fix to HEAD (hmmm. how did this compile... :-).Jeremy Allison2000-10-131-1/+1
| | | | | | | | Jeremy.
| * last part of W2K support.Jean-François Micouleau2000-10-139-51/+97
| | | | | | | | | | | | | | | | | | | | | | | | the trust domain list reply on netlogon pipe was wrong, interim hack until we have full trust relationships. changed some unistr2 to parse the ending NULL char. added a prs_align_needed() function. much like a prs_align but with a condition. needed for the unistr2 parsing. J.F.