summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* Add netlogond auth methodVolker Lendecke2008-10-061-0/+2
* Add dyn_NCALRPCDIRVolker Lendecke2008-10-061-0/+4
* Store a local schannel key in secrets.tdbVolker Lendecke2008-10-062-0/+4
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-031-0/+1
* Simply our main loop processing. A lot :-). Correctly use events for all the ...Jeremy Allison2008-10-031-1/+2
* s3-nbt: remove double nbt netlogon opcodes.Günther Deschner2008-09-251-11/+0
* Remove these no longer used include files.Jeremy Allison2008-09-252-3118/+0
* printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-242-2/+2
* Use common crc32 implementation.Jelmer Vernooij2008-09-242-4/+1
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-243-40/+1
* Use common MD5.Jelmer Vernooij2008-09-243-26/+1
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-242-96/+5
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-232-0/+2
* s3-ndr: add stub smb_iconv_convenience to some ndr_ functions.Günther Deschner2008-09-231-3/+4
* s3-nbt: use ../libcli/nbt helper.Günther Deschner2008-09-231-17/+0
* s3: use samba4 prototype for ndr_push/pull_struct_blob.Günther Deschner2008-09-231-4/+2
* s3-charset: add smb_iconv_convenience.Günther Deschner2008-09-231-0/+2
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-09-211-0/+6
* netlogon: add init_netr_CryptPassword.Günther Deschner2008-09-211-0/+3
* Add comment to explain version bumpSimo Sorce2008-09-191-0/+1
* idmap: Increment the interface number after Volker's rewrite.Gerald (Jerry) Carter2008-09-191-1/+1
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into singlelibJelmer Vernooij2008-09-172-0/+15
|\
| * * Allow an admin to define the "uid" attribute for a RFC2307Gerald (Jerry) Carter2008-09-161-0/+5
| * winbindd: Add support for name aliasing.Gerald (Jerry) Carter2008-09-161-0/+10
* | Merge branch 'singlereplace' into singleJelmer Vernooij2008-09-162-3/+3
|\ \
| * | Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij2008-09-162-3/+3
| |/
* / Share talloc source code between Samba 3 and Samba 4.Jelmer Vernooij2008-09-162-2/+2
|/
* Add a more explaining commentVolker Lendecke2008-09-121-1/+3
* doserr: add WERR_NO_SUCH_ALIAS.Günther Deschner2008-09-121-0/+1
* messaging: move types to IDL.Günther Deschner2008-09-122-85/+1
* Add async trans/trans2/nttrans calls to libsmbVolker Lendecke2008-09-091-0/+21
* Add utility function cli_in_chain()Volker Lendecke2008-09-091-0/+1
* make smb_bytes_push_str publicVolker Lendecke2008-09-091-0/+1
* Add a utility function to append a DATA_BLOB to a talloc objectVolker Lendecke2008-09-091-0/+1
* smbd: some write time fixesStefan Metzmacher2008-09-081-0/+1
* Write times code update.Jeremy Allison2008-09-052-8/+7
* Revert "Split lookup_name() and create a new functiong called"Simo Sorce2008-09-031-4/+0
* Merge branch 'v3-devel' of ssh://git.samba.org/data/git/samba into v3-develSimo Sorce2008-09-037-117/+165
|\
| * factor prs_append_some_data out of prs_append_some_prs_dataVolker Lendecke2008-09-031-0/+2
| * Remove unused CLI_DO_RPC macrosVolker Lendecke2008-09-021-48/+0
| * doserr: add WERR_WRONG_PASSWORD.Günther Deschner2008-09-021-0/+1
| * kerberos: fix HAVE_KRB5 related build issue.Günther Deschner2008-08-291-3/+4
| * kerberos: use KRB5_KT_KEY macro where appropriate.Günther Deschner2008-08-291-1/+1
| * kerberos: add KRB5_KT_KEY abstraction macro.Günther Deschner2008-08-291-1/+9
| * kerberos: move the KRB5_KEY* macros to header file.Günther Deschner2008-08-291-0/+12
| * Remove cli_request_get()Volker Lendecke2008-08-281-6/+0
| * Add async smbecho client supportVolker Lendecke2008-08-282-2/+9
| * Add cli_request->recv_helperVolker Lendecke2008-08-281-0/+12
| * Activate code to enable chained requestsVolker Lendecke2008-08-282-3/+26
| * Move "struct cli_request" from client.h to async_smb.hVolker Lendecke2008-08-282-24/+66