summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-302-40/+34
* s3-lsa: use LSA_POLICY_MODE flags in _lsa_GetSystemAccessAccount().Günther Deschner2009-04-301-6/+0
* 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-272-6/+6
* s3:registry replace typedef REGISTRY_HOOK by struct registry_hook.Michael Adam2009-04-271-2/+2
* s3:registry: replace typedef REGISTRY_KEY by struct registry_key_handleMichael Adam2009-04-272-19/+25
* s3:registry: make a comment more precise.Michael Adam2009-04-271-1/+1
* s3:registry: replace typedef REGISTRY_VALUE by struct regval_blobMichael Adam2009-04-272-17/+20
* s3:registry: replace typedef REGVAL_CTR by struct regval_ctr.Michael Adam2009-04-274-24/+24
* 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
* Move the security_descriptor utility code to the top-level.Jelmer Vernooij2009-04-211-0/+1
* Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison2009-04-211-1/+1
* s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner2009-04-211-3/+0
* s3-secdesc: move all winreg access bits to IDL.Günther Deschner2009-04-211-35/+0
* Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...Wilco Baan Hofman2009-04-201-145/+1
* Move gpo_sec to top-level.Jelmer Vernooij2009-04-201-2/+0
* Move some libgpo files to root.Jelmer Vernooij2009-04-202-159/+1
* Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2009-04-202-18/+26
|\
| * Add "uint32_t access_granted" to policy handlesVolker Lendecke2009-04-191-7/+12
| * Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2009-04-192-17/+2
| * Add type-safe policy_handle_create/findVolker Lendecke2009-04-181-0/+12
| * Add some constVolker Lendecke2009-04-181-1/+2
| * Add notify_onelevel.tdbVolker Lendecke2009-04-161-0/+5
* | Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett2009-04-201-1/+1
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett2009-04-151-1/+0
|\|
| * s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner2009-04-141-1/+0
* | Make Samba3 use the new common libcli/auth codeAndrew Bartlett2009-04-143-12/+7
* | Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2009-04-142-170/+17
|/
* s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett2009-04-141-4/+0
* Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett2009-04-141-9/+2
* Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2009-04-142-20/+13
* Reactivate get_socket_portVolker Lendecke2009-04-121-0/+1
* Link in the threads functions, not yet used.Jeremy Allison2009-04-101-0/+2
* Remove async_reqVolker Lendecke2009-04-081-1/+0
* Convert cli_push to tevent_reqVolker Lendecke2009-04-081-8/+8
* Convert cli_pull to tevent_reqVolker Lendecke2009-04-081-9/+9