summaryrefslogtreecommitdiff
path: root/source3/include
AgeCommit message (Expand)AuthorFilesLines
2008-09-25s3-nbt: remove double nbt netlogon opcodes.Günther Deschner1-11/+0
2008-09-25Remove these no longer used include files.Jeremy Allison2-3118/+0
2008-09-24printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2-2/+2
2008-09-24Use common crc32 implementation.Jelmer Vernooij2-4/+1
2008-09-24Use shared copy of hmac5 implementation.Jelmer Vernooij3-40/+1
2008-09-24Use common MD5.Jelmer Vernooij3-26/+1
2008-09-24s3-nbt: use the new generated nbt.Günther Deschner2-96/+5
2008-09-23printing: Add new parameter "cups timeout".Karolin Seeger2-0/+2
2008-09-23s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner1-3/+4
2008-09-23s3-nbt: use ../libcli/nbt helper.Günther Deschner1-17/+0
2008-09-23s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner1-4/+2
2008-09-23s3-charset: add smb_iconv_convenience.Günther Deschner1-0/+2
2008-09-21netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner1-0/+6
2008-09-21netlogon: add init_netr_CryptPassword.Günther Deschner1-0/+3
2008-09-19Add comment to explain version bumpSimo Sorce1-0/+1
2008-09-19idmap: Increment the interface number after Volker's rewrite.Gerald (Jerry) Carter1-1/+1
2008-09-17Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelibJelmer Vernooij2-0/+15
2008-09-16* Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter1-0/+5
2008-09-16winbindd: Add support for name aliasing.Gerald (Jerry) Carter1-0/+10
2008-09-16Merge branch 'singlereplace' into singleJelmer Vernooij2-3/+3
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2-3/+3
2008-09-16Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2-2/+2
2008-09-12Add a more explaining commentVolker Lendecke1-1/+3
2008-09-12doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner1-0/+1
2008-09-12messaging: move types to IDL.Günther Deschner2-85/+1
2008-09-09Add async trans/trans2/nttrans calls to libsmbVolker Lendecke1-0/+21
2008-09-09Add utility function cli_in_chain()Volker Lendecke1-0/+1
2008-09-09make smb_bytes_push_str publicVolker Lendecke1-0/+1
2008-09-09Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke1-0/+1
2008-09-08smbd: some write time fixesStefan Metzmacher1-0/+1
2008-09-05Write times code update.Jeremy Allison2-8/+7
2008-09-03Revert "Split lookup_name() and create a new functiong called"Simo Sorce1-4/+0
2008-09-03Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce7-117/+165
2008-09-03factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke1-0/+2
2008-09-02Remove unused CLI_DO_RPC macrosVolker Lendecke1-48/+0
2008-09-02doserr: add WERR_WRONG_PASSWORD.Günther Deschner1-0/+1
2008-08-29kerberos: fix HAVE_KRB5 related build issue.Günther Deschner1-3/+4
2008-08-29kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner1-1/+1
2008-08-29kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner1-1/+9
2008-08-29kerberos: move the KRB5_KEY* macros to header file.Günther Deschner1-0/+12
2008-08-28Remove cli_request_get()Volker Lendecke1-6/+0
2008-08-28Add async smbecho client supportVolker Lendecke2-2/+9
2008-08-28Add cli_request->recv_helperVolker Lendecke1-0/+12
2008-08-28Activate code to enable chained requestsVolker Lendecke2-3/+26
2008-08-28Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2-24/+66
2008-08-28Add cli_pull_replyVolker Lendecke1-0/+4
2008-08-28Remove cli->event_ctx, pass it explicitlyVolker Lendecke3-18/+18
2008-08-28Add async open&xVolker Lendecke1-0/+3
2008-08-28Add async cli_closeVolker Lendecke1-0/+3
2008-08-28Refactoring: Add the routine cli_request_send()Volker Lendecke2-21/+6