summaryrefslogtreecommitdiffstats
path: root/source3/include
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: simplify the notify code a bit and always reply via change_notify_re...Stefan Metzmacher2009-07-021-1/+3
* Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.SATOH Fumiyasu2009-06-301-1/+1
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-291-0/+1
* Turn the pdb_rid_algorithm into a capabilities call that returns flagsVolker Lendecke2009-06-282-2/+5
* If the connection is down, don't try another write.Volker Lendecke2009-06-281-0/+1
* Add tldap_search_vaVolker Lendecke2009-06-281-0/+4
* Add tstream_read_packetVolker Lendecke2009-06-272-0/+11
* s3: pass a valid stat into file_ntimes()Tim Prouty2009-06-251-1/+1
* s3 file_access: Convert some more functions over to use smb_filneameTim Prouty2009-06-251-1/+2
* s3: Change set_ea() and its callers to use smb_filenameTim Prouty2009-06-251-1/+2
* s3-netlogon: remove remaining netlogon init functions.Günther Deschner2009-06-251-26/+0
* s3-netlogon: remove init_netr_SamInfo functions.Günther Deschner2009-06-251-52/+0
* s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.Günther Deschner2009-06-251-0/+4
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-243-18/+21
* s3: forward MSG_DEBUG from smbd parent to all childrenAravind Srinivasan2009-06-221-0/+6
* Add tldap paged searches, together with two helper routinesVolker Lendecke2009-06-202-0/+29
* Reorganize retrieving errors and server-sent controlsVolker Lendecke2009-06-201-9/+5
* Add tldap_supports_controlVolker Lendecke2009-06-201-0/+1
* Add tldap_entry_has_attrvalueVolker Lendecke2009-06-201-0/+4
* tldap control supportVolker Lendecke2009-06-201-2/+6
* Prepare control supportVolker Lendecke2009-06-201-19/+33
* Fix Coverity IDs 922 and 933Volker Lendecke2009-06-191-1/+1
* Add tldap_fetch_rootdseVolker Lendecke2009-06-191-0/+7
* Make tevent_req_is_ldap_error publicVolker Lendecke2009-06-191-0/+2
* Add tldap_context_[gs]etattrVolker Lendecke2009-06-191-0/+3
* Fix bug 4699: Remove pidfile on clean shutdownVolker Lendecke2009-06-181-0/+1
* Add some const to the stat struct in the dosmode calls.Jeremy Allison2009-06-181-4/+4
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-2/+8
* s3: Change SMB_VFS_OPEN to take an smb_filename structTim Prouty2009-06-172-2/+6
* s3: Plumb smb_filename from create_file all of the way down to fd_openTim Prouty2009-06-171-3/+4
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-123-13/+11
* s3: Add smb_filename utility functions and fix a bug in copy_smb_filenameTim Prouty2009-06-121-0/+9
* Add debugging facility to tldap, analogous to teventVolker Lendecke2009-06-121-0/+15
* s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...Tim Prouty2009-06-101-4/+5
* s3: Add utility function for copying an smb_filename structTim Prouty2009-06-101-0/+3
* s3: Remove the now unused CFF_DOS_PATH flagTim Prouty2009-06-101-5/+0
* Make ctemp async. Fix the test to pass against W2K3.Jeremy Allison2009-06-101-1/+13
* Add tlda_add_mod_strVolker Lendecke2009-06-081-0/+2
* Pass a talloc_ctx to pdb_enum_aliasmemVolker Lendecke2009-06-082-4/+5
* Set SIGRTMIN to NSIGTimur I. Bakeyev2009-06-081-1/+1
* Add tldap_pull_uint32Volker Lendecke2009-06-071-0/+2
* req_del and req_abandon are ASN1_APPLICATION_SIMPLEVolker Lendecke2009-06-071-2/+4
* Fix after making tldap independent of ldap.hVolker Lendecke2009-06-071-21/+24
* Attempt to fix the build without system-ldap.Volker Lendecke2009-06-061-1/+1
* Add some samba-style tldap utility functionsVolker Lendecke2009-06-062-0/+54
* Add the early start of an async ldap libraryVolker Lendecke2009-06-062-0/+238
* Make cli_ftruncate async. Also add a simple test.Jeremy Allison2009-06-051-1/+7
* s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...Stefan Metzmacher2009-06-051-3/+0
* Change smbd_smb2_request_error() to add a __location__.Jeremy Allison2009-06-041-0/+3
* s3:smbd: make make_connection_snum() non staticStefan Metzmacher2009-06-031-0/+5