summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* Fix the compile on NetBSD -- missing prototypesVolker Lendecke2008-06-091-0/+39
| | | | | (cherry picked from commit 11236d266e3703eb3aca4b96e2ed9da76614ec12) (This used to be commit d25408f83d03fae9d6b589b005db9a3af823e652)
* Fix the compile on NetBSD -- readlink and read are macros thereVolker Lendecke2008-06-092-10/+10
| | | | | (cherry picked from commit 435b80a9a2e9324cc20594d922b3d8d6418c27af) (This used to be commit 055bb54fa646f6de7d7b748deaebd69ddeff33d1)
* libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher2008-06-091-1/+2
| | | | | | | | This fixes ./autogen.sh with autoconf-2.62 metze (cherry picked from commit 72bb01dda4d425528e28cd96e249595dc6c1952f) (This used to be commit 85111dc2b60ca38027adf129a074641c752cb104)
* libreplace: fix warnings with autoconf-2.62 rename ac_ => libreplace_cv_Stefan Metzmacher2008-06-091-4/+4
| | | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (cherry picked from commit 67e43860b4973a458676b36785570bb4a66e046a) (This used to be commit d786bfc48e20ed7e695a988da6ed56a573afdadc)
* configure: we require autoconf 2.54Stefan Metzmacher2008-06-091-2/+2
| | | | | | | I've tested with autoconf from 2.53 to 2.62. metze (This used to be commit a268a6d251e58c27262e11fcd85b8281dfaddd8b)
* configure: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher2008-06-091-3/+3
| | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 89663ab4d10586b96807c56de53fd60d2488093c)
* configure: fix warnings with autoconf-2.62 rename samba_stat_hires => ↵Stefan Metzmacher2008-06-091-6/+6
| | | | | | | | | samba_cv_stat_hires AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 426b1e36e262ae47ea62e36e1df8a76c930394bc)
* configure: fix warnings with autoconf-2.62 rename smb_krb5_ => smb_krb5_cv_Stefan Metzmacher2008-06-091-21/+21
| | | | | | | AC_CACHE_VAL() variables must contain _cv_ to be cached. metze (This used to be commit 38a03d61ecd35a70905b895b839a994e974cbaf1)
* Bugfix noticed by Herb. On using the again: tag as aJeremy Allison2008-06-081-0/+15
| | | | | | | | | | | | | | | | | | | | | | goto target we were not reinitializing the array counts. From Herb: This is in the file nsswitch/winbindd_cm.c (samba-3.0.30) line 1236 We have a label again: where we keep trying to find the name of the DC from the list of IPs returned by get_dcs. If we fail to figure out the name we do a goto again at the end of the function. The problem is we don't reset the num_dcs, num_addrs, etc and free the memory in the various arrays. This seems wrong to me. I have a winbindd core where I have 9 IPs returned for the DCs but at the time of the crash num_dcs is 87 and if I look through the array dcs it keeps repeating entries from the same group of 9 Jerry, Volker and Guenther please check. Jeremy. (This used to be commit 15f464321a7c71a86b747918343746050d286655)
* Add STREAMINFO op to vfs_full_auditVolker Lendecke2008-06-072-1/+28
| | | | | Fix Coverity ID 552 and 553 (This used to be commit c46e10d2605b22d31675976e62e5ae61d73c8a0a)
* Fix a memleak in secrets_fetch_afs_keyVolker Lendecke2008-06-071-0/+2
| | | | | Coverity ID 570 (This used to be commit 0f52dc3f7eae7e87b8a71bd099b99b0b3e76a387)
* Fix a memleak in secrets_fetch_trust_account_password_legacyVolker Lendecke2008-06-071-0/+1
| | | | | Coverity ID 571 (This used to be commit a551773e34af1c118f77784a285e1b885da8655d)
* Fix a memleak in fetch_ldap_pwVolker Lendecke2008-06-071-1/+2
| | | | | Fix Coverity ID 572, also fix the error check for secrets_fetch failing (This used to be commit 2663c81a782fd4394a9feaaaa987c7f6d38ca5da)
* Fix a crash in add_failed_connection_entryVolker Lendecke2008-06-071-1/+2
| | | | (This used to be commit 2a689aa66af1de3d2e0d08b51e33e9a7015d6cb7)
* Add prototype for delete_negative_conn_cacheVolker Lendecke2008-06-071-0/+1
| | | | (This used to be commit 097446c3c82c42ca4a7909201119c0cf431321ba)
* Make the gencache based conncache use talloc_tos()Volker Lendecke2008-06-071-11/+15
| | | | (This used to be commit f7f912a478af64b07beeb58673b605da0c46db94)
* Negative conn cache uses gencacheMarc VanHeyningen2008-06-071-129/+189
| | | | (This used to be commit 8765eb8ad7bb978d3bb9c9ff8e557791fdc43009)
* pam_winbind: fix pam_sm_chauthtok for storing modified cached creds.Günther Deschner2008-06-061-1/+16
| | | | | | | Thanks to Bo Yang for pointing this out. Guenther (This used to be commit 516a067016955938988ab37c777102a14b41e100)
* netapi: use NetGroupSetInfo() for "net rpc group rename".Günther Deschner2008-06-061-73/+18
| | | | | Guenther (This used to be commit 8a4577ebb00b0b190f6a9c708a1bc6e1bc8f9712)
* More correct fix (hopefully :-) for any memory leaks.Jeremy Allison2008-06-051-1/+17
| | | | | | Jerry promised to check :-). Vl also please review. Jeremy. (This used to be commit 8abc6e742147486a62b4a3f9845e34062845d8ea)
* netdomjoin-gui: enable NetGetJoinInformation() call after successfull joining.Günther Deschner2008-06-051-3/+3
| | | | | | | | | Now that libnetjoin reloads configuration after joining, we can rely on the NetGetJoinInformation() output and use it for displaying the new domain name and type. Guenther (This used to be commit cc1b8de2632e87002cac86838f2a77ab9771ce2c)
* netdomjoin-gui: fix more gtk runtime warnings.Günther Deschner2008-06-051-0/+4
| | | | | Guenther (This used to be commit 521ea68719524eeef827875e018bb8cba2a92e87)
* libnetjoin: add libnet_join_rollback().Günther Deschner2008-06-051-1/+30
| | | | | | | | This is required now if the join verify failed and we already modified the local configuration. Guenther (This used to be commit 2870fe50af5163e30330f5a3ef21d0b7eea85ee5)
* libnetjoin: First store configuration and then verify the join.Günther Deschner2008-06-051-4/+11
| | | | | | | Jerry, this fixes the issues while joining with "config backend = registry". Guenther (This used to be commit b3d47f099286778252c6df6bf2c1fee0c4e26560)
* mailslot: always pull a command 25 type reply.Günther Deschner2008-06-051-0/+1
| | | | | Guenther (This used to be commit 1ce726b951621cb4b34069c31d1318fc04ad2389)
* net: fix debuglevel handling.Günther Deschner2008-06-052-2/+3
| | | | | | | | Kai, that one actually needs to stay a global external variable in order to support debuglevel definition only on the commandline for net. Guenther (This used to be commit f6ba7333ab31332198b59651b4252cb3f897b6aa)
* Fix a memleak caused by a crappy get_sorted_dc_list() APIVolker Lendecke2008-06-051-1/+14
| | | | (This used to be commit 2ea03a1e95a30e321e390bef9408a1215711de07)
* Fix a memleak in ads_find_dc() in case get_sorted_dc_list() failsVolker Lendecke2008-06-051-0/+1
| | | | | | This is really not a proper place to fix this, but as get_gc_list() and friends are about to be replaced anyway, just work around the broken existing API (This used to be commit df8d089bc63c2a52cbdf3504cded8df620a59902)
* netdomjoin-gui: disable annoying "reboot now" dialog.Günther Deschner2008-06-051-0/+4
| | | | | Guenther (This used to be commit 8f0c5f1bedaae7a86ca671cdb2ba798079ec1d84)
* libnetjoin: correctly copy returned lsa policy sid.Günther Deschner2008-06-041-2/+4
| | | | | Guenther (This used to be commit f9e5450c9492b0f35bd90040739007963e765ab1)
* netdomjoin-gui: some minor fixes + hunting down typecast bugs.Günther Deschner2008-06-041-11/+25
| | | | | Guenther (This used to be commit 0fa6c8c6a3efd026154e8af54ba73b3d3de1affa)
* net: fix popt context memleak.Günther Deschner2008-06-041-0/+2
| | | | | Guenther (This used to be commit 60bce925746590aabf489f0c771afd732c32f5a0)
* libnetjoin: only close existing policy handles while unjoining.Günther Deschner2008-06-041-2/+10
| | | | | Guenther (This used to be commit 6dbed6e7b7300962e11fdce1a713e6f3ea2cb619)
* libnetjoin: delete possible "realm" leftover parameter.Günther Deschner2008-06-041-0/+2
| | | | | Guenther (This used to be commit d7ba98cc3f2d037ec01e079220a66da508b104b0)
* net: print NBT_SERVER_X_SECRET_DOMAIN_6 flags in "net ads lookup".Günther Deschner2008-06-041-2/+7
| | | | | Guenther (This used to be commit 420390ba0ef6b45f18a8fd37974b1fbee0bd1502)
* util_str: add talloc_asprintf_strlower_m().Günther Deschner2008-06-042-0/+18
| | | | | Guenther (This used to be commit 7f8b0b4d151fa4d07758b6fd7b47b0b7c07dda17)
* netapi: remove unrequired headers.Günther Deschner2008-06-041-5/+0
| | | | | Guenther (This used to be commit f8fec49ce10cbd663cb30ac94a543b4a76a8dc57)
* Always set "registry shares = yes" for "include = registry"Volker Lendecke2008-06-031-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 (This used to be commit 6c80362e291d8c5e748b987a583e8e32acc36354)
* build: fix build warning.Günther Deschner2008-06-031-1/+1
| | | | | Guenther (This used to be commit 62fcad0c0548ab53e9c20cfd6301972c68172b95)
* build: fix the build (missing protoype for lp_ldap_connection_timeout()).Günther Deschner2008-06-031-0/+1
| | | | | Guenther (This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c)
* winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.Gerald W. Carter2008-06-031-1/+7
| | | | | | Reduce the use of config parameters with run time information after discussion with Guenther. (This used to be commit 57d596395db287301eefd34e62c9aaf857c34c69)
* Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ↵Björn Jacke2008-06-033-3/+40
| | | | | | controlled via the ldap connection timeout parameter. This fixes fallbacks to secondary LDAP servers in multi LDAP server setups like in #4544 (This used to be commit 8e59a2fedc940b081222b0e8f90fe0c5a0981c06)
* Fix empty input fields in SWAT; [#5515].Andreas Schneider2008-06-031-4/+4
| | | | | Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit e1579c90fb27c07f95889dd8778daeef53e2ac16)
* Fix saving of the config file in SWAT; [#5516].Andreas Schneider2008-06-031-2/+2
| | | | | | | | The strlen of the source string passed to convert_string_allocate was too short :) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be commit ac3597ef8b7781499ab55f1039670ec82202e32c)
* Fix bug reported by David Eisner <deisner@gmail.com>. When allocating cliJeremy Allison2008-06-021-3/+3
| | | | | | | buffers for large read/write - make sure we take account of the large read/write SMB headers as well as the buffer space. Jeremy. (This used to be commit 19519bca9b64b736d2fe0447b7cd495f00dba60a)
* netapi: fix some build warnings.Günther Deschner2008-06-032-7/+7
| | | | | Guenther (This used to be commit 45cd78030f18a792d0761160bb96116d19801109)
* netapi: use libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-127/+59
| | | | | Guenther (This used to be commit d8fad6bf442ac6f218c1c4572da9f1e9932c9cee)
* netapi: add libnetapi_samr_lookup_and_open_alias().Günther Deschner2008-06-031-0/+46
| | | | | Guenther (This used to be commit 890d63f31c0ff3931b8efb627c3a375850a59a9a)
* netapi: use libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-031-64/+28
| | | | | Guenther (This used to be commit d1bf8c5ae6f4e3ade2000dd884c8384fb4b9f12c)
* netapi: add libnetapi_samr_open_builtin_domain().Günther Deschner2008-06-032-0/+46
| | | | | Guenther (This used to be commit f15a7f9ab1da88369185beda267f3e67a3b36191)