summaryrefslogtreecommitdiff
path: root/source/include/proto.h
Commit message (Expand)AuthorAgeFilesLines
* More warning fixes for Solaris.Jeremy Allison2009-02-241-1/+1
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-241-1/+1
* Backport the semantics of when to delete alternate data streams on a file tru...Jeremy Allison2009-02-201-0/+1
* s3: remove duplicate prototypes for generated rpc server functions.Günther Deschner2009-02-181-758/+0
* fix proto.h after idl changesStefan Metzmacher2009-02-181-3/+3
* [Bug 6069] Add a fstatvfs function for libsmbclientDerrell Lipman2009-02-161-0/+15
* s3/libads: Change "ldap ssl:ads" parameter to "ldap ssl ads".Karolin Seeger2009-02-161-0/+1
* Memory leaks and other fixes found by Coveritytodd stecher2009-01-231-1/+1
* s3:events: move prototypes to event.hStefan Metzmacher2009-01-081-40/+0
* s3:events: remove unused stuffStefan Metzmacher2009-01-081-1/+0
* clean event context after child is forked.Bo Yang2009-01-081-0/+2
* Fix an ancient uninitialized variable readVolker Lendecke2009-01-021-1/+2
* s3:cluster: register the client connection via CTDB_CONTROL_TCP_ADDStefan Metzmacher2009-01-021-1/+0
* s3:passdb: make marshalling struct samu from and to a buffer more genericStefan Metzmacher2009-01-021-2/+3
* s3:dbwrap: fix dbwrap_store_uint32() to match dbwrap_store_int32()Stefan Metzmacher2009-01-021-1/+1
* Add write_data_iovVolker Lendecke2009-01-021-0/+1
* Add sys_writevVolker Lendecke2009-01-021-0/+1
* s3:libsmb/namequery.c: add saf_join_store() functionStefan Metzmacher2008-12-151-0/+1
* Fix the buildVolker Lendecke2008-12-121-0/+3
* s3-samr: fix samr callers of samr_UserInfo18.Günther Deschner2008-12-121-1/+2
* s3-samr: add init_samr_user_info5.Günther Deschner2008-12-121-0/+19
* Fix a delete on close divergence from windows [2/2]Tim Prouty2008-12-111-3/+1
* Fix lp_socket_address() prototype.Jeremy Allison2008-12-111-1/+1
* Fix bug #1254 - write list not working under share-level securityJeremy Allison2008-12-111-3/+3
* Change sockaddr util function names for consistency and to eliminate name con...Tim Prouty2008-12-111-2/+2
* s3-samr: add init_samr_user_info25 and init_samr_user_info26.Günther Deschner2008-12-081-0/+33
* s3-samr: fix init_samr_user_info{23,24} callers.Günther Deschner2008-12-081-4/+3
* First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.Jeremy Allison2008-11-261-3/+3
* s3: fix all mailslot/nbt/cldap callers.Günther Deschner2008-11-261-96/+4
* [PATCH] Added ability to remove id mappings in wbinfo and libwbclient.Steven Danneman2008-11-191-0/+1
* netlogon: move password change code out to rpccli_netlogon_set_trust_password.Günther Deschner2008-11-191-0/+6
* netlogon: add init_netr_CryptPassword.Günther Deschner2008-11-191-0/+3
* Fix extended DN parse error when AD object does not have a SID.Steven Danneman2008-11-191-4/+4
* s3: remove old marshalling for SVCCTL_QUERY_SERVICE_CONFIG.Günther Deschner2008-11-191-3/+0
* s3: remove rpccli_svcctl_query_config.Günther Deschner2008-11-191-2/+0
* s3: use IDL generated rpc for _svcctl_QueryServiceConfigW.Günther Deschner2008-11-191-1/+0
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-181-1/+2
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-181-0/+4
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-11-181-3/+2
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-11-181-0/+1
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-11-181-2/+11
* Cope with MAXIMUM_ALLOWED_ACCESS requests when opening handles.Jeremy Allison2008-10-231-0/+1
* If you have a large number of cups printers, then scanning for print info can...Jeremy Allison2008-10-151-2/+6
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-151-2/+1
* Remove a pointless level of indirectionVolker Lendecke2008-10-151-1/+0
* For the vfs_acl_xattr.c module, make sure we map GENERIC file and directory bitsJeremy Allison2008-10-151-0/+1
* Deal with inheritance from parent directory when setting WindowsJeremy Allison2008-10-151-0/+3
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-151-2/+2
* Make map_errno_from_nt_status() a generic call, not just a cli specific one.Jeremy Allison2008-10-151-0/+1
* Correctly fix smbclient to terminate on eof from server.Jeremy Allison2008-10-151-0/+1