index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:smbd: simplify the notify code a bit and always reply via change_notify_re...
Stefan Metzmacher
2009-07-02
1
-1
/
+3
*
Fix bug #6496 - MS-DFS: cannot follow multibyte char link name.
SATOH Fumiyasu
2009-06-30
1
-1
/
+1
*
Fix ndrdump to use a common setup_logging() API
Andrew Bartlett
2009-06-29
1
-0
/
+1
*
Turn the pdb_rid_algorithm into a capabilities call that returns flags
Volker Lendecke
2009-06-28
2
-2
/
+5
*
If the connection is down, don't try another write.
Volker Lendecke
2009-06-28
1
-0
/
+1
*
Add tldap_search_va
Volker Lendecke
2009-06-28
1
-0
/
+4
*
Add tstream_read_packet
Volker Lendecke
2009-06-27
2
-0
/
+11
*
s3: pass a valid stat into file_ntimes()
Tim Prouty
2009-06-25
1
-1
/
+1
*
s3 file_access: Convert some more functions over to use smb_filneame
Tim Prouty
2009-06-25
1
-1
/
+2
*
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
2009-06-25
1
-1
/
+2
*
s3-netlogon: remove remaining netlogon init functions.
Günther Deschner
2009-06-25
1
-26
/
+0
*
s3-netlogon: remove init_netr_SamInfo functions.
Günther Deschner
2009-06-25
1
-52
/
+0
*
s3-netlogon: fix validation level 2 support in netr_SamLogon and friends.
Günther Deschner
2009-06-25
1
-0
/
+4
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
3
-18
/
+21
*
s3: forward MSG_DEBUG from smbd parent to all children
Aravind Srinivasan
2009-06-22
1
-0
/
+6
*
Add tldap paged searches, together with two helper routines
Volker Lendecke
2009-06-20
2
-0
/
+29
*
Reorganize retrieving errors and server-sent controls
Volker Lendecke
2009-06-20
1
-9
/
+5
*
Add tldap_supports_control
Volker Lendecke
2009-06-20
1
-0
/
+1
*
Add tldap_entry_has_attrvalue
Volker Lendecke
2009-06-20
1
-0
/
+4
*
tldap control support
Volker Lendecke
2009-06-20
1
-2
/
+6
*
Prepare control support
Volker Lendecke
2009-06-20
1
-19
/
+33
*
Fix Coverity IDs 922 and 933
Volker Lendecke
2009-06-19
1
-1
/
+1
*
Add tldap_fetch_rootdse
Volker Lendecke
2009-06-19
1
-0
/
+7
*
Make tevent_req_is_ldap_error public
Volker Lendecke
2009-06-19
1
-0
/
+2
*
Add tldap_context_[gs]etattr
Volker Lendecke
2009-06-19
1
-0
/
+3
*
Fix bug 4699: Remove pidfile on clean shutdown
Volker Lendecke
2009-06-18
1
-0
/
+1
*
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
2009-06-18
1
-4
/
+4
*
Replace the boilerplate calls to :
Jeremy Allison
2009-06-18
1
-2
/
+8
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
2
-2
/
+6
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
1
-3
/
+4
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
3
-13
/
+11
*
s3: Add smb_filename utility functions and fix a bug in copy_smb_filename
Tim Prouty
2009-06-12
1
-0
/
+9
*
Add debugging facility to tldap, analogous to tevent
Volker Lendecke
2009-06-12
1
-0
/
+15
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-4
/
+5
*
s3: Add utility function for copying an smb_filename struct
Tim Prouty
2009-06-10
1
-0
/
+3
*
s3: Remove the now unused CFF_DOS_PATH flag
Tim Prouty
2009-06-10
1
-5
/
+0
*
Make ctemp async. Fix the test to pass against W2K3.
Jeremy Allison
2009-06-10
1
-1
/
+13
*
Add tlda_add_mod_str
Volker Lendecke
2009-06-08
1
-0
/
+2
*
Pass a talloc_ctx to pdb_enum_aliasmem
Volker Lendecke
2009-06-08
2
-4
/
+5
*
Set SIGRTMIN to NSIG
Timur I. Bakeyev
2009-06-08
1
-1
/
+1
*
Add tldap_pull_uint32
Volker Lendecke
2009-06-07
1
-0
/
+2
*
req_del and req_abandon are ASN1_APPLICATION_SIMPLE
Volker Lendecke
2009-06-07
1
-2
/
+4
*
Fix after making tldap independent of ldap.h
Volker Lendecke
2009-06-07
1
-21
/
+24
*
Attempt to fix the build without system-ldap.
Volker Lendecke
2009-06-06
1
-1
/
+1
*
Add some samba-style tldap utility functions
Volker Lendecke
2009-06-06
2
-0
/
+54
*
Add the early start of an async ldap library
Volker Lendecke
2009-06-06
2
-0
/
+238
*
Make cli_ftruncate async. Also add a simple test.
Jeremy Allison
2009-06-05
1
-1
/
+7
*
s3:smbd: implement smbd_smb2_request_error/done() as macros on top of the _ex...
Stefan Metzmacher
2009-06-05
1
-3
/
+0
*
Change smbd_smb2_request_error() to add a __location__.
Jeremy Allison
2009-06-04
1
-0
/
+3
*
s3:smbd: make make_connection_snum() non static
Stefan Metzmacher
2009-06-03
1
-0
/
+5
[next]