summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke2009-05-181-3/+1
| | | | | | | | | | Jeremy as far as I can see there is no real technical reason to limit the number of interfaces. If you like this patch, can you please merge it to 3.4? If you don't please tell me :-) Thanks, Volker
* Add "file_walk_table" to do stuff with all open filesVolker Lendecke2009-05-181-0/+4
|
* Move smb_create_user() in samsyncSimo Sorce2009-05-161-5/+0
| | | | | It is not used anywhere else, so make it also static and remove it from proto.h
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+1
| | | | Guenther
* s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam2009-05-151-0/+1
| | | | | | This fixes bug #4271: testparm should not print includes. Michael
* s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher2009-05-131-5/+0
| | | | metze
* s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher2009-05-131-1/+1
| | | | metze
* s3-printing: no need to define struct table_node 4 times.Günther Deschner2009-05-131-0/+6
| | | | Guenther
* Remove an unused struct definitionVolker Lendecke2009-05-131-6/+0
|
* s3: return proper error code in cli_smb_req_sendBo Yang2009-05-131-1/+1
| | | | Signed-off-by: Bo Yang <boyang@samba.org>
* Fix bug 6157Volker Lendecke2009-05-121-0/+3
| | | | | This patch picks the alphabetically smallest one of the multi-value attribute "uid". This fixes a regression against 3.0 and also becomes deterministic.
* s3:proto.h: remove old param/params.c prototypeMichael Adam2009-05-121-7/+0
| | | | Michael
* Correct typos; semicolons instead of commasDerrell Lipman2009-05-111-7/+7
|
* Provide a libsmbclient interface for programs requiring threadsDerrell Lipman2009-05-101-0/+109
| | | | | | | | | - This adds two functions: smbc_thread_posix() which provides access to the internal threading implementation using pthread; and smbc_thread_impl() where the user provides each of the functions required by Samba, to give access to the thread implementation's native capabilities. Derrell
* Add wb_simple_trans_send/recvVolker Lendecke2009-05-091-0/+7
|
* s3-samr: let set_user_info_16 and 20 follow the same pattern as all other ↵Günther Deschner2009-05-081-0/+2
| | | | | | levels. Guenther
* s3-samr: support some more info levels in samr_SetUserInfo calls.Günther Deschner2009-05-081-0/+20
| | | | Guenther
* Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke2009-05-071-6/+6
|
* s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner2009-05-071-1/+1
| | | | | | | | | | | | | | | | | | | Patch from Jeremy. With this patch, I was able to join Windows 7 RC to a Samba3 DC, and login into a Samba 3 Domain. There are still two registry settings required: HKLM\System\CCS\Services\LanmanWorkstation\Parameters DWORD DomainCompatibilityMode = 1 DWORD DNSNameResolutionRequired = 0 Do *not* modify the other netlogon registry parameters that were passed around, they weaken security. Guenther (cherry picked from commit b5097d54cb74ca0ea328f9e029562f65f4a01134)
* Make cli_tcon_andx chainableVolker Lendecke2009-05-071-0/+6
|
* Make cli_session_setup_guest chainableVolker Lendecke2009-05-071-0/+4
|
* Make cli_setatr async.Jeremy Allison2009-05-061-1/+11
| | | | Jeremy.
* Make cli_setattrE async.Jeremy Allison2009-05-061-4/+13
| | | | Jeremy.
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-6/+3
| | | | Guenther
* Make cli_getatr() async.Jeremy Allison2009-05-051-2/+14
| | | | Jeremy.
* Make cli_getattrE async.Jeremy Allison2009-05-051-5/+18
| | | | Jeremy.
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+7
|
* Add fncall_send/recvVolker Lendecke2009-05-012-0/+9
|
* Add thread poolVolker Lendecke2009-05-011-0/+42
| | | | | | | Included if pthreads are found, can be disabled with --enable-pthreadpool=no Tim, Steven, I haven't yet seen comments from you. You have been asking for such a thing at SambaXP. Do you like this? :-)
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
| | | | Jeremy.
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-302-40/+34
| | | | | | | Convert all uses of cli_open(), cli_nt_createXXX to NTSTATUS versions. This is smaller than it looks, it just fixes a lot of old code. Next up, ensure all cli_XX functions return NTSTATUS. Jeremy.
* s3-lsa: use LSA_POLICY_MODE flags in _lsa_GetSystemAccessAccount().Günther Deschner2009-04-301-6/+0
| | | | Guenther
* Make cli_unlink async.Jeremy Allison2009-04-291-2/+7
| | | | Jeremy.
* More async calls in libsmb/clifile.cJeremy Allison2009-04-291-2/+17
| | | | Jeremy.
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-0/+1
| | | | | | | | | | | instead of reading the registry directly with tdb and activating the configure options by hand. This eliminates the need for repeating checks done in loadparm. For instance it disables registry shares without path in the server as is the case with text based shares. Michael
* s3:loadparm: refactor process_registry_service out or process_registry_globalsMichael Adam2009-04-291-0/+1
| | | | Michael
* Convert cli_rename to async.Jeremy Allison2009-04-281-1/+7
| | | | Jeremy.
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-2/+14
| | | | | to async. First trans calls I've done. Jeremy.
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-272-6/+6
| | | | Michael
* s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.Michael Adam2009-04-271-2/+2
| | | | Michael
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-272-19/+25
| | | | Michael
* s3:registry: make a comment more precise.Michael Adam2009-04-271-1/+1
| | | | Michael
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-272-17/+20
| | | | Michael
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-274-24/+24
| | | | | | | This paves the way for hiding the typedef and the implementation from the surface. Michael
* find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison2009-04-241-15/+15
| | | | Jeremy.
* Add missing prototypesVolker Lendecke2009-04-231-0/+20
|
* Make dskattr async.Jeremy Allison2009-04-221-1/+1
| | | | Jeremy.
* Make cli_chkpath async.Jeremy Allison2009-04-221-1/+1
| | | | Jeremy
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-1/+0
|
* Make rmdir async.Jeremy Allison2009-04-211-1/+1
| | | | Jeremy.