summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libads: add ads_get_machine_kvno() to make ads_get_kvno() a bit more generic.Günther Deschner2008-06-173-13/+36
| | | | | Guenther (This used to be commit cb7ace209c2051ae02647188715fa6ee324c2bf6)
* clikrb5: remove unrequired create_kerberos_key_from_string_direct() prototype.Günther Deschner2008-06-172-11/+10
| | | | | Guenther (This used to be commit ec86852fc6ce2d88ad5835c8fcb337c68fd6f6bc)
* dsgetdcname: allow to use NULL mem_ctx.Günther Deschner2008-06-171-1/+1
| | | | | Guenther (This used to be commit d20353d30c2e08a6c6d67ae8b8c2faa26004249c)
* libads: fix logic error in ads_get_kvno().Günther Deschner2008-06-171-1/+1
| | | | | Guenther (This used to be commit 132b038581a1a91b4e70c7c44f97f52866609812)
* Fix a memleak in svcctl_init_keys()Volker Lendecke2008-06-171-1/+10
| | | | (This used to be commit 675bb53398ba29c53d2dcf3c7122cf4770c2f938)
* Fix a segfault in wbcLookupRidsVolker Lendecke2008-06-171-16/+21
| | | | | | | | | | | | | The done: part could access uninitialized memory if intermediate BAIL_ON_WBC_ERROR fire. Jerry, please check! Thanks, Volker (cherry picked from commit 31f4c33dcc744e81be54389756378e25aa2bb75e) (This used to be commit 5b12d8aa510689114e5413be5afe6aeb6ec2d9db)
* Fix a segfault in wbcLookupSidVolker Lendecke2008-06-171-19/+29
| | | | | | | | | | | | | | | If the BAIL_ON_WBC_ERROR directly after wbcRequestResponse kicks in, *domain and *name have not been initialized yet. So the cleanup routine in the done: part of the routine (which did not check for domain!=NULL etc) would access uninitialized memory. Jerry, please check! Thanks, Volker (cherry picked from commit 3d7e0cc40b1992f4555807acec4f00450e30e2de) (This used to be commit ac5ba26bb0488c3fb95072d84898c02b72c5b819)
* Merge branch 'v3-3-test' of ssh://git.samba.org/data/git/samba into 3-3-abartletAndrew Bartlett2008-06-171-1/+1
|\ | | | | | | (This used to be commit a09ed6016a41a9ed45716579e59a646545054f63)
| * Replace a very unusual variable declaration by a more conventional oneVolker Lendecke2008-06-171-1/+1
| | | | | | | | (This used to be commit 9c1f334af3111e93bb8dceb661e1bc5519aa94c6)
* | Without stdlib.h we don't get a prototype for free().Andrew Bartlett2008-06-171-0/+1
|/ | | | | | | | | | This test fails if GCC emits any warnings (presumably to detect the function propertly), but unless we include this message then free() fail. Why we need to call free in a configure test is probably something to blame on valgrind... Andrew Bartlett (This used to be commit d013f6fadc3e80fabb4a1784207dabc84f9b7dc2)
* man pages: Move 'smbsh' man page to the examples directory.Karolin Seeger2008-06-173-0/+311
| | | | | | | | | | smbsh.c is located in the examples directory. It does not make sense to install a man page without installing the tool itself. This fixes bug #4724. Karolin (This used to be commit 797ed744b15c94fa4831d9796b40bb0ab5df55b7)
* Fix a memleak in wbcAuthenticateUserEx()Volker Lendecke2008-06-171-0/+2
| | | | | (cherry picked from commit 72b381689af9cae83ab08532cffd0188f2da4807) (This used to be commit 20110ee5f181168dc1cbc08b7c22820d68204960)
* Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"Volker Lendecke2008-06-171-14/+1
| | | | | This reverts commit 2ea03a1e95a30e321e390bef9408a1215711de07. (This used to be commit 80c2e8295a00c3d88372b55b81d03b455feb69b2)
* Revert "Fix a memleak in ads_find_dc() in case get_sorted_dc_list() fails"Volker Lendecke2008-06-171-1/+0
| | | | | This reverts commit df8d089bc63c2a52cbdf3504cded8df620a59902. (This used to be commit 342f8858200ed7c446516c270e1b4284d92010d8)
* netapi: Fix Bug #5545 (libnetapi_init without $USER)Günther Deschner2008-06-171-2/+6
| | | | | | | Based on patch from Erik van Pienbroek. Guenther (This used to be commit 71f4cf773022525ba617f09c495dbff97f8eb2d5)
* net_vampire: fix samsync_process_database().Günther Deschner2008-06-171-1/+1
| | | | | | | Turns out the password hashes are not rid encrypted in the samsync reply. Guenther (This used to be commit 7d8d60bcbae79f3cdd55b27217145ffbd19f161d)
* net_vampire: fix build warning.Günther Deschner2008-06-171-1/+0
| | | | | Guenther (This used to be commit eb4232fec05cd87ea85a781b84a3fbe85f469703)
* net_vampire: use generic output filename and use correct argv element.Günther Deschner2008-06-173-3/+3
| | | | | Guenther (This used to be commit e0843e631e379645296a5fe34dfc83bc265ebef3)
* net_vampire: move ldif code out of net_rpc_samsync.cGünther Deschner2008-06-174-1183/+1217
| | | | | Guenther (This used to be commit 1d5758ec3a5160e5649242c42f6e4a7b39eb6199)
* net_vampire: move some samsync functions to libnet.Günther Deschner2008-06-176-205/+241
| | | | | Guenther (This used to be commit b3b6af0a3e25fab0a14c9c802dbabd3d03448ebe)
* Add some debug to notifyVolker Lendecke2008-06-171-0/+6
| | | | (This used to be commit 4394235378f85ccb911d662d95f1545a14240bdf)
* Remove references to SVN.Karolin Seeger2008-06-172-4/+4
| | | | | Karolin (This used to be commit 9d69a809e370f98057e514a3c755b0b86ee5f610)
* Remove reference to current_user from modules/nfs4_acls.c .Michael Adam2008-06-171-2/+1
| | | | | Michael (This used to be commit 50fbfa03483de0059d85967dc96f2896e55e6d04)
* idmap: Fix typos in comments.Karolin Seeger2008-06-171-3/+3
| | | | | Karolin (This used to be commit 94a4d7fa3209eb668161b8110af6f877b4833fa7)
* Fix typo.Karolin Seeger2008-06-172-13/+13
| | | | | | | arguements -> arguments Karolin (This used to be commit 16b5b772d216d10613d433884634b1215efbd6e6)
* winbind cache: Don't create SN cache entries during name-to-sid queries.Karolin Seeger2008-06-161-6/+6
| | | | | | | | | | | | | Clients can request name-to-sid queries for different combinations of upper and lower case names. We don't want to create the reverse caching entries for each combination used. This avoids inconsistent answers on sid-to-name queries. Please review! Karolin (This used to be commit b58e4f6b3d73294d8448c0dff4341183c52e5b7c)
* Fix bug 5500 -- thanks to mathion at thorrovydeti.com for reportingVolker Lendecke2008-06-161-0/+2
| | | | | (cherry picked from commit 996c3ce6f0dbe79b0679ae30afd873c24fe5b1eb) (This used to be commit 1f86c7a2a19e66948c9b51572d3c078b6e03ef52)
* Add forgotten protoypesVolker Lendecke2008-06-151-1/+2
| | | | (This used to be commit dee60935d443bd215e384e626d1114ae65c1a62d)
* Remove the current_user references from open.cVolker Lendecke2008-06-151-6/+4
| | | | | | current_user_info was "only" used in a debug msg, and current_user.ut.uid is also available via conn->server_info (This used to be commit d0386914ff0f7b0f1edc3302fdc6a25f211712fa)
* Remove the current_user reference from fake_file.cVolker Lendecke2008-06-153-5/+6
| | | | | | The current vuid is not only available there, it is also in the current smb_request structure. (This used to be commit c8fd5eef32a86888c7a28317f0fdf717a26b7d4c)
* Remove unused "extern struct current_user" from dir.cVolker Lendecke2008-06-151-2/+0
| | | | (This used to be commit b92cfd19b459caad34229dfe941cf15fd14a5ce0)
* Remove the reference to current_user from file_access.cVolker Lendecke2008-06-151-8/+6
| | | | | conn holds the current user info (This used to be commit 093bc5f2b33ebf90e04bc17e51b1695b1b932bf2)
* Fix an uninitialized variable found by the IBM checkerVolker Lendecke2008-06-151-5/+5
| | | | | | | | | | | BAIL_ON_PTR_ERROR jumps to done: which will access extra_data before it's initialized. Stefan, please check! Volker (cherry picked from commit b59636f78d351ed6d52c4a9fdccdb7850388526c) (This used to be commit 5663587e5e4703f9e3ff6d78d1f3248053ccd4c0)
* Fix group parsing in libwbclient's copy_group_entry()Volker Lendecke2008-06-151-4/+6
| | | | | | | | | This (also) fixes a flaw pointed out by the IBM checker. When verifying that I found out that the parsing was not working as I would have expected it to. Jerry, please check! (cherry picked from commit c2c7790155ab02e1e351caf2bed192ce72913663) (This used to be commit 26c05a52b73763dad5ad0525dab6e20014c3f8d6)
* Move connection-specific vuid cache clear to uid.cVolker Lendecke2008-06-143-16/+25
| | | | (This used to be commit 1025f687910ce40283c7344ed67ebd5bf31217b7)
* Slight refactoring for check_user_ok: It only needs vuid and server_infoVolker Lendecke2008-06-141-20/+18
| | | | (This used to be commit 68944ea1ea7a0a63b08cbfc703f5ee29d2627696)
* Group the access checks together in check_user_ok()Volker Lendecke2008-06-141-6/+8
| | | | (This used to be commit 45662b5e8b3c7bc39cb33c5d7deb7e9a91f30a8b)
* Consistently use snum in check_user_okVolker Lendecke2008-06-141-2/+2
| | | | | | Most already used it, these two still used SNUM(conn), where the only caller of this routine (change_to_user) had set snum = SNUM(conn). (This used to be commit b14e59bfdbfb62494002e22d0665c4d420484245)
* Compare the pointer "vuser" to NULL, not 0Volker Lendecke2008-06-141-1/+1
| | | | (This used to be commit 5c916549f002d5e4e06f24d396a2bdca73d384c7)
* Use the correct cups-devel test for HAVE_IPRINT alsoVolker Lendecke2008-06-141-1/+2
| | | | (This used to be commit a42d7e1146e7469062ead2c8f22f549a48154e03)
* Correctly check for presence of cups-develVolker Lendecke2008-06-141-1/+15
| | | | | | On SuSE at least cups-config belongs to cups-libs which does not contain the headers which are in cups-devel. (This used to be commit 2408d2493f7c6e0beee58febd547516bbeb0929d)
* net_vampire: rename process_database to samsync_process_database.Günther Deschner2008-06-131-19/+19
| | | | | Guenther (This used to be commit cf382a87602a63368587ffa2c95b774f2f97c21b)
* net_vampire: fix ldif_init_context().Günther Deschner2008-06-131-31/+40
| | | | | Guenther (This used to be commit 94d45b1bb97ac2b6025d429389993ac43044f5b8)
* net_vampire: split out rpc_vampire_ldif().Günther Deschner2008-06-133-31/+108
| | | | | Guenther (This used to be commit bcc6d3a0ebdcb904b5a2a4de63d9ed7415e9bb33)
* net_vampire: add samsync_init_context().Günther Deschner2008-06-131-9/+41
| | | | | Guenther (This used to be commit 63ca4414b62657983c27d2930483aa56f9c78ccf)
* net_vampire: add samsync_debug_str().Günther Deschner2008-06-131-30/+52
| | | | | Guenther (This used to be commit bbfe5bcaf5ec5d06ffd110ab362ea3f228867603)
* net_vampire: restructure internal code more.Günther Deschner2008-06-132-312/+456
| | | | | Guenther (This used to be commit 9557504d70fe57098914da131b39212faf4f0a7d)
* net_vampire: start using talloc for the ldif vampire code.Günther Deschner2008-06-132-124/+144
| | | | | Guenther (This used to be commit ae179e4f3faccbf2c9f19b6f070f5daf87cdfc50)
* net_vampire: join dump and process function into one callback.Günther Deschner2008-06-131-96/+54
| | | | | Guenther (This used to be commit e9b79f34d5afe10ee8d9b1e2dd19c8aafa533579)
* net_vampire: let fetch_database and fetch_database_to_ldif use sid pointers.Günther Deschner2008-06-131-12/+12
| | | | | Guenther (This used to be commit 0707d32042b23d615b57b2f955775472b766770e)