summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a segfault in base64_encode_data_blobVolker Lendecke2008-07-161-1/+3
| | | | | We did not allocate enough memory for the \0 and a = at the end (cherry picked from commit 719ec00949094b7d3b01e9ac829183ae08f46417)
* Give a nice error message if trying to join with a non-privileged userVolker Lendecke2008-07-161-1/+1
| | | | (cherry picked from commit 088a6f42476782267c50f0a5ea029db0eede6cdd)
* docs: fix the net conf section of net(8) to mention "config backend = registry".Michael Adam2008-07-161-1/+3
| | | | | | Michael (cherry picked from commit c2e9d82d9497f0d245a46c5c82ff15306788109e) (cherry picked from commit 9ab1efbe12e04fca2433217c76d3a16df6e868b0)
* docs: fix VERSION section in the net(8) manpage.Michael Adam2008-07-161-1/+1
| | | | | | | | It still said for version 3.0 .. Michael (cherry picked from commit 93887f2e42bf4e632dab716deda6d2951dbd1f2a) (cherry picked from commit 9b3ecf75a22aff43a67a62a9dd67397414274d9b)
* docs: update the section about net conf in the net(8) manpage.Michael Adam2008-07-161-1/+41
| | | | | | | | The description of the "net conf {get,set,del}includes" commands was missing. Michael (cherry picked from commit 671988c7b5891deeca23e2305fe101a3be1a44d2) (cherry picked from commit baae7347e94b1b849e80d8da323afc179523430a)
* Fix typo.Karolin Seeger2008-07-143-3/+3
| | | | | | | | retieve -> retrieve Karolin (cherry picked from commit 37c64130701ab13b6f34998ac17fec2d128c2e08) (cherry picked from commit cacd84b86d14740ebb5e285d5882063aea5cd866)
* man pages: Add missing whitespace.Karolin Seeger2008-07-101-1/+1
| | | | | | Karolin (cherry picked from commit 5ba418d8bd7bd9a678853b23b0928da4f8693bcf) (cherry picked from commit 5e220de387abc34926fd7a2be03fc4e4f35f0f7f)
* WHATSNEW: Update changes since 3.2.0.Karolin Seeger2008-07-101-0/+17
| | | | | Karolin (cherry picked from commit ae0e3291bc31217767fc2e0a3c5d26f8b4c72dc3)
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-101-19/+20
| | | | | Patch successfully tested by Christoph Kaegi <kaph@zhaw.ch>, thanks. (cherry picked from commit 9f8df16f476c49da85000b7365c8a6e33b8b71fc)
* testsuite: fix another expr typo in net registry test script.Michael Adam2008-07-101-1/+1
| | | | | | Michael (cherry picked from commit 73312e4e21b6d14363bd0987e0c9716c4ec91834) (cherry picked from commit 01ea8d4f34cfe29dd8a945ebe340a80a4eafb9c7)
* testsuite: fix expr typo in net registry testscript.Michael Adam2008-07-101-1/+1
| | | | | | Michael (cherry picked from commit 5b6c32160a5d8fafc807fbefb66aa8c98662baae) (cherry picked from commit 1b293758292a055648403f74d0b565538ad578d2)
* Minor style correctionZach Loafman2008-07-101-2/+2
| | | | | | Set sin[6]_family instead of ss_family in in[6]_addr_to_sockaddr_storage so that assignments look like they're going to the same place. (cherry picked from commit 01d1dddebff7ec9502422667b12f0bac8fa6a780)
* Fix option processing in smbcacls - add POPT_COMMON_CONNECTION.Jeremy Allison2008-07-101-1/+2
| | | | | Jeremy. (cherry picked from commit c1baf310830e7ebff4fe0835812122ec146412da)
* use variables for files used in multiple placesHerb Lewis2008-07-101-17/+19
| | | | (cherry picked from commit cee044bc42d955c535dbb6bb372af01089d37756)
* fix comment typo and change some uint32 to uint32_tHerb Lewis2008-07-101-4/+4
| | | | (cherry picked from commit 8272dace64f39286e4255e9f5bc8d04fb47f2c51)
* Allow authentication and memory credential refresh after password change ↵Jeremy Allison2008-07-102-9/+37
| | | | | | | from gdm/xdm. Patch from boyang <boyang@novell.com>. Jeremy. (cherry picked from commit 63316efeeb330d2cb7fa0906824c97da2c7b0074)
* build: fix creation of libaddns.a - don't link in libtalloc.aMichael Adam2008-07-101-2/+2
| | | | | | | another step towards fixing bug #5590 Michael (cherry picked from commit 396310775e69baeee06b2e6469854a5ddf759a91)
* build: fix creation of libsmbclient.a - don't link in libtalloc.aMichael Adam2008-07-101-5/+7
| | | | | | | Second step in fixing bug #5590. Michael (cherry picked from commit dcf986937ccf5e6947c4214aa0838733ed7f3b9b)
* build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.Michael Adam2008-07-101-3/+4
| | | | | | | First step in fixing bug #5590. Michael (cherry picked from commit 4fc57a0a90390ede1161fd6f231ea274c9c74b20)
* WHATSNEW: Update changes since 3.2.0.Karolin Seeger2008-07-061-250/+27
| | | | | Karolin (cherry picked from commit e6ddd28000c92ecd119fdc06197d931394f762cb)
* VERSION: Raise version number to 3.2.1.Karolin Seeger2008-07-061-1/+1
| | | | | Karolin (cherry picked from commit 00fc0003f6d163c7a51eda726a7ca542be671718)
* Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.hLars Müller2008-07-061-0/+1
| | | | | | Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic reported by Franz Sirl. (cherry picked from commit 567c6def08d91716c687ed43de0938e1556f26e2)
* Patch from SATOH Fumiyasu <fumiyas@osstech.co.jp> for bug #5202. Re-activate ↵Jeremy Allison2008-07-064-25/+40
| | | | | | | | "acl group control" parameter and make it only apply to owning group. Also added man page fix. Jeremy. (cherry picked from commit 93e91e5364a7f131d988648cf5fe822a9bd68734)
* libnetjoin: fix Bug #5570.Günther Deschner2008-07-061-1/+1
| | | | | | | | Thanks to Atte Peltomäki. Guenther (cherry picked from commit 144d374ad9dd981430a82369ceaa2783e6dae90a) (cherry picked from commit 3e5bff08dac4faf575a11fe3edb17af08170ed74)
* Fix build warning.Günther Deschner2008-07-061-1/+1
| | | | | | | | Thanks to Thorkil Olesen. Guenther (cherry picked from commit c18e5983c1e9274131ac7fca7ca5e6739ba2b312) (cherry picked from commit b7a53f20494bec008aabd4de4d3a14ece8b9cda1)
* Remove worrying warning message when safe_strcpy tries to copy a pseaudo ↵Jeremy Allison2008-07-061-1/+1
| | | | | | | | interface name that's too long. Reported by James Kosin <JKosin@intcomgrp.com>. Jeremy. (cherry picked from commit e7c7246300bf060a93c2685ce9496b52f91d0a96)
* Canonicalize servername in the printer functions to remove leading '\\' ↵Jeremy Allison2008-07-061-54/+59
| | | | | | | characters. Ensure we always return consistent names. Jeremy. (cherry picked from commit d47ab1d07ba043f42a24a17f7644bf672c12791a)
* Fix bug #5578, reported by sendel2000@hotbox.ru. Bad (non-Samba) use of ↵Jeremy Allison2008-07-062-0/+6
| | | | | | | strlcat gives error. Jeremy. (cherry picked from commit a93c7a2170124f24aac4063c853475ae3f6b0720)
* Ensure consistent use of pdb_get_nt_passwd instead of pdb_get_lanman_passwd.Jeremy Allison2008-07-061-8/+11
| | | | | | Reported by hongbing Zhang <hongbing.zhang@gmail.com>. Jeremy. (cherry picked from commit 00e48ea5d113a0bde1a2b044d6869174cb536035)
* MSG_DEBUG now forwarded to all the winbindd children by parent.Jeremy Allison2008-07-063-1/+40
| | | | | | | | | | | | | smbcontrol winbindd debug level would only set the debug level of the parent winbindd process and not the child processes. This patch adds the functionality of broadcasting the debug message to all winbindd children. Now the debug level message is propagated to all the winbindd processes that includes parent and children. From Darshan Purandare <dpurandare@isilon.com> - had to patch separately due to proto.h not being under git control in 3.2.x. Jeremy. (cherry picked from commit f6d4f487332baf74acec8f50e31bcfea44775570)
* Jim Brown <jim.brown@miami.edu> was right, this needs to be a signed int orJeremy Allison2008-07-061-1/+1
| | | | | | the loop never terminates. Jeremy. (cherry picked from commit 0108d32d1d9d7fd975df3ec7d1f1c830f170503f)
* Two more fixes from Jim Brown <jim.brown@miami.edu> for SGI compiler warnings.Jeremy Allison2008-07-062-2/+7
| | | | | Jeremy. (cherry picked from commit 8dd833b908cc8d4c0aa34cdece014d0e160aaf9e)
* Fix problem noticed by Jim Brown <jim.brown@miami.edu>. When reverse ↵Jeremy Allison2008-07-061-1/+1
| | | | | | | | searching decrement index, not increment. Michael please check ! Jeremy. (cherry picked from commit 042c5008d8411f03980f967edb2f78d1a3262aed)
* Attempt to fix the build on Irix CCsamba-3.2.0Volker Lendecke2008-07-011-1/+3
| | | | (cherry picked from commit 666bf8456ac44cbbbd5524af2bf4fd89e18ddf62)
* WHATSNEW: Remove reference to 3rd version of Using Samba.Karolin Seeger2008-07-011-4/+0
| | | | | | | Book is still missing, so I can't ship it. Karolin (cherry picked from commit b124b02afe6a010fd99b29803caaf267d05fab98)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-301-0/+4
| | | | | Karolin (cherry picked from commit c1a708ddba737f9147e4f5f179aca031584d0983)
* After technical consultation, add Steven Danneman's ↵Jeremy Allison2008-06-308-180/+305
| | | | | | | | <steven.danneman@isilon.com> patch to make winbindd enum users and groups async. We need this for 3.2.0 official. Jeremy. (cherry picked from commit d05451c2c256e04870ebe6467f38585dad72f3a9)
* WHATSNEW: Fix alphabetical order, update changes.Karolin Seeger2008-06-301-4/+8
| | | | | Karolin (cherry picked from commit 3d5872c64d5cefc3125702b4c1a3156161abfad2)
* Fix from Atte Peltomäki - atte.peltomaki@f-secure.com to correctly checkJeremy Allison2008-06-301-1/+1
| | | | | | error code in winbindd group expansion. Jeremy. (cherry picked from commit c622c997c513d02f929beaaf8ce2e5aa249fcc47)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-291-0/+3
| | | | | Karolin (cherry picked from commit 8e28052cbc923077616f4cbddc81f4f3d4f341ab)
* Return NULL in sitename_fetch() if gencache_init() fails. Not falseGerald W. Carter2008-06-291-1/+1
| | | | | (cherry picked from commit 9e9bab2dd859c7bb8082b4c932f1a95adf1895c6) (cherry picked from commit 7a853d265b3701a8a0003c4e3771c4a2fa1c6156)
* Fix a file descriptor leak in add_port_hookVolker Lendecke2008-06-291-4/+1
| | | | | | | This was probably cut&paste from add_printer_hook which further down has the unconditional close(fd). In add_port_hook() we're not interested in the output of 'addport command', so don't create the out fd. (cherry picked from commit 0c5ca2127ac6e3c71e369242376d27429c3aee5e)
* Fix bug #5568 net rpc trustdom add broken !Jeremy Allison2008-06-292-3/+24
| | | | | | | | | | | net rpc trustdom add was broken. The default 10second timeout can be too short to create an account on a Samba DC (calling out to a script), error message reporting was poor, and more importantly the new marshalling code for user_info23 was broken (maps onto a user_info21 but doesn't clear the user_info23 struct before marshalling, leaving an uninitialized size field - give "alloc failure"). Jeremy. (cherry picked from commit 52552623277726c2f28a992f68d8bc22982bab28)
* Fix usage message for net rpc trustdom add.Jeremy Allison2008-06-291-2/+2
| | | | | Jeremy. (cherry picked from commit 55a6664cfdab9c0230836aff57ec8d2cc5bfca14)
* Fix warnings on SuSE 9.0.Karolin Seeger2008-06-272-0/+16
| | | | | | | The macros "[un]likely" are already defined on SuSE 9.0. Patch from Volker. (cherry picked from commit 30d181c92463aecd6e649330d3645d86d5a17e43) (cherry picked from commit 33eb39de7b0e88bf51430d645be26d47effaa98f)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-271-0/+2
| | | | | Karolin (cherry picked from commit 1cc413677eee0134cd203d85302da55d3d0be328)
* Fix gcc warnings at -O3.Jeremy Allison2008-06-273-4/+5
| | | | | Jeremy. (cherry picked from commit 096ff390a24ce971c9a207493dc1b5d9f88518b6)
* Fix valgrind errors in _spoolss_addprinterdriverVolker Lendecke2008-06-271-0/+11
| | | | | | | | | | Jerry, this was dropped as part of your SVN r15309 (037f9f83). Can you please check? Thanks, Volker (cherry picked from commit 5aa2411f0b3720b790439359a2dadb23008e936e)
* WHATSNEW: Update changes since 3.2.0rc2.Karolin Seeger2008-06-261-0/+1
| | | | | Karolin (cherry picked from commit 956e1f754580d7194e1716a90725f1e02c8001f7)
* Fix a segfault in rpcclient adddriverVolker Lendecke2008-06-261-12/+13
| | | | (cherry picked from commit d4b5a9d67389578f531527b339f6feead62f082d)