Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r6639: Attempt to fix the build with talloc | Volker Lendecke | 2005-05-07 | 1 | -0/+1 | |
| | | | | Volker | |||||
* | r6635: Fix build of the various sql pdb backends after new talloc. | Jelmer Vernooij | 2005-05-06 | 3 | -91/+101 | |
| | ||||||
* | r6634: merge smbmount malloc checker fixes from trunk | Gerald Carter | 2005-05-06 | 2 | -0/+4 | |
| | ||||||
* | r6633: Added "check_path_syntax_posix()" in preparation for handling | Jeremy Allison | 2005-05-06 | 3 | -9/+115 | |
| | | | | | POSIX pathnames. Not yet used. Jeremy. | |||||
* | r6631: More typo's. Sorry. | Jeremy Allison | 2005-05-06 | 2 | -3/+3 | |
| | | | | Jeremy. | |||||
* | r6629: Fix stupid typo. Thanks Gunther. | Jeremy Allison | 2005-05-06 | 1 | -3/+3 | |
| | | | | Jeremy. | |||||
* | r6627: Fix debug message | Volker Lendecke | 2005-05-06 | 1 | -2/+2 | |
| | ||||||
* | r6625: Remove another global variable left over from a long time ago (magic ↵ | Jeremy Allison | 2005-05-06 | 9 | -47/+49 | |
| | | | | | | char). Jeremy. | |||||
* | r6623: This change fixes a few broken commands plus adds some | Herb Lewis | 2005-05-06 | 3 | -215/+324 | |
| | | | | | | | new commands. It also restructures it so you can execute a single command from the command line. Input strings are parsed to allow input of arbitrary characters using the \xx syntax for hex values. | |||||
* | r6613: Merge back fix for PARANOID_MALLOC checker. | Jeremy Allison | 2005-05-04 | 1 | -1/+3 | |
| | | | | Jeremy. | |||||
* | r6601: fixing query and set alias info calls (level 1 from the | Gerald Carter | 2005-05-03 | 5 | -112/+75 | |
| | | | | MMC manage computer plugin. | |||||
* | r6595: This is Volkers new-talloc patch. Just got the go-ahead from | Jeremy Allison | 2005-05-03 | 14 | -459/+1820 | |
| | | | | | Volker to commit. Woo Hoo ! Jeremy. | |||||
* | r6594: Fix silly typo causing tdb to be freed twice. | Jeremy Allison | 2005-05-03 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | r6588: just include includes.h to get prototypes here. | Herb Lewis | 2005-05-02 | 2 | -3/+2 | |
| | ||||||
* | r6586: get rid of a few more compiler warnings | Herb Lewis | 2005-05-02 | 16 | -7/+34 | |
| | ||||||
* | r6585: Fix socket-wrapper-enabled build for the tdb tools | Jelmer Vernooij | 2005-05-02 | 1 | -4/+11 | |
| | ||||||
* | r6575: use samba4 torture please message on samba 3 torture | Simo Sorce | 2005-05-02 | 1 | -0/+3 | |
| | ||||||
* | r6570: Add socket_wrapper library to 3.0. Can be enabled by passing | Jelmer Vernooij | 2005-05-02 | 5 | -2/+531 | |
| | | | | --enable-socket-wrapper to configure | |||||
* | r6566: fix a couple of local group bugs. | Gerald Carter | 2005-05-01 | 2 | -8/+14 | |
| | | | | | | | | | * ensure that we set full access on the handle returned from _samr_create_dom_alias() so that future set_alias commands succeed * fix bug when looking for internal domains in winbindd (caused winbindd_getgrgid() for local groups to fail). | |||||
* | r6553: Added Linux per-socket TCP settings patch from "Ed Boraas" ↵ | Jeremy Allison | 2005-05-01 | 1 | -0/+9 | |
| | | | | | | <ed.boraas@concordia.ab.ca>. Jeremy. | |||||
* | r6550: Move function make_dir_struct from util to dir.c | Jeremy Allison | 2005-05-01 | 2 | -34/+34 | |
| | | | | Jeremy. | |||||
* | r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense. | Jeremy Allison | 2005-05-01 | 2 | -12/+12 | |
| | | | | Jeremy. | |||||
* | r6543: Fix EDEADLCK problem with deferred open calls. Problem found by | Jeremy Allison | 2005-05-01 | 1 | -13/+33 | |
| | | | | | "Hu, David J" <david.hu@hp.com> Jeremy. | |||||
* | r6536: Jeremy, did you actually test this part of revision 801? I just ↵ | Volker Lendecke | 2005-04-30 | 1 | -2/+0 | |
| | | | | | | | | | | | | | tested that Windows 2003 returns "4 (Local Group)" for rpcclient -c 'lookupnames "System Operators"' Before #ifdef'ing that out again I would like to see a sniff how you get a "5" (WKN_GRP) out of lsa_lookupnames. Volker | |||||
* | r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>. | Jeremy Allison | 2005-04-30 | 1 | -2/+2 | |
| | | | | Jeremy. | |||||
* | 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. |