summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix link to Using SambaAlexander Bokovoy2008-07-201-1/+1
| | | | (cherry picked from commit 04cce8c620108ba00921bd1630a8692abdc2e0dc)
* Fix the build of vfs_zfsacl.cVolker Lendecke2008-07-201-16/+1
| | | | (cherry picked from commit b83beeda44e1c8d485c2ad6bb8ee539cdcbe8bda)
* WHATSNEW: Update changes since 3.2.0.Karolin Seeger2008-07-181-1/+11
| | | | | Karolin (cherry picked from commit 2a874d07648a6b0303249ac8a6cdbf266668afe1)
* Document the streams modulesVolker Lendecke2008-07-182-0/+146
| | | | (cherry picked from commit e7e6800b3df4e6c9c4429204c5a4162a1e1118d6)
* Change the directory parameter in streams_depot to become consistentVolker Lendecke2008-07-181-1/+1
| | | | | | This is not built by default and not documented in 3.2.0, so I doubt this will break any setups :-) (cherry picked from commit ca2dfb372cfd9096407fca67a6b65bceda6f72b6)
* From Jim McDonoughJeremy Allison2008-07-182-7/+14
| | | | | | | | | In reloading the smb.conf, if a "log file" is specified in smb.conf, winbind children will overwrite the logfile name to be the same as the parent. Jeremy. (cherry picked from commit 147dc45cfb0da3677e381bec3873b9645b320f60)
* gitignore: ignore the generated library symbol filesMichael Adam2008-07-181-0/+4
| | | | | Michael (cherry picked from commit 1006173f98ea8a19c4891c543373124dc2f65282)
* allow SID with 0 in subauthority to be converted properlyHerb Lewis2008-07-181-1/+2
| | | | | from string representation. (cherry picked from commit eaee722ca74af274e628cbd868753800bddc3e97)
* Allow %u parameters for print job username - use advanced subBo Yang2008-07-181-2/+4
| | | | (cherry picked from commit 11a8f5161184914bec031c741c57bbce19998d2c)
* smbldap: Fix typo in debug message.Karolin Seeger2008-07-181-1/+1
| | | | | | Karolin (cherry picked from commit 6e9e85b897431d7378396aada2c32ae470af0edd) (cherry picked from commit 1e6ae16bce110e282400026c9af8e1b3d9f2e6b4)
* A brown paper bag bug fix for "net sam rights"Volker Lendecke2008-07-171-1/+1
| | | | | (cherry picked from commit 8a455b012827cfb917473a160c5710a90490451a) (cherry picked from commit 857e9d2b27eb6824a8056490076fa020fd185a6d)
* man pages: Fix typos and add improvements.Christoph Zauner2008-07-162-6/+7
| | | | | (cherry picked from commit 060ff6d8d4e61f3ce89f980182413852cc5719be) (cherry picked from commit dab5cf616ce044040dd598fec3da9d3c97e51f6d)
* WHATSNEW: Update changes since 3.2.0.Karolin Seeger2008-07-161-0/+33
| | | | | Karolin (cherry picked from commit f91f960094b132ae2946f40da4bacd1640c514c0)
* Release still reachable memory if the smbclient context is freed.Andreas Schneider2008-07-161-0/+19
| | | | | Signed-off-by: Andreas Schneider <anschneider@suse.de> (cherry picked from commit 88c9cf2fdc8f3d704f7f27c25ef6dc6940d451d3)
* Fix from Volodymyr Khomenko <Volodymyr.Khomenko@exanet.com>. Make ntimesJeremy Allison2008-07-161-2/+6
| | | | | | function more like POSIX and allow NULL arg. Help vfs developers. Jeremy. (cherry picked from commit a034ad5b28dc22b76ef91901306d5c4f9102178f)
* Fix swat. Bug #5613.Jeremy Allison2008-07-162-22/+18
| | | | | Jeremy (cherry picked from commit 1036bd6f8adcff316d2d86201b1a7097b4b9fe0c)
* testparm: refactor the per-share logic checks out into do_per_share_checks().Michael Adam2008-07-161-58/+67
| | | | | | | | Just to enhance clearness of the code. Michael (cherry picked from commit cd5d13dec0153c64d541e85bd13138b738cf50af) (cherry picked from commit 01b1aff4ac884b91d95d89ac7e53cb0e1a748787)
* testparm: skip the per-share logic checks when --skip-logic-checks is specified.Michael Adam2008-07-161-1/+1
| | | | | | Michael (cherry picked from commit 6cafee7e6ae02a32a9f2ddf313d2a20224fa22fe) (cherry picked from commit 3b8524957561911ae7943172fe775200fc98f75a)
* testparm: rename -g|--skip-global-ckecks to -l|--skip-logic-checksMichael Adam2008-07-162-4/+4
| | | | | | | | | | | as suggested by Karolin. That is what it really means. And per-share logic tests will be disabled by the same switch, too... Michael (cherry picked from commit 5b8a4c33482917a1ef7071df224957ba831d853a) (cherry picked from commit 04cdfbba747b928c3133e29446c0fe91c39a41f2)
* testsuite: fix bug #5594 by using the new --skip-global-ckecks switchMichael Adam2008-07-161-1/+1
| | | | | | Michael (cherry picked from commit 32f4b1443af12026c419684be45a7d8b96ccfaac) (cherry picked from commit 87c4f1fc67df146585a6e0862b701b6e6193f0f0)
* testparm: add a switch --skip-global-checks.Michael Adam2008-07-161-1/+5
| | | | | | | | | | This allows for successfully calling testparm without the need to "make install" before. Without this, testparm fails with the message that the lock directory does not exist... Michael (cherry picked from commit eeb018fad65c19804a4e96ea949fc2c64883439e) (cherry picked from commit 1f245e41fa41d2b67eaa7cc85c29da3384697275)
* Add fix from Simo for bug #5540 - missing code to substituteJeremy Allison2008-07-161-3/+6
| | | | | | %u. Make this the same as other uses. Jeremy. (cherry picked from commit 56d8ed48a94b558ad442e38c3d1925c4810dc508)
* build: use $(PAM_WINBIND_EXTRA_LIBS) instead of @PAM_WINBIND_EXTRA_LIBS@ in ↵Michael Adam2008-07-161-1/+2
| | | | | | | | | rules. Eliminate more potential traps for picky makes. Michael (cherry picked from commit 9a2870e936a967b82a100b1e26200d3665311f85)
* build: use $(WINBIND_NSS_PTHREAD) instead of @WINBIND_NSS_PTHREAD@ in rules.Michael Adam2008-07-161-1/+2
| | | | | | | Eliminate more potential traps for picky makes. Michael (cherry picked from commit 1aad6661adc5800243969b761c653b57ff280f69)
* build: use $(WINBIND_NSS_EXTRA_LIBS) instead of @WINBIND_NSS_EXTRA_LIBS@ in ↵Michael Adam2008-07-161-1/+2
| | | | | | | | | rules. Eliminate more potential traps for picky makes. Michael (cherry picked from commit 7420f409c2fbfd5f90d45a4a435489fe31016581)
* build: use $(LDAP_LIBS) instead of @LDAP_LIBS@ in rules.Michael Adam2008-07-161-1/+1
| | | | | | | Eliminate more potential traps for picky makes. Michael (cherry picked from commit a7ee1c16c234ad5d0aa8853081d8f5f4f763614b)
* build: use $(LIBNETAPI_LIBS) instead of @LIBNETAPI_LIBS@ in rules.Michael Adam2008-07-161-1/+2
| | | | | | | Eliminate more potential traps for picky makes. Michael (cherry picked from commit 22d0f686eb6649b3d4a8c7f142257e303c54568e)
* build: link in $(WINBIND_LIBS) instead of @LIBWBCLIENT_SHARED@Michael Adam2008-07-161-6/+6
| | | | | | | | | This should fix some more picky makes when not building @LIBWBCLINET_SHARED@. Moreover, we want to link against -lwbclient, not against bin/libwbclient.so, anyways. Michael (cherry picked from commit a60d295d3ac4a6e7a055927951f7207f09a3df7c)
* build: use $(LIBTDB_LIBS) instead of @LIBTDB_LIBS@ in rules.Michael Adam2008-07-161-52/+53
| | | | | | | Eliminate more potential traps for picky makes. Michael (cherry picked from commit 0f609e55d8c58285de73fa0955df951042dfd9a0)
* build: use $(LIBTALLOC_LIBS) instead of @LIBTALLOC_LIBS@ in rules.Michael Adam2008-07-161-61/+62
| | | | | | | Eliminate more potential traps for picky makes. Michael (cherry picked from commit 15dd9f78650b0b853cb6955429ae58656be3945e)
* build: use $(POPT_LIBS) instad of @POPT_LIBS@ in rules.Michael Adam2008-07-161-47/+48
| | | | | | | Make picky makes happier. Michael (cherry picked from commit 2d2b48749e885d2a529dab273c8419c5445568d3)
* build: fix build on systems with picky make and without shared libwbclientMichael Adam2008-07-161-20/+20
| | | | | | | | | This produces empty lines in Makefile rules. Replacing @WINBIND_LIBS@ by $(WINBIND_LIBS) where WINBIND_LIBS=@WINBIND_LIBS@ should fix that. Michael (cherry picked from commit fd9b4bcaa5302d3d6245eb7b21ce0ef9994f718d)
* docs: fix the specified default of "password server" - it is *, not "".Michael Adam2008-07-161-2/+1
| | | | | | Michael (cherry picked from commit d7f759d302612ef9eb0bba022f3b3e1dd433f843) (cherry picked from commit 42eec4da853b9d3988fc22494cc3d632d1459732)
* Fix regression introduced with 4086ef15b395f1a536fb669af2103a33ecc14de4Simo Sorce2008-07-161-15/+15
| | | | | | | We must not return an error here just because we are offline. We must instead fix the mappings to the best of our knowledge (ie mark as mapped, expired ones, and as unmapped, unknown ones) (cherry picked from commit c17b125e1fdb9b71877200b2419d7f682bb52e87)
* build: fix build of libaddns shared lib : it needs socket_wrapper.Michael Adam2008-07-161-1/+1
| | | | | | Michael (cherry picked from commit 58bc04b31b15c36505c5ecb2d8373e9033972390) (cherry picked from commit 2c097e7f333553ff4a540aef7668de7382723a74)
* build: fix build of libaddns shared lib. symbols file was missing.Michael Adam2008-07-161-0/+5
| | | | | | | | | This symbols file is checked because mksyms script currently does not support headers without exportet symbols... Michael (cherry picked from commit 1fa57b47e8f8da33a5713096c187bafb3a6c5b79) (cherry picked from commit 8eb7be8d1dbf76f7a0f09e0e0271762902fd7e4b)
* cleanup some dup code by passing the password to the wbinfo_auth*Herb Lewis2008-07-161-46/+25
| | | | | functions (cherry picked from commit 710d42d0b7de44fb684edf7412bfb4a48c3daf07)
* Fix realpath() check so that it doesn't generate a core() when it fails.Zach Loafman2008-07-161-2/+10
| | | | (cherry picked from commit 5c5e96df3b96bfab93ed0f0b1e5e7f7615cb356e)
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-07-161-1/+5
| | | | | | | | | | | | | This fixes the case where "include = registry" is set in the smb.conf text file and *only* shares (no [global] settings) are present in the registry. Michael, please check! Thanks, Volker (cherry picked from commit 6c80362e291d8c5e748b987a583e8e32acc36354) (cherry picked from commit dacd0f90f3706db6ffab0cd7662d22eb40811e05)
* loadparm: fix process_registry_shares() when there is only [global] in registry.Michael Adam2008-07-161-0/+2
| | | | | | | | | This fixes testparm printing "Error loading services." when there is only the global section in registry and no other service definition. Michael (cherry picked from commit 28d197220038b9a47af177b88a8587f865e45de5) (cherry picked from commit efb9a844e74b91d63fda98fa9cc12136bf1f172a)
* loadarm: fix testparm with "config backend = registry".Michael Adam2008-07-161-2/+3
| | | | | | | | | | | | Set the iServiceIndex to "-1" for starup with either config backend (originally only for text backend). Otherwise, process_registry_shares() will fail. Currently, the only user of lp_load_with_registry_shares() is testparm. Michael (cherry picked from commit 5e2b925367241c41793b2eb7a628e9fc9f3ac8ff) (cherry picked from commit 6fd007905d4ba09309735a14635502008e082cb6)
* testparm: list registry shares with testparm.Michael Adam2008-07-161-1/+1
| | | | | | | | I.e., use lp_load_with_registry_shares() instead of lp_load(). Michael (cherry picked from commit 95339c0c1ecc49049f1fc176f72a1dcac639e06d) (cherry picked from commit e1bbcc6c5401c59726ca40dadff5760c2800b5c1)
* loadparm: add funcion lp_load_with_registry_shares().Michael Adam2008-07-161-0/+15
| | | | | | | | | | This is like lp_load(), except that it will load the registry shares into the services aarray when registry shares are activated. Michael (cherry picked from commit b387c614ba8d1d3960f6917f03f0fd433cf2b2ee) (cherry picked from commit dc04efa42104100e677bccc307726106d8ca4b31)
* loadparm: add call to do_section() to process_registry_service().Michael Adam2008-07-161-0/+4
| | | | | | Michael (cherry picked from commit e1b76cd5d646bb9083cfca0d15a84183cad72882) (cherry picked from commit 661960e2bd73a6f773531608a635e17be28afeba)
* loadparm: add parameter allow_registry_shares to lp_load_ex().Michael Adam2008-07-161-3/+10
| | | | | | | | | This allows for registry shares to be activated, i.e. loaded into the services array at lp_load() time. Michael (cherry picked from commit b3233ecefd5df745ba7e10511f9ab36064036b10) (cherry picked from commit 02fa674dd62ad400502046fbe9e05a1578b4deab)
* loadparm: add a function process_registry_shares()Michael Adam2008-07-161-0/+37
| | | | | | | | This loads the shares defined in registry into the services array. Michael (cherry picked from commit b3a90b72517c2e25d972796908aec4d2b85a030e) (cherry picked from commit fc60bc9389e5a0ca278b3622e96aed1626c4882e)
* loadparm: refactor processing of service out of process_registry_globals()Michael Adam2008-07-161-8/+23
| | | | | | | | into new function process_registry_service(). Michael (cherry picked from commit 2986e5174e69527465ae7ef8e108110416752b56) (cherry picked from commit e7362a769c4ad7b6715c87dc8ba77ffdd38a4824)
* loadparm: refactor initalization of registry config out into lp_smbconf_ctx().Michael Adam2008-07-161-13/+22
| | | | | | Michael (cherry picked from commit 83cd9f74d57c462ad5c8956b3ce3c81bea429b67) (cherry picked from commit 7f38c280c821cc7950036a709e01383ab94ab55e)
* build: fix bug #5608: link creation for libtalloc.so.1 (and friends) on ↵Michael Adam2008-07-161-0/+4
| | | | | | | | | solaris 8 on solaris, ln -s -f does not remove the link if it exists. Michael (cherry picked from commit f4d26db5dfccb962f5ca2cc03e9012a9883e16d8)
* Fix some uninitialized variable references via ndr_printVolker Lendecke2008-07-162-1/+5
| | | | (cherry picked from commit 43891c397849ccc9c64e5252b6c0350beb754087)