summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2009-05-18s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan1-1/+1
2009-05-18Change access_check_samr_object -> access_check_object.Jeremy Allison1-0/+7
2009-05-18Fix bug 5681: Do not limit the number of network interfacesVolker Lendecke1-3/+1
2009-05-18Add "file_walk_table" to do stuff with all open filesVolker Lendecke1-0/+4
2009-05-16Move smb_create_user() in samsyncSimo Sorce1-5/+0
2009-05-16s3-privileges: add privilege_delete_account().Günther Deschner1-0/+1
2009-05-15s3:param: prevent includes from being dumped in dump_*() functions.Michael Adam1-0/+1
2009-05-13s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher1-5/+0
2009-05-13s3:libsmb: let cli_smb_chain_send() also return NTSTATUSStefan Metzmacher1-1/+1
2009-05-13s3-printing: no need to define struct table_node 4 times.Günther Deschner1-0/+6
2009-05-13Remove an unused struct definitionVolker Lendecke1-6/+0
2009-05-13s3: return proper error code in cli_smb_req_sendBo Yang1-1/+1
2009-05-12Fix bug 6157Volker Lendecke1-0/+3
2009-05-12s3:proto.h: remove old param/params.c prototypeMichael Adam1-7/+0
2009-05-11Correct typos; semicolons instead of commasDerrell Lipman1-7/+7
2009-05-10Provide a libsmbclient interface for programs requiring threadsDerrell Lipman1-0/+109
2009-05-09Add wb_simple_trans_send/recvVolker Lendecke1-0/+7
2009-05-08s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...Günther Deschner1-0/+2
2009-05-08s3-samr: support some more info levels in samr_SetUserInfo calls.Günther Deschner1-0/+20
2009-05-07Convert lib/wb_reqtrans.c to unix calling conventionsVolker Lendecke1-6/+6
2009-05-07s3-auth: use full 16byte session key in make_user_info_netlogon_interactive().Günther Deschner1-1/+1
2009-05-07Make cli_tcon_andx chainableVolker Lendecke1-0/+6
2009-05-07Make cli_session_setup_guest chainableVolker Lendecke1-0/+4
2009-05-06Make cli_setatr async.Jeremy Allison1-1/+11
2009-05-06Make cli_setattrE async.Jeremy Allison1-4/+13
2009-05-06s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner1-6/+3
2009-05-05Make cli_getatr() async.Jeremy Allison1-2/+14
2009-05-05Make cli_getattrE async.Jeremy Allison1-5/+18
2009-05-01Add getaddrinfo_send/recvVolker Lendecke1-0/+7
2009-05-01Add fncall_send/recvVolker Lendecke2-0/+9
2009-05-01Add thread poolVolker Lendecke1-0/+42
2009-04-30Cause cli_close to return an NTSTATUS.Jeremy Allison1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2-40/+34
2009-04-30s3-lsa: use LSA_POLICY_MODE flags in _lsa_GetSystemAccessAccount().Günther Deschner1-6/+0
2009-04-29Make cli_unlink async.Jeremy Allison1-2/+7
2009-04-29More async calls in libsmb/clifile.cJeremy Allison1-2/+17
2009-04-29s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam1-0/+1
2009-04-29s3:loadparm: refactor process_registry_service out or process_registry_globalsMichael Adam1-0/+1
2009-04-28Convert cli_rename to async.Jeremy Allison1-1/+7
2009-04-28Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison1-2/+14
2009-04-27s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2-6/+6
2009-04-27s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.Michael Adam1-2/+2
2009-04-27s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2-19/+25
2009-04-27s3:registry: make a comment more precise.Michael Adam1-1/+1
2009-04-27s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2-17/+20
2009-04-27s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam4-24/+24
2009-04-24find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison1-15/+15
2009-04-23Add missing prototypesVolker Lendecke1-0/+20
2009-04-22Make dskattr async.Jeremy Allison1-1/+1
2009-04-22Make cli_chkpath async.Jeremy Allison1-1/+1