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
2010-03-24
s3:ntlmssp: make send_seal_key and recv_seal_key local variables
Stefan Metzmacher
1
-14
/
+12
2010-03-24
s3:ntlmssp: remove unused get_global_myname() and get_domain() from ntlmssp_s...
Stefan Metzmacher
1
-8
/
+0
2010-03-24
s3:ntlmssp: pass names and use_ntlmv2 to ntlmssp_client_start() and store them
Stefan Metzmacher
3
-18
/
+51
2010-03-24
s3:ntlmssp: remove server_name from ntlmssp_state and fill the server.* field...
Stefan Metzmacher
2
-2
/
+11
2010-03-24
s3:ntlmssp: pass names to ntlmssp_server_start() and store them in ntlmssp_state
Stefan Metzmacher
1
-36
/
+65
2010-03-24
s3:ntlmssp: replace server_role by a server.is_standalone in ntlmssp_state
Stefan Metzmacher
1
-2
/
+2
2010-03-24
s3:ntlmssp: make use of C99 types in ntlmssp_sign.c
Stefan Metzmacher
1
-18
/
+17
2010-03-24
s3:ntlmssp: use uint8_t in calc_ntlmv2_key()
Stefan Metzmacher
1
-4
/
+4
2010-03-22
s3:libsmb: add a smb_signing_init_ex() function
Stefan Metzmacher
1
-8
/
+51
2010-03-19
error_codes: fix NT_STATUS_RPC_UNKNOWN_IF typo.
Günther Deschner
1
-1
/
+1
2010-03-18
s3:libsmb/nterr.c: fix/add NT_STATUS_RPC_* codes
Stefan Metzmacher
1
-4
/
+9
2010-03-13
s3: Convert unexpected.tdb to use tdb_wrap_open
Volker Lendecke
1
-10
/
+12
2010-03-09
s3: Fix a typo. Thanks to Christian Ambach for pointing me at it :-)
Volker Lendecke
1
-1
/
+1
2010-03-06
s3: Add i18n/l10n strings in pam_winbind.c coming from winbindd.
Bo Yang
1
-91
/
+95
2010-03-03
Fix typo in comments.
Karolin Seeger
1
-2
/
+2
2010-02-28
s3: Fix the CHAIN1 torture test
Volker Lendecke
1
-1
/
+9
2010-02-23
s3 move the sitename cache in its own file
Simo Sorce
3
-0
/
+3
2010-02-23
s3: Consolidate server_id_self into the equivalent procid_self()
Volker Lendecke
1
-1
/
+1
2010-02-22
s3: Explicitly handle inbuf in cli_trans_done
Volker Lendecke
1
-2
/
+9
2010-02-22
s3: Explicitly handle inbuf in cli_write_andx_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_read_andx_done
Volker Lendecke
1
-2
/
+2
2010-02-22
s3: Explicitly handle inbuf in cli_message_start_done
Volker Lendecke
2
-6
/
+7
2010-02-22
s3: Explicitly handle inbuf in cli_dskattr_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_getatr_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_getattrE_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_open_done
Volker Lendecke
1
-2
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_ntcreate_done
Volker Lendecke
1
-2
/
+3
2010-02-22
s3: Explicitly handle inbuf in cli_echo_done
Volker Lendecke
1
-1
/
+2
2010-02-22
s3: Explicitly handle inbuf in cli_negprot_done
Volker Lendecke
1
-2
/
+3
2010-02-22
s3: Explicitly handle inbuf in cli_tcon_andx_done
Volker Lendecke
1
-3
/
+6
2010-02-22
s3: Explicitly handle inbuf in cli_sesssetup_blob_done
Volker Lendecke
1
-5
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_session_setup_guest_done
Volker Lendecke
1
-5
/
+4
2010-02-22
s3: Explicitly handle inbuf in cli_smb_oplock_break_waiter_done
Volker Lendecke
1
-2
/
+3
2010-02-22
s3: Add a talloc_move for the inbuf to cli_smb_recv
Volker Lendecke
8
-36
/
+50
2010-02-21
s3: Avoid calling cli_alloc_mid twice in cli_smb_req_iov_send
Volker Lendecke
1
-1
/
+2
2010-02-20
s3: Convert cli_qpathinfo_basic to use cli_trans()
Volker Lendecke
2
-40
/
+29
2010-02-20
s3: Convert cli_raw_ioctl to use cli_smb()
Volker Lendecke
1
-18
/
+10
2010-02-20
s3: Add cli_smb()
Volker Lendecke
1
-0
/
+36
2010-02-14
s3-lib: use TYPESAFE_QSORT() in remaining s3 library code
Andrew Tridgell
2
-2
/
+5
2010-02-14
s3-libsmb: use TYPESAFE_QSORT() in namequery code
Andrew Tridgell
1
-14
/
+12
2010-02-10
s3-libsmb: update libsmb to use new DLIST macros
Andrew Tridgell
2
-23
/
+25
2010-02-09
Fix off-by-one error in working out the limit of the NetServerEnum comment.
Jeremy Allison
1
-1
/
+1
2010-02-08
s3:libsmb: fix NetServerEnum3 rap calls.
Stefan Metzmacher
1
-5
/
+19
2010-02-08
s3:nmbd: also listen explicit on the subnet broadcast addresses
Stefan Metzmacher
2
-4
/
+11
2010-02-07
s3: Make cli_get_fs_volume_info() use cli_trans()
Volker Lendecke
1
-38
/
+21
2010-02-07
s3: Remove some unused code
Volker Lendecke
1
-57
/
+0
2010-02-07
s3: Fix some nonempty blank lines
Volker Lendecke
1
-3
/
+3
2010-02-04
s3:libsmb: don't reuse the callers stype variable in cli_NetServerEnum()
Stefan Metzmacher
1
-2
/
+3
2010-02-02
Change uint_t to unsigned int in source3
Matt Kraai
1
-4
/
+4
2010-01-30
Fix bug #7079 - cliconnect gets realm wrong with trusted domains.
Jeremy Allison
1
-3
/
+22
[prev]
[next]