summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * r570: Remove lots of globals to handle case issues - move themJeremy Allison2004-05-0716-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.5pre1Gerald Carter2004-05-071-1/+1
| |
| * r565: Uninitialized data fixes from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-073-0/+5
| | | | | | | | Jeremy.
| * r562: Memory leak fix in error code path from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-071-1/+4
| | | | | | | | Jeremy.
| * r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough2004-05-071-3/+3
| | | | | | | | Store the print job using a little-endian key.
| * r559: Some fixes from coolo ...Richard Sharpe2004-05-071-2/+2
| |
| * r557: another patch from Stephan Kulow <coolo@suse.de> -- check cli * before ↵Gerald Carter2004-05-071-0/+6
| | | | | | | | dereferencing it
| * r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough2004-05-071-1/+3
| | | | | | | | debugging of 1279
| * r551: BUG 1293: fix double free in printer publishing codeGerald Carter2004-05-071-2/+1
| |
| * r547: Add entry for NT_STATUS_DUPLICATE_NAME in the ntstatus to unix error ↵Jelmer Vernooij2004-05-071-0/+3
| | | | | | | | | | | | mapping table
| * r545: Handing a NULL blob to base64_encode_data_blob leads to an invalid ↵Volker Lendecke2004-05-071-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 Carter2004-05-071-0/+1
| | | | | | | | failure check is valid
| * r541: fixing segfault in winbindd caused -r527 -- looks like a bug in ↵Gerald Carter2004-05-074-9/+12
| | | | | | | | heimdal; also initialize some pointers
| * r539: Mem leak fixes from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-062-1/+4
| | | | | | | | Jeremy.
| * r538: Mem leak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-061-0/+2
| | | | | | | | Jeremy.
| * r535: Another memleak fix from kawasa_r@itg.hitachi.co.jpJeremy Allison2004-05-061-0/+2
| | | | | | | | Jeremy.
| * r533: More memory leak fixes from kawasa_r@itg.hitachi.co.jp. I need toJeremy Allison2004-05-061-8/+32
| | | | | | | | | | valgrind winbindd with these in.... Jeremy.
| * r527: More memory leak fixes in error paths from kawasa_r@itg.hitachi.co.jp.Jeremy Allison2004-05-061-2/+8
| | | | | | | | Jeremy.
| * r525: More memory leak fixes from kawasa_r@itg.hitachi.co.jp in error codeJeremy Allison2004-05-061-5/+9
| | | | | | | | | | paths. Jeremy.
| * r523: Fix from kawasa_r@itg.hitachi.co.jp to initialise blob structs.Jeremy Allison2004-05-061-2/+2
| | | | | | | | Jeremy.
| * r519: fix bug in authorise_login() that broke security = shareGerald Carter2004-05-061-0/+2
| |
| * r517: Remove wrong commit I did by mistakeAlexander Bokovoy2004-05-061-6/+0
| |
| * r516: On GNU/Linux distributions which allow to use both 2.4 and 2.6 kernelsAlexander Bokovoy2004-05-062-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 Sharpe2004-05-061-3/+19
| | | | | | | | use it.
| * r501: Fix a small cut-n-pasteo ...Richard Sharpe2004-05-061-1/+1
| |
| * r496: fixing swat welcome page -- added links to example guide, devel guide, ↵Gerald Carter2004-05-052-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 Carter2004-05-051-1/+1
| | | | | | | | strlen which caused Konqueror to crash
| * r492: BUG 483: patch from Michel Gravey <michel.gravey@optogone.com> to fix ↵Gerald Carter2004-05-051-1/+4
| | | | | | | | password hash creation in SWAT
| * r487: fixing some compile issues with the IBM AIX compiler reoported on the ↵Gerald Carter2004-05-052-6/+8
| | | | | | | | ml -- now to watch the build farm some more
| * r486: BUG 1309: fix seg fault caused by trying to strdup() a NULL pointerGerald Carter2004-05-051-1/+5
| |
| * r485: fix compileGerald Carter2004-05-052-6/+3
| |
| * r483: Fix typo of appending '\\' instead of '/' now we're usingJeremy Allison2004-05-051-2/+2
| | | | | | | | | | check_path_syntax. Jeremy.
| * r481: Fix up assert caught by check_path_syntax.Jeremy Allison2004-05-051-2/+3
| | | | | | | | Jeremy.
| * r480: Added Andrew Bartletts pwinfo-parse-error.patch.Jeremy Allison2004-05-052-5/+4
| | | | | | | | Jeremy.
| * r478: Added Volkers fix to be able to force DOS errors when needed.Jeremy Allison2004-05-043-8/+9
| | | | | | | | Jeremy.
| * r475: Don't add ss padding length to the sent length as this is comparedJeremy Allison2004-05-041-1/+1
| | | | | | | | | | with the actual data to return. Jeremy.
| * r473: Fix for Microsoft hotfix MS04-011 password change breakage.Jeremy Allison2004-05-041-26/+52
| | | | | | | | Jeremy.
| * r470: BUG 1302: fix seg fault by not trying to optimize a list of invalid ↵Gerald Carter2004-05-041-5/+4
| | | | | | | | gids using the wrong array size
| * r460: Fix for broken driver upload/delete path processing.Jeremy Allison2004-05-031-14/+46
| | | | | | | | Jeremy.
| * r455: fixing a couple of bugs inthe specfile; (a) merge tpot's libsmbclienbt ↵Gerald Carter2004-05-031-3/+3
| | | | | | | | permissions fix from trunk, (b) fix typo when installing smbusers file
| * r449: Two AFS-related things:Volker Lendecke2004-05-025-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 Lendecke2004-05-021-3/+3
| | | | | | | | Volker
| * r428: add acls debug classHerb Lewis2004-04-303-0/+5
| |
| * r426: fixed bug noticed by wim.delvaux@adaptiveplanet.com in handling of ↵Andrew Tridgell2004-04-301-0/+1
| | | | | | | | timeout in socket connections
| * r422: Compile fix for OpenBSD (ENOTSUP not supported - ha ha).Tim Potter2004-04-301-0/+2
| | | | | | | | From Eric Mertens.
| * r421: Fix debug message. Closes bugzilla #1305.Tim Potter2004-04-301-1/+1
| |
| * r416: add a newline to the debuglevel message returned string Herb Lewis2004-04-292-4/+13
| | | | | | | | and have smbcontrol print the PID with it
| * r415: Return NT_STATUS_ACCESS_DENIED not some LOCK message ...Richard Sharpe2004-04-291-1/+1
| |
| * r413: merge from 4_0:Stefan Metzmacher2004-04-292-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 Metzmacher2004-04-292-5/+3
| | | | | | | | | | | | Move msdfs.c into the source/smbd directory and remove source/msdfs. metze