summaryrefslogtreecommitdiffstats
path: root/source3/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
...
* Use GUID_from_string.Jelmer Vernooij2008-10-141-1/+0
* Use GUID_string rather than smb_uuid_string().Jelmer Vernooij2008-10-141-1/+0
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-141-55/+55
* Make the internal pipe functions staticVolker Lendecke2008-10-131-8/+0
* Remove smb_np_structVolker Lendecke2008-10-131-14/+0
* Use "struct files_struct" for pipes instead of smb_np_structVolker Lendecke2008-10-131-1/+11
* Remove the chain_fsp globalVolker Lendecke2008-10-131-1/+0
* Pass struct smb_request to file_freeVolker Lendecke2008-10-131-4/+5
* Pass struct smb_request to file_newVolker Lendecke2008-10-131-9/+10
* Pass struct smb_request to file_fspVolker Lendecke2008-10-131-1/+1
* Share ndrdump implementation.Jelmer Vernooij2008-10-131-0/+1
* Import changes from upstream libndr.Jelmer Vernooij2008-10-131-10/+0
* Share RPC binding string utility functions.Jelmer Vernooij2008-10-121-1/+1
* Use common util_file code.Jelmer Vernooij2008-10-121-7/+7
* Revert "Make get_rpc_pipe() static"Volker Lendecke2008-10-121-0/+1
* Make get_rpc_pipe() staticVolker Lendecke2008-10-121-1/+0
* Fix warning, prototype.Jelmer Vernooij2008-10-121-1/+1
* Share data_blob implementation.Jelmer Vernooij2008-10-121-12/+0
* Use common strlist implementation in Samba 3 and Samba 4.Jelmer Vernooij2008-10-121-2/+2
* Cope with changed signature of http_timestring().Jelmer Vernooij2008-10-111-2/+0
* Provide the same set of helper functions for DEBUG in Samba 3 and SambaJelmer Vernooij2008-10-111-1/+2
* Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-10-111-9/+22
|\
| * If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-101-2/+6
| * Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-2/+1
| * Remove a pointless level of indirectionVolker Lendecke2008-10-091-1/+0
| * For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-081-0/+1
| * Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-081-0/+3
| * Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-2/+2
| * Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-071-0/+1
| * Add netlogond auth methodVolker Lendecke2008-10-061-0/+2
| * Store a local schannel key in secrets.tdbVolker Lendecke2008-10-061-0/+2
| * 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
| * printing: Rename new parameter "cups timeout" to "cups connection timeout".Karolin Seeger2008-09-241-1/+1
* | Merge branch 'master' of ssh://git.samba.org/data/git/samba into arc4Jelmer Vernooij2008-09-241-4/+0
|\|
| * Use common crc32 implementation.Jelmer Vernooij2008-09-241-4/+0
* | Use common arcfour implementation.Jelmer Vernooij2008-09-241-5/+0
|/
* Use shared copy of hmac5 implementation.Jelmer Vernooij2008-09-241-10/+0
* Use common MD5.Jelmer Vernooij2008-09-241-6/+0
* s3-nbt: use the new generated nbt.Günther Deschner2008-09-241-96/+4
* printing: Add new parameter "cups timeout".Karolin Seeger2008-09-231-0/+1
* 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
* 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 async trans/trans2/nttrans calls to libsmbVolker Lendecke2008-09-091-0/+21
* 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
* Write times code update.Jeremy Allison2008-09-051-7/+7