summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make getfacl async.Jeremy Allison2009-05-281-1/+13
* Make sid_binstring & friends take a talloc contextVolker Lendecke2009-05-281-3/+3
* Add cli_posix_readlink() and a torture test for it.Jeremy Allison2009-05-271-0/+9
* Add aync POSIX hardlink and symlink and torture test for them.Jeremy Allison2009-05-271-2/+18
* s3: Allow child processes to exit gracefully if we are out of fdsMarc VanHeyningen2009-05-271-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-9/+2
* Make cli_posix_open() and cli_posix_mkdir() async.Jeremy Allison2009-05-201-3/+17
* s3: Change unix_convert (and its callers) to use struct smb_filenameTim Prouty2009-05-201-6/+6
* s3: Always allocate memory in dptr_ReadDirNameAravind Srinivasan2009-05-181-1/+1
* Change access_check_samr_object -> access_check_object.Jeremy Allison2009-05-181-0/+7
* 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
* s3-privileges: add privilege_delete_account().Günther Deschner2009-05-161-0/+1
* s3:libsmb: move read_smb_send/recv() static in async_smb.cStefan Metzmacher2009-05-131-5/+0
* s3:proto.h: remove old param/params.c prototypeMichael Adam2009-05-121-7/+0
* s3-samr: let set_user_info_16 and 20 follow the same pattern as all other lev...Günther Deschner2009-05-081-0/+2
* s3-samr: support some more info levels in samr_SetUserInfo calls.Günther Deschner2009-05-081-0/+20
* 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
* Make cli_setattrE async.Jeremy Allison2009-05-061-4/+13
* s3-printing: simplify print_queue helper functions and return WERROR.Günther Deschner2009-05-061-6/+3
* Make cli_getatr() async.Jeremy Allison2009-05-051-2/+14
* Make cli_getattrE async.Jeremy Allison2009-05-051-5/+18
* Add getaddrinfo_send/recvVolker Lendecke2009-05-011-0/+7
* Add fncall_send/recvVolker Lendecke2009-05-011-0/+8
* Cause cli_close to return an NTSTATUS.Jeremy Allison2009-04-301-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-39/+33
* Make cli_unlink async.Jeremy Allison2009-04-291-2/+7
* More async calls in libsmb/clifile.cJeremy Allison2009-04-291-2/+17
* s3:smbd/service: switch load_registry_service/shares to use loadparm routinesMichael Adam2009-04-291-0/+1
* s3:loadparm: refactor process_registry_service out or process_registry_globalsMichael Adam2009-04-291-0/+1
* Convert cli_rename to async.Jeremy Allison2009-04-281-1/+7
* Convert cli_posix_unlink() and cli_posix_rmdir()Jeremy Allison2009-04-281-2/+14
* s3:registry: replace typedef REGISTRY_OPS by struct registry_opsMichael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-271-16/+22
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-271-14/+17
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-271-15/+15
* find/replace. Change uintX types to uintX_t types to tidy up the code.Jeremy Allison2009-04-241-15/+15
* Add missing prototypesVolker Lendecke2009-04-231-0/+20
* Make dskattr async.Jeremy Allison2009-04-221-1/+1
* Make cli_chkpath async.Jeremy Allison2009-04-221-1/+1
* s3: Use common security_descriptor_equal().Jelmer Vernooij2009-04-211-1/+0
* Make rmdir async.Jeremy Allison2009-04-211-1/+1
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-1/+1
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...Wilco Baan Hofman2009-04-201-145/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-201-1/+25
|\
| * Add "uint32_t access_granted" to policy handlesVolker Lendecke2009-04-191-7/+12
| * Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-191-0/+1
| * Add type-safe policy_handle_create/findVolker Lendecke2009-04-181-0/+12