summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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)
* net_vampire: let dump_database() return NTSTATUS.Günther Deschner2008-06-131-6/+8
| | | | | Guenther (This used to be commit b5a0e2d18f8d5c98326fefbda5972c02f898ed82)
* Fix a handle leak for error returns in ldb_try_load_dsoVolker Lendecke2008-06-131-1/+7
| | | | | | Coverity ID 464 (cherry picked from commit 496d44d2f21661c85bf07e8eb7cae6298fefd900) (This used to be commit f30bc6503de6c712101e04fe26c004eeffcd300e)
* Fix a crash in _winreg_QueryValueVolker Lendecke2008-06-131-0/+4
| | | | | | | | | | | | | Coverity ID 474, value_length and type are both unique, not ref pointers and can thus be NULL. Karolin, please merge this to -stable. Thanks, Volker (cherry picked from commit 999533c0ccced59141d8baff5bc248d63e2a966f) (This used to be commit 7e07ec68f15908a998f83d615a1b4d1349935a54)
* samsync: add prototype for samsync_fix_delta_array().Günther Deschner2008-06-131-0/+8
| | | | | Guenther (This used to be commit 6c1904f8be1b4e08b09b64052c1aba24e7a4fb3d)
* net: Fix bug #5542 (samsync contains empty passwords).Günther Deschner2008-06-133-2/+28
| | | | | | Guenther (cherry picked from commit 1a22e975dd1255f3557c1cd873d877aa35822afc) (This used to be commit ad8392cf7c817ee29a03bc6f515bf1cc18a29eda)
* samsync: add samsync_fix_delta_array()Günther Deschner2008-06-132-0/+189
| | | | | | | | This code is vastly based on samba4 code. Guenther (cherry picked from commit 5b68be96996a710988b1fd1c176cd5dff0f2c6af) (This used to be commit 2c53d87de4ecc5ac9c43bc7488a03bceecf35140)
* net: Fix net_ads.c build for the HAVE_ADS == 0 case.Kai Blin2008-06-121-1/+1
| | | | | Thanks to Karolin for catching this one. (This used to be commit 7f52998f5461ed7d976faa2254464336dcf73c02)
* AIX build fixes from William Jojo -- thanksVolker Lendecke2008-06-122-2/+3
| | | | | (cherry picked from commit cb91a47576e820390bc62195702aaae93a2feba6) (This used to be commit 90d7bc6da3c92e104fadd5965a730fbe01be33d5)
* Add -brtl to the AIX linker flagsVolker Lendecke2008-06-121-1/+3
| | | | | | Thanks to William Jojo (cherry picked from commit 74b195b54416d9e3eb46079a71eed31a15c7293a) (This used to be commit 5ffad12d68288eca4756519ec7ab90995a277517)
* net: Fix several typos in comments.Karolin Seeger2008-06-121-398/+398
| | | | | | | | | | | | -argc -> argv (where argv is meant) -destoyed -> destroyed -compleation -> completion -aquired -> acquired -Unify spelling of some words like rpc-server -> RPC server. -Add missing punctuation marks. Karolin (This used to be commit f4850c37df166c3ab4ec3c532aefd87b5c7e2ad8)
* man pages: Fix indentation in smb.conf section about 'map readonly'.Karolin Seeger2008-06-121-4/+4
| | | | (This used to be commit 0f0d81a89ae2ebae7d031a3a8633c3a924ebcbae)
* man pages: Added improvements.Christoph Zauner2008-06-123-6/+11
| | | | (This used to be commit 7fecd548af0a21b9644bd70e22a38aaa28777aa0)
* man pages: Fix typo in smb.conf section about the 'deleteprinter command'.Karolin Seeger2008-06-121-1/+1
| | | | | Karolin (This used to be commit 5fa77c216bc43c3558aff3373f74554efdb9210d)
* man pages: Fix typos.Christoph Zauner2008-06-126-14/+15
| | | | (This used to be commit 881eaa26e071a7fde9c6fc5eb42ae122d0ddd490)
* Samba3-HOWTO: Fix typos.Christoph Zauner2008-06-123-11/+14
| | | | (This used to be commit 2391d999eb733bd8d12631478f4318608225cbb6)
* Fix typos.Christoph Zauner2008-06-121-3/+3
| | | | (This used to be commit b2390aa738f6384016600dffb8065bd0bcda6ef1)
* Fix max_fd calculation in event_loop_onceVolker Lendecke2008-06-111-1/+1
| | | | | | | | | | | For some bugs I really wonder how they can go undetected for so long. Fix a bug reported by Mathias Dietz. No samba bugzilla entry, but still 100% needed for 3-2-stable. Volker (cherry picked from commit 82c994dabc47bb4755c883a1f3651bb5d65cf2c5) (This used to be commit 91c73e093a03b10426b671cb3e1dffb8a2455d47)
* rpc_client: fix some valgrind warnings.Günther Deschner2008-06-111-2/+4
| | | | | Guenther (This used to be commit 0352682a355b42ced7628a720a6889d8453e7946)
* re-run make idl.Günther Deschner2008-06-114-44/+34
| | | | | Guenther (This used to be commit 3a73fe564f07ef057bfc3b61367acf940067269d)
* idl: fix drsuapi_DsGetNCChanges.Günther Deschner2008-06-111-3/+4
| | | | | Guenther (This used to be commit 652af123b214e30d0edf1d5626849484c6bb5045)
* net: remove some dead code.Günther Deschner2008-06-111-29/+0
| | | | | Guenther (This used to be commit cdd1ce797aefa07780a73d0793c450e2d96f17bb)
* pam_winbind: Update cached creds during password change.Günther Deschner2008-06-111-0/+4
| | | | | | | Fix is from Bo Yang @ Novell. Thanks! (This used to be commit e4eb9d347d14de8c9ba73b07f26fe8fd4f17eab5)
* rpcclient: add more useful comments what sign/seal commands are doing.Günther Deschner2008-06-101-9/+19
| | | | | Guenther (This used to be commit ec278d8bc82e86c98d24277eb50633f8cd4c7600)
* Correctly find a [u]int32_t replacementVolker Lendecke2008-06-101-6/+15
| | | | | (cherry picked from commit 346375cda557a675f8f882ca2ae8edffec725a72) (This used to be commit 15a53945c9563b4517bd8b69a9bb0554eef5edff)
* Fix some scary FC9 warningsVolker Lendecke2008-06-101-39/+41
| | | | | (cherry picked from commit 6b0fed09ea34409d1c61bae9121bdb38d4c68d62) (This used to be commit f1e85ff2bc4eea2c50d7d71caca16b9051ca5e8c)
* man pages: Don't refer to numbered chapter of the HOWTO collection.Karolin Seeger2008-06-101-1/+2
| | | | | | | | This fixes bug #5527. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit b6696f4fbfc6aaffceef71c6099b8eaea58c1172)
* socket_wrapper: truncate packets to a 1500 byte payloadStefan Metzmacher2008-06-101-0/+8
| | | | | | | | | | Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes so that're getting a correctly formatted pcap file and the result look more like real network traffic. metze (cherry picked from commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de) (This used to be commit eb8c37a1ca97b41de00ec937a90bfdbe9cd21531)
* socket_wrapper: sync missing stuff from v4-0-testStefan Metzmacher2008-06-105-8/+17
| | | | | metze (This used to be commit b03c2793548834a1dc0483b03081d872ab1e17f0)
* Factor out IP marshalling into separate function.Jelmer Vernooij2008-06-101-36/+43
| | | | | (cherry picked from commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552) (This used to be commit e4e015caac88f6e31ca6d8fcda5a97a11aee226d)
* r25783: socket_wrapper: don't include "includes.h"Stefan Metzmacher2008-06-101-12/+5
| | | | | | metze (cherry picked from commit 47f865165e772540334dcbcf80cfc1999b0132fa) (This used to be commit 4d5bfcc731b44267e2c30fccdca72b6058b16bfb)
* r23420: try to make the IBM checker happyStefan Metzmacher2008-06-101-3/+8
| | | | | | metze (cherry picked from commit 96f1a0dfaa18a432fca4b5432d929d8daed0abb1) (This used to be commit 801ed0b79956133f2baa6b2db4a7dd5a68060edc)
* r22236: Update to Heimdal's socket_wrapper, which supports IPv6.Stefan Metzmacher2008-06-101-161/+391
| | | | | | | | | | | To make this pass, I needed to add support for 6 and 17 as valid protocol values to socket(). Andrew Bartlett (partly cherry picked from commit 2254e61a1e5b29a64c5a24aac029ace193057e24) metze (This used to be commit 66b9f6f3722defd0863b055916b302478715704b)
* r21729: Some more testsJelmer Vernooij2008-06-102-6/+29
| | | | | (cherry picked from commit d2baa8218cf504d6631d610f9fd393ad8c61574c) (This used to be commit cf6d815ba82a25c1e1f1dfdb8548cc588d44d1aa)
* r21671: Add initial simple tests for socket wrapperStefan Metzmacher2008-06-103-1/+84
| | | | | | | (partly cherry picked from commit 872e2ad541478597191ca9e31872d5c8e2bbb832) metze (This used to be commit 8003f00a28bb7237ec1b1f4eb9687c542a86c2b2)
* r19409: Pull in <sys/time.h> for struct timeval for non samba build (don'tLove Hörnquist Åstrand2008-06-101-0/+1
| | | | | | depend on namespace pollution) (cherry picked from commit 5052d2d10693e67f1b7c6c71277c8d1bc9c8b612) (This used to be commit d22701b196bded3294776b144a7a990de23741e9)
* r19367: Solaris needs <sys/filio.h> for FIONREAD.Love Hörnquist Åstrand2008-06-101-0/+1
| | | | | (cherry picked from commit e2866ce78851a84c937408c0781fcc1e7107f663) (This used to be commit 3db8b246c8abfc4efed08d7630e61a81b9d8bf48)
* man pages: Fix broken smb.conf section about the 'get quota command'.Karolin Seeger2008-06-101-2/+3
| | | | | | | | This fixes bug #5422. Thanks to the Debian package maintainers for reporting! Karolin (This used to be commit 04e2470e2eeef34362f2893ec062ae16f74c28ed)
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-1024-168/+102
| | | | (This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07)
* net: Make "net sam" use functable3Kai Blin2008-06-101-110/+351
| | | | (This used to be commit b161fb7cfe3d0f5c2e853d5759420817c6ed7c0f)
* net: Make "net rpc registry" use functable3Kai Blin2008-06-101-36/+102
| | | | (This used to be commit 08dd5f5311d97544d5cb3067f019260a9161ef81)
* net: Make "net registry" use functable3Kai Blin2008-06-101-16/+40
| | | | (This used to be commit 47f7308e4ee7422a6d9c578c1073b0207969fbb2)
* net: Make "net conf" use a functable similar to functable3Kai Blin2008-06-101-43/+139
| | | | (This used to be commit b8382bc3af318226a1160c6c39627e7a32e050ab)
* net: Use d_printf() instead of printf() in net_ads_gpo.cKai Blin2008-06-101-38/+38
| | | | (This used to be commit d0d1346f209ab66754fe2141d22115934ed6f728)
* net: Make "net rpc service" use functable3Kai Blin2008-06-101-27/+93
| | | | (This used to be commit aa06cd5cb2c72cc6c883bbfafe43546accce00a1)
* net: Make "net rpc rights" use functable3Kai Blin2008-06-101-26/+59
| | | | (This used to be commit b0e373e595d66bd92b685dd98fc8967d45532e41)
* net: Make "net rpc audit" use functable3Kai Blin2008-06-101-11/+78
| | | | (This used to be commit c47ff2bff6d97a5e7654849965253928a825fe6a)
* net: Make "net rpc" use functable3Kai Blin2008-06-104-315/+917
| | | | (This used to be commit 428b56863c3963ecd041b8398d5683c92fa64307)
* net: Make "net rap" use functable3Kai Blin2008-06-102-210/+470
| | | | (This used to be commit 7a2364518c4200befb419f2bcbf3afd425fd7a6f)