Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | r570: Remove lots of globals to handle case issues - move them | Jeremy Allison | 2004-05-07 | 16 | -133/+89 | |
| | | | | | | | | | | | | | | | | to connection struct entries (as they should have been from the start). Jerry, once you've cut over to 3.0.4 release branch I'll add this to 3.0 also. - Jerry cut over :-). Jeremy. | |||||
| * | r568: setting version to 3.0.5pre1 | Gerald Carter | 2004-05-07 | 1 | -1/+1 | |
| | | ||||||
| * | r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-07 | 3 | -0/+5 | |
| | | | | | | | | Jeremy. | |||||
| * | r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-07 | 1 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r560: Fix bugzilla 1279: cannot control individual print jobs using cups | Jim McDonough | 2004-05-07 | 1 | -3/+3 | |
| | | | | | | | | Store the print job using a little-endian key. | |||||
| * | r559: Some fixes from coolo ... | Richard Sharpe | 2004-05-07 | 1 | -2/+2 | |
| | | ||||||
| * | r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵ | Gerald Carter | 2004-05-07 | 1 | -0/+6 | |
| | | | | | | | | dereferencing it | |||||
| * | r555: Fix big-endian storage of jobids in jobs_changed list. Found during | Jim McDonough | 2004-05-07 | 1 | -1/+3 | |
| | | | | | | | | debugging of 1279 | |||||
| * | r551: BUG 1293: fix double free in printer publishing code | Gerald Carter | 2004-05-07 | 1 | -2/+1 | |
| | | ||||||
| * | r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵ | Jelmer Vernooij | 2004-05-07 | 1 | -0/+3 | |
| | | | | | | | | | | | | mapping table | |||||
| * | r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid ↵ | Volker Lendecke | 2004-05-07 | 1 | -3/+6 | |
| | | | | | | | | | | | | | | | | | | | | write of a 0 in base64_encode_data_blob. I don't know what the base64 encoding of a NULL string is, so fix the problematic caller I found. The real fix should go into base64_encode_data_blob. Volker | |||||
| * | r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the ↵ | Gerald Carter | 2004-05-07 | 1 | -0/+1 | |
| | | | | | | | | failure check is valid | |||||
| * | r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵ | Gerald Carter | 2004-05-07 | 4 | -9/+12 | |
| | | | | | | | | heimdal; also initialize some pointers | |||||
| * | r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 2 | -1/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r538: Mem leak fix from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r535: Another memleak fix from kawasa_r@itg.hitachi.co.jp | Jeremy Allison | 2004-05-06 | 1 | -0/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need to | Jeremy Allison | 2004-05-06 | 1 | -8/+32 | |
| | | | | | | | | | | valgrind winbindd with these in.... Jeremy. | |||||
| * | r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp. | Jeremy Allison | 2004-05-06 | 1 | -2/+8 | |
| | | | | | | | | Jeremy. | |||||
| * | r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error code | Jeremy Allison | 2004-05-06 | 1 | -5/+9 | |
| | | | | | | | | | | paths. Jeremy. | |||||
| * | r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs. | Jeremy Allison | 2004-05-06 | 1 | -2/+2 | |
| | | | | | | | | Jeremy. | |||||
| * | r519: fix bug in authorise_login() that broke security = share | Gerald Carter | 2004-05-06 | 1 | -0/+2 | |
| | | ||||||
| * | r517: Remove wrong commit I did by mistake | Alexander Bokovoy | 2004-05-06 | 1 | -6/+0 | |
| | | ||||||
| * | r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernels | Alexander Bokovoy | 2004-05-06 | 2 | -0/+19 | |
| | | | | | | | | | | | | | | | | | | there is SYS_utimes syscall defined at compile time in glibc-kernheaders but it is available on 2.6 kernels only. Therefore, we can't rely on syscall at compile time but have to check that behaviour during program execution. An easy workaround is to have replacement for utimes() implemented within our wrapper and do not rely on syscall at all. Thus, if REPLACE_UTIME is defined already (by packager), skip these syscall shortcuts. | |||||
| * | r505: Break out algorithmic_gid_to_sid so that those of us who need it can ↵ | Richard Sharpe | 2004-05-06 | 1 | -3/+19 | |
| | | | | | | | | use it. | |||||
| * | r501: Fix a small cut-n-pasteo ... | Richard Sharpe | 2004-05-06 | 1 | -1/+1 | |
| | | ||||||
| * | r496: fixing swat welcome page -- added links to example guide, devel guide, ↵ | Gerald Carter | 2004-05-05 | 2 | -22/+37 | |
| | | | | | | | | and howto (all in multi page format) | |||||
| * | r494: patch from Stephan Kulow <coolo@kde.org> to fix a cut-n-paste error in ↵ | Gerald Carter | 2004-05-05 | 1 | -1/+1 | |
| | | | | | | | | strlen which caused Konqueror to crash | |||||
| * | r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix ↵ | Gerald Carter | 2004-05-05 | 1 | -1/+4 | |
| | | | | | | | | password hash creation in SWAT | |||||
| * | r487: fixing some compile issues with the IBM AIX compiler reoported on the ↵ | Gerald Carter | 2004-05-05 | 2 | -6/+8 | |
| | | | | | | | | ml -- now to watch the build farm some more | |||||
| * | r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointer | Gerald Carter | 2004-05-05 | 1 | -1/+5 | |
| | | ||||||
| * | r485: fix compile | Gerald Carter | 2004-05-05 | 2 | -6/+3 | |
| | | ||||||
| * | r483: Fix typo of appending '\\' instead of '/' now we're using | Jeremy Allison | 2004-05-05 | 1 | -2/+2 | |
| | | | | | | | | | | check_path_syntax. Jeremy. | |||||
| * | r481: Fix up assert caught by check_path_syntax. | Jeremy Allison | 2004-05-05 | 1 | -2/+3 | |
| | | | | | | | | Jeremy. | |||||
| * | r480: Added Andrew Bartletts pwinfo-parse-error.patch. | Jeremy Allison | 2004-05-05 | 2 | -5/+4 | |
| | | | | | | | | Jeremy. | |||||
| * | r478: Added Volkers fix to be able to force DOS errors when needed. | Jeremy Allison | 2004-05-04 | 3 | -8/+9 | |
| | | | | | | | | Jeremy. | |||||
| * | r475: Don't add ss padding length to the sent length as this is compared | Jeremy Allison | 2004-05-04 | 1 | -1/+1 | |
| | | | | | | | | | | with the actual data to return. Jeremy. | |||||
| * | r473: Fix for Microsoft hotfix MS04-011 password change breakage. | Jeremy Allison | 2004-05-04 | 1 | -26/+52 | |
| | | | | | | | | Jeremy. | |||||
| * | r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid ↵ | Gerald Carter | 2004-05-04 | 1 | -5/+4 | |
| | | | | | | | | gids using the wrong array size | |||||
| * | r460: Fix for broken driver upload/delete path processing. | Jeremy Allison | 2004-05-03 | 1 | -14/+46 | |
| | | | | | | | | Jeremy. | |||||
| * | r455: fixing a couple of bugs inthe specfile; (a) merge tpot's libsmbclienbt ↵ | Gerald Carter | 2004-05-03 | 1 | -3/+3 | |
| | | | | | | | | permissions fix from trunk, (b) fix typo when installing smbusers file | |||||
| * | r449: Two AFS-related things: | Volker Lendecke | 2004-05-02 | 5 | -235/+1002 | |
| | | | | | | | | | | | | | | | | | | Split off the non-crypto related parts of lib/afs.c into lib/afs_settoken.c. This makes wbinfo link without -lcrypto. Commit vfs_afsacl.c, display & set AFS acls via the NT security editor. Volker | |||||
| * | r446: Close the open NT pipes before the tdis. | Volker Lendecke | 2004-05-02 | 1 | -3/+3 | |
| | | | | | | | | Volker | |||||
| * | r428: add acls debug class | Herb Lewis | 2004-04-30 | 3 | -0/+5 | |
| | | ||||||
| * | r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of ↵ | Andrew Tridgell | 2004-04-30 | 1 | -0/+1 | |
| | | | | | | | | timeout in socket connections | |||||
| * | r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha). | Tim Potter | 2004-04-30 | 1 | -0/+2 | |
| | | | | | | | | From Eric Mertens. | |||||
| * | r421: Fix debug message. Closes bugzilla #1305. | Tim Potter | 2004-04-30 | 1 | -1/+1 | |
| | | ||||||
| * | r416: add a newline to the debuglevel message returned string | Herb Lewis | 2004-04-29 | 2 | -4/+13 | |
| | | | | | | | | and have smbcontrol print the PID with it | |||||
| * | r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ... | Richard Sharpe | 2004-04-29 | 1 | -1/+1 | |
| | | ||||||
| * | r413: merge from 4_0: | Stefan Metzmacher | 2004-04-29 | 2 | -18/+1 | |
| | | | | | | | | | | | | | | as we decide to not do 3.0.2a releases anymore, remove the generation stuff from VERSION and mkversion.sh metze | |||||
| * | r410: merge tpot's changeset 353 from trunk: | Stefan Metzmacher | 2004-04-29 | 2 | -5/+3 | |
| | | | | | | | | | | | | Move msdfs.c into the source/smbd directory and remove source/msdfs. metze |