Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r6514: Allow domain= to be specified in credentials file. Fix umount.cifs ↵ | Steve French | 2005-04-28 | 2 | -6/+40 | |
| | | | | | | help, allow root to unmount someone else's mount | |||||
* | r6505: Add missing remount flag handling | Steve French | 2005-04-28 | 1 | -0/+2 | |
| | ||||||
* | r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk | Herb Lewis | 2005-04-27 | 7 | -0/+43 | |
| | | | | so our numbers don't get out of sync | |||||
* | r6501: correct deprecated lvalue casts in testsuite/libsmbclient | Derrell Lipman | 2005-04-27 | 5 | -8/+13 | |
| | ||||||
* | r6499: Add two newer mount options to syntax help for mount.cifs | Steve French | 2005-04-27 | 1 | -1/+1 | |
| | ||||||
* | r6497: Ensure yield_connection() is called on all appropriate error conditions. | Jeremy Allison | 2005-04-26 | 1 | -19/+22 | |
| | | | | Jeremy. | |||||
* | r6495: Bugfix for #2596 by James Peach @ SGI. Fix become_root link issues ↵ | Jeremy Allison | 2005-04-26 | 2 | -20/+18 | |
| | | | | | | | and one IRIX stack backtrace bug. Jeremy. | |||||
* | r6493: we're at 3.0.15pre3 now | Gerald Carter | 2005-04-26 | 1 | -1/+1 | |
| | ||||||
* | r6491: BUG 2653: patch from Olaf Imig <Olaf.Imig@bifab.de>; allocate memory ↵ | Gerald Carter | 2005-04-26 | 1 | -1/+2 | |
| | | | | for user1* in make_spoolss_q_open_printer_ex() | |||||
* | r6490: BUG 1998: patch from Olaf Imig <Olaf.Imig@bifab.de>; fix byte ↵ | Gerald Carter | 2005-04-26 | 1 | -3/+9 | |
| | | | | ordering bug when storing 16-bit RAP print job ids | |||||
* | r6488: net rpc printer migrate should not try to set stuff that's not there. ↵ | Volker Lendecke | 2005-04-26 | 1 | -16/+28 | |
| | | | | | | | | | This fixes two segfaults. Thanks to Karolin Segger <ks@sernet.de> to find the bug and test the patch. Volker | |||||
* | r6482: Add support so umount.cifs can update mtab | Steve French | 2005-04-26 | 1 | -45/+80 | |
| | ||||||
* | r6473: Fix for bug #2644 - test for special files to be ignored was reversed. | Jeremy Allison | 2005-04-25 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r6450: * fix typo in htlm_auth help message | Gerald Carter | 2005-04-25 | 3 | -6/+5 | |
| | | | | | | | * add synonym for idmap_rid in better lining with other idmap backend names * remove old debug messages when idmap {uid|gid} options are not defined | |||||
* | r6447: Add missing error mapping for EMLINK to NT_STATUS_TOO_MANY_LINKS (we ↵ | Steve French | 2005-04-24 | 1 | -0/+1 | |
| | | | | | | have it the other direction in clierror already). This fixes the return code when we try to hardlink from a client. | |||||
* | r6445: Make us survive the PARANOID_MALLOC_CHECKER. Should we enable that for | Volker Lendecke | 2005-04-23 | 10 | -36/+47 | |
| | | | | | | --enable-developer=yes? Volker | |||||
* | r6421: use add machine script when creating a user (ACB_NORMAL) | Gerald Carter | 2005-04-21 | 2 | -3/+6 | |
| | | | | | | | who has a name ending in '$' (usrmgr.exe does this for domain trusts (that's was jfm's original comment I think). avoid an assert() call in libldap. | |||||
* | r6417: Strange old IRIX systems return -1 for telldir() when | Jeremy Allison | 2005-04-21 | 1 | -4/+0 | |
| | | | | | | | | end of directory reached. Don't check for that and bail when reading directory entries as it's a valid value. Excellent work from Cale Fairchild <cale@brocku.ca> tracked this down. Jeremy. | |||||
* | r6412: Add fflush(stdout) after displaying username prompt in smbsh if | Tim Potter | 2005-04-21 | 1 | -0/+1 | |
| | | | | username not specified on command line. Bugzilla 2611. | |||||
* | r6411: Remove configure check for FTRUNCATE_NEEDS_ROOT as it's not actually | Tim Potter | 2005-04-21 | 1 | -7/+0 | |
| | | | | used anywhere in the code anymore. Bugzilla 2625. | |||||
* | r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560. | Tim Potter | 2005-04-21 | 1 | -1/+1 | |
| | ||||||
* | r6407: Fix for bugzilla 2623 and 2630: $< and $* are not valid in explicit | Tim Potter | 2005-04-21 | 1 | -5/+5 | |
| | | | | rules according to POSIX. | |||||
* | r6401: Fix a debug message | Volker Lendecke | 2005-04-20 | 1 | -1/+1 | |
| | ||||||
* | r6395: Fix for Bug 2137, from Jay Fenlason <fenlason@redhat.com> | Deryck Hodge | 2005-04-19 | 1 | -4/+4 | |
| | | | | | | Encode quotes for display in HTML. deryck | |||||
* | r6392: - Fixes bug 2564: when smbc_opendir() was called with a file rather than | Derrell Lipman | 2005-04-19 | 6 | -37/+48 | |
| | | | | | | | a directory, the errno returned could end up as ENOENT rather than ENOTDIR. - Fixes some compiler warnings which showed up on IRIX, as reported by James Peach. | |||||
* | r6388: BUG 2626: ensure that the calling_name is set to something after ↵ | Gerald Carter | 2005-04-19 | 1 | -0/+2 | |
| | | | | parsing smb.conf (if not set via -n) | |||||
* | r6385: Convert checking of egid and secondary egid list into | Jeremy Allison | 2005-04-19 | 2 | -32/+40 | |
| | | | | | | iterator functions so it can be used easily in a for loop. Drops duplicated code from posix_acls.c Jeremy. | |||||
* | r6378: Other systems may not return 1 for checking WRITE permission. | Jeremy Allison | 2005-04-18 | 1 | -0/+13 | |
| | | | | | Canaonicalise any +ve return to 1. Jeremy. | |||||
* | r6373: minor changes to solaris packaging readme to bring it up to date | Gerald Carter | 2005-04-18 | 1 | -3/+0 | |
| | ||||||
* | r6372: removing outdated Mandrake packaging files and pointing at Mandriva ↵ | Gerald Carter | 2005-04-18 | 29 | -4594/+3 | |
| | | | | cooker (after clearing with Buchan) | |||||
* | r6367: Slim down pdb_interface.c a bit. next_entry and search_end are function | Volker Lendecke | 2005-04-18 | 3 | -204/+72 | |
| | | | | | | | | pointers now. Yes, Jeremy, this is about re-inventing C++... :-) Volker | |||||
* | r6365: Wow, how much worse does this get. From info provided by | Jeremy Allison | 2005-04-17 | 1 | -0/+26 | |
| | | | | | | | Eric Stewart <eric@lib.usf.edu> I realised we weren't checking against the current effective groupid (set by force group) as well as the group list. Fix this. Jeremy. | |||||
* | r6358: merging SMB_ASSERT() changes from the release branch | Gerald Carter | 2005-04-16 | 1 | -1/+8 | |
| | ||||||
* | r6354: merge from 4_0 rev 6353: | Stefan Metzmacher | 2005-04-15 | 1 | -0/+3 | |
| | | | | | | we need the english output from the svn commands metze | |||||
* | r6351: This is quite a large and intrusive patch, but there are not many ↵ | Volker Lendecke | 2005-04-15 | 12 | -975/+1317 | |
| | | | | | | | | | | | | | | | | pieces that can be taken out of it, so I decided to commit this in one lump. It changes the passdb enumerating functions to use ldap paged results where possible. In particular the samr calls querydispinfo, enumdomusers and friends have undergone significant internal changes. I have tested this extensively with rpcclient and a bit with usrmgr.exe. More tests and the merge to trunk will follow later. The code is based on a first implementation by Günther Deschner, but has evolved quite a bit since then. Volker | |||||
* | r6349: Update cifs umount utility | Steve French | 2005-04-15 | 1 | -8/+22 | |
| | ||||||
* | r6348: Fix for bug #2605 reported by Daniel Patterson ↵ | Jeremy Allison | 2005-04-15 | 1 | -6/+21 | |
| | | | | | | | <Daniel_Patterson@national.com.au>. Ensure smbclient doesn't perform commands if the "chdir" fails in a scripted set. Jeremy. | |||||
* | r6346: Add a counter for the number of SMB operations per connection/file. | Jeremy Allison | 2005-04-14 | 3 | -2/+9 | |
| | | | | | | | You will need to do a make clean after SVN updating this. Next will come a smbcontrol message to dump this info. This should be interesting to profile client activity. Jeremy. | |||||
* | r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed | Jeremy Allison | 2005-04-14 | 1 | -1/+1 | |
| | | | | | | for Win9x and OS/2 clients. More Samba4 tests against W2k3 will be needed to confirm this but in the meantime get it up and running. Jeremy. | |||||
* | r6319: add prototype so -Wstrict-prototypes will not fail | Herb Lewis | 2005-04-12 | 1 | -0/+2 | |
| | ||||||
* | r6318: don't include smbwrapper stuff unless asked for | Herb Lewis | 2005-04-12 | 3 | -8/+20 | |
| | ||||||
* | r6316: Remove over-cautious asserts. Damn wish I'd made the release | Jeremy Allison | 2005-04-12 | 1 | -4/+9 | |
| | | | | | with this.... Jeremy. | |||||
* | r6311: setting version to 3.0.15pre2 | Gerald Carter | 2005-04-12 | 1 | -1/+1 | |
| | ||||||
* | r6307: Ensure info requested bitmask is printed in log when querying ↵ | Jeremy Allison | 2005-04-12 | 1 | -1/+2 | |
| | | | | | | security descriptors. Jeremy. | |||||
* | r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for ↵ | Jeremy Allison | 2005-04-12 | 1 | -1/+2 | |
| | | | | | | | mangled names if mangled names is off. Jeremy. | |||||
* | r6297: Fix bug in our trans2 secondary processing. We need to pass in the | Jeremy Allison | 2005-04-11 | 1 | -4/+4 | |
| | | | | | | | trans2 call info from the primary trans2 packet as it isn't present in secondary transs packets. We only need to do this for functions that satisfy more than one case in the switch statement. Found by Marcel Müller <mueller@maazl.de>. Jeremy. | |||||
* | r6296: add message about known interoperability issue with Windows 2003 SP1 DCs | Gerald Carter | 2005-04-11 | 1 | -0/+10 | |
| | ||||||
* | r6291: BUG 2588: force smbclient messages to port 139 unless someone set the ↵ | Gerald Carter | 2005-04-11 | 1 | -1/+6 | |
| | | | | -p option | |||||
* | r6290: and now the development tree becomes 3.0.15pre1 | Gerald Carter | 2005-04-11 | 1 | -1/+1 | |
| | ||||||
* | r6282: Before converting enum_dom_groups, better get the previous version a bit | Volker Lendecke | 2005-04-10 | 1 | -5/+13 | |
| | | | | | | | closer to being correct. 'svn blame' shows CVSIN, but somehow I get the feeling this is my code... Volker |