index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
libsmb
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-04
Fix the async calls for the posix_unlink and posix_rmdir.
Jeremy Allison
1
-13
/
+49
2009-04-30
Cause cli_close to return an NTSTATUS.
Jeremy Allison
2
-81
/
+4
2009-04-30
Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.
Jeremy Allison
10
-73
/
+72
2009-04-29
Make cli_unlink async.
Jeremy Allison
2
-28
/
+93
2009-04-29
More async calls in libsmb/clifile.c
Jeremy Allison
1
-50
/
+170
2009-04-29
s3: fix crash in winbindd
Bo Yang
1
-0
/
+4
2009-04-28
Doh ! Don't need "int dummy" when we have state :-).
Jeremy Allison
1
-1
/
+0
2009-04-28
Convert cli_rename to async.
Jeremy Allison
2
-25
/
+108
2009-04-28
Convert cli_posix_unlink() and cli_posix_rmdir()
Jeremy Allison
1
-63
/
+190
2009-04-28
Fix a type-punned warning
Volker Lendecke
1
-1
/
+1
2009-04-27
[FIX Bug 6235] domain enumeration breaks if master browser has space in name
Derrell Lipman
1
-1
/
+2
2009-04-24
find/replace. Change uintX types to uintX_t types to tidy up the code.
Jeremy Allison
1
-38
/
+38
2009-04-23
errormap: Change the WBC_ERR_UNKNOWN_ERROR to map to NT_STATUS_UNSUCCESSFUL
Kai Blin
1
-1
/
+1
2009-04-22
Make dskattr async.
Jeremy Allison
1
-38
/
+102
2009-04-22
Make cli_chkpath async.
Jeremy Allison
1
-0
/
+121
2009-04-22
errormap: Add wbcErr to NTSTATUS mappings
Kai Blin
1
-0
/
+41
2009-04-21
s3:libsmb: always use the tevent_req_nomem() for checking allocation failures
Stefan Metzmacher
1
-6
/
+6
2009-04-21
Make rmdir async.
Jeremy Allison
2
-59
/
+92
2009-04-21
Make cli_mkdir async. Change it to return NTSTATUS.
Jeremy Allison
2
-2
/
+111
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-1
/
+1
2009-04-20
Merge commit 'origin/master' into libcli-auth-merge-without-netlogond
Andrew Bartlett
1
-1
/
+1
2009-04-20
s3:ntlmssp Remove use of talloc(NULL) in NTLMSSP code
Andrew Bartlett
2
-12
/
+12
2009-04-20
s3:ntlmssp Fix segfault: msrpc_gen now uses talloc()
Andrew Bartlett
1
-46
/
+8
2009-04-16
When doing a cli_ulogoff don't invalidate the cnum, invalidate the vuid.
Jeremy Allison
1
-1
/
+1
2009-04-16
Fix crash bug in NTLMSSP caused by msrpc_parse() moving to talloc
Andrew Bartlett
1
-4
/
+2
2009-04-14
More work to adapt to merged libcli/auth function prototypes
Andrew Bartlett
4
-16
/
+19
2009-04-14
Rework Samba3 to use new libcli/auth code (partial)
Andrew Bartlett
8
-2266
/
+26
2009-04-14
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
4
-18
/
+18
2009-04-14
Solve some of the conflict between Samba3 and Samba4 push_string
Andrew Bartlett
3
-21
/
+23
2009-04-12
Fix a bug in smbclient not sending the correct called name
Volker Lendecke
1
-1
/
+5
2009-04-08
Convert cli_push to tevent_req
Volker Lendecke
1
-69
/
+58
2009-04-08
Convert cli_pull to tevent_req
Volker Lendecke
1
-45
/
+40
2009-04-07
s3:kerberos Rework smb_krb5_unparse_name() to take a talloc context
Andrew Bartlett
1
-11
/
+12
2009-04-06
Add a bad hack to enable level 2 oplocks in torture_open_connection_share
Volker Lendecke
1
-0
/
+4
2009-04-06
Make cli_oplock_ack async
Volker Lendecke
1
-29
/
+94
2009-04-06
Add async oplock waiter
Volker Lendecke
1
-1
/
+101
2009-04-06
Never hand out 0xffff as a mid
Volker Lendecke
1
-1
/
+1
2009-04-06
Remove async_req based async libsmb infrastructure
Volker Lendecke
1
-869
/
+0
2009-04-06
Convert cli_open to tevent_req
Volker Lendecke
1
-46
/
+102
2009-04-06
Convert cli_close to tevent_req
Volker Lendecke
1
-20
/
+66
2009-04-06
Streamline cli_push sync wrapper
Volker Lendecke
1
-9
/
+18
2009-04-06
Convert cli_write_andx to tevent_req
Volker Lendecke
1
-37
/
+88
2009-04-06
Streamline cli_pull sync wrapper
Volker Lendecke
1
-9
/
+18
2009-04-06
Convert cli_read_andx to tevent_req
Volker Lendecke
1
-108
/
+150
2009-04-06
Convert cli_ntcreate to tevent_req
Volker Lendecke
1
-38
/
+68
2009-04-06
Convert cli_tcon_andx to tevent_req
Volker Lendecke
1
-54
/
+69
2009-04-06
Convert cli_negprot to tevent_req
Volker Lendecke
1
-36
/
+68
2009-04-06
Convert cli_session_setup_guest to tevent_req
Volker Lendecke
1
-39
/
+69
2009-04-06
Convert cli_trans to tevent_req
Volker Lendecke
1
-382
/
+272
2009-04-06
Convert cli_echo to tevent_req
Volker Lendecke
1
-79
/
+66
[prev]
[next]