summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-21s3: Use common security_descriptor_equal().Jelmer Vernooij1-1/+0
2009-04-21Make rmdir async.Jeremy Allison1-1/+1
2009-04-21Move the security_descriptor utility code to the top-level.Jelmer Vernooij1-0/+1
2009-04-21Make cli_mkdir async. Change it to return NTSTATUS.Jeremy Allison1-1/+1
2009-04-21s3-secdesc: remove SEC_RIGHT_MAXIMUM_ALLOWED and SEC_RIGHT_SYSTEM_SECURITY.Günther Deschner1-3/+0
2009-04-21s3-secdesc: move all winreg access bits to IDL.Günther Deschner1-35/+0
2009-04-20Make gpo_ldap.c compatible with samba 4. Add ads_get_ldap_server_name() funct...Wilco Baan Hofman1-145/+1
2009-04-20Move gpo_sec to top-level.Jelmer Vernooij1-2/+0
2009-04-20Move some libgpo files to root.Jelmer Vernooij2-159/+1
2009-04-20Merge commit 'origin/master' into libcli-auth-merge-without-netlogondAndrew Bartlett2-18/+26
2009-04-20Remove use of talloc_reference in cli_rpc_pipe_open_schannel_with_key()Andrew Bartlett1-1/+1
2009-04-19Add "uint32_t access_granted" to policy handlesVolker Lendecke1-7/+12
2009-04-19Make "struct policy" private to srv_lsa_hnd.cVolker Lendecke2-17/+2
2009-04-18Add type-safe policy_handle_create/findVolker Lendecke1-0/+12
2009-04-18Add some constVolker Lendecke1-1/+2
2009-04-16Add notify_onelevel.tdbVolker Lendecke1-0/+5
2009-04-15Merge branch 'master' of ssh://git.samba.org/data/git/samba into libcli-auth-...Andrew Bartlett1-1/+0
2009-04-14s3-spoolss: remove unused dup_nt_devicemode().Günther Deschner1-1/+0
2009-04-14Make Samba3 use the new common libcli/auth codeAndrew Bartlett3-12/+7
2009-04-14Rework Samba3 to use new libcli/auth code (partial)Andrew Bartlett2-170/+17
2009-04-14s3:charcnv remove now unused malloc() based conversion functionsAndrew Bartlett1-4/+0
2009-04-14Convert Samba3 to use the common lib/util/charset APIAndrew Bartlett1-9/+2
2009-04-14Solve some of the conflict between Samba3 and Samba4 push_stringAndrew Bartlett2-20/+13
2009-04-12Reactivate get_socket_portVolker Lendecke1-0/+1
2009-04-10Link in the threads functions, not yet used.Jeremy Allison1-0/+2
2009-04-08Remove async_reqVolker Lendecke1-1/+0
2009-04-08Convert cli_push to tevent_reqVolker Lendecke1-8/+8
2009-04-08Convert cli_pull to tevent_reqVolker Lendecke1-9/+9
2009-04-08Convert rpc_transport_smbd_init to tevent_reqVolker Lendecke1-5/+5
2009-04-08Convert rpc_cli_smbd_conn_init to tevent_reqVolker Lendecke1-7/+7
2009-04-08Convert rpc_transport_np_init to tevent_reqVolker Lendecke1-5/+5
2009-04-08s3-eventlog: split out evlog_convert_tdb_to_evt().Günther Deschner1-0/+4
2009-04-08s3-eventlog: move rpc_server/srv_eventlog_lib.c out of rpc_server.Günther Deschner1-1/+1
2009-04-07s3:charcnv Remove unused unistrcpy() and unistrlen()Andrew Bartlett1-2/+0
2009-04-07s3:rpc_parse remove unused prs_unistr2()Andrew Bartlett1-1/+0
2009-04-07s3:charcnv Remove unused unistr2 functionsAndrew Bartlett1-5/+0
2009-04-07s3:charcnv Remove unused ucs2_to_unistr2()Andrew Bartlett1-1/+0
2009-04-07s3:kerberos Rework smb_krb5_unparse_name() to take a talloc contextAndrew Bartlett1-3/+4
2009-04-06s3 oplocks: Refactor level II oplock contentionTim Prouty1-0/+1
2009-04-06Add a bad hack to enable level 2 oplocks in torture_open_connection_shareVolker Lendecke1-0/+2
2009-04-06Make cli_oplock_ack asyncVolker Lendecke1-0/+5
2009-04-06Add async oplock waiterVolker Lendecke1-0/+7
2009-04-06Remove async_req based async libsmb infrastructureVolker Lendecke2-137/+0