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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-29
s3-rpcclient: add tool to call lsa_SetInformationTrustedDomain.
Günther Deschner
1
-0
/
+71
2011-11-29
s3: Remove some false/superfluous translations
Volker Lendecke
1
-5
/
+5
2011-11-28
s3: Use tevent_req_simple_recv_ntstatus
Volker Lendecke
1
-6
/
+1
2011-11-28
s3: Fix a crash in group_mapping.ldb->tdb conversion
Volker Lendecke
1
-0
/
+13
2011-11-25
s3:locking:posix: remove uses of SMB_ASSERT() from get_windows_lock_ref_count()
Michael Adam
1
-2
/
+13
2011-11-25
s3:locking:posix: adapt use of dbrwrap_fetch() to new NTSTATUS semantics
Michael Adam
1
-5
/
+14
2011-11-25
s3:registry: write INFO/version if we create registry.tdb
Gregor Beck
1
-0
/
+7
2011-11-25
s3:dbwrap: do not burden the user of db_open_ctdb with ifdef voodoo
Gregor Beck
2
-3
/
+13
2011-11-25
s3:lib fix output of hex escapes > 0x7F with cbuf_print_quoted
Gregor Beck
1
-1
/
+1
2011-11-25
s3:net registry check: improve console output
Gregor Beck
1
-7
/
+4
2011-11-25
s3: user_domain is not used in wb_getpwsid
Volker Lendecke
1
-7
/
+0
2011-11-25
s3: Add some const
Volker Lendecke
2
-4
/
+4
2011-11-24
s3:torture: test smb2cli_logoff and smb2cli_tdis
Stefan Metzmacher
1
-0
/
+37
2011-11-24
s3:smb2cli: zero tid in smb2cli_tdis*
Stefan Metzmacher
1
-0
/
+6
2011-11-24
s3:smb2cli: free session in smb2cli_logoff*
Stefan Metzmacher
1
-1
/
+7
2011-11-24
s3:torture: add SMB2-SESSION-REAUTH
Stefan Metzmacher
3
-0
/
+215
2011-11-24
s3:torture: add SMB2-MULTI-CHANNEL test
Stefan Metzmacher
3
-0
/
+258
2011-11-24
s3:torture: add a new test SMB2-TCON-DEPENDENCE
Michael Adam
3
-0
/
+106
2011-11-24
s3:torture:smb2: add SMB2-SESSION-RECONNECT test
Michael Adam
3
-0
/
+391
2011-11-24
s3:torture: use cli_tree_connect() instead of smb2cli_tcon()
Stefan Metzmacher
1
-2
/
+2
2011-11-24
s3:client: make use of cli_tree_connect()
Stefan Metzmacher
2
-3
/
+3
2011-11-24
s3:libsmb: make use of cli_tree_connect()
Stefan Metzmacher
3
-9
/
+11
2011-11-24
s3:nmbd: make use of cli_tree_connect()
Stefan Metzmacher
1
-1
/
+1
2011-11-24
s3:torture: make use of cli_tree_connect()
Stefan Metzmacher
3
-9
/
+9
2011-11-24
s3:utils: make use of cli_tree_connect()
Stefan Metzmacher
2
-4
/
+4
2011-11-24
s3:winbindd_cm: make use of cli_tree_connect()
Stefan Metzmacher
1
-1
/
+1
2011-11-24
s3:libsmb: add cli_tree_connect() for a generic tree connect
Stefan Metzmacher
2
-0
/
+17
2011-11-24
s3:smb2cli: remove unused smb2cli_sesssetup_ntlmssp*
Stefan Metzmacher
2
-213
/
+0
2011-11-24
s3:torture: replace smb2cli_sesssetup_ntlmssp() with the more generic cli_ses...
Stefan Metzmacher
1
-2
/
+6
2011-11-24
s3:libsmb: add SMB2 support to cli_session_setup()
Stefan Metzmacher
1
-20
/
+122
2011-11-24
s3:libsmb: implement cli_trans* on top of smb1cli_trans*
Stefan Metzmacher
1
-687
/
+120
2011-11-24
smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_req
Stefan Metzmacher
1
-0
/
+1
2011-11-24
s3:selftest: run SMB2-NEGPROT
Stefan Metzmacher
1
-1
/
+1
2011-11-24
s3:torture: add SMB2-NEGPROT test
Stefan Metzmacher
3
-0
/
+65
2011-11-24
s3:smb2cli: remove unused smb2cli_negprot()
Stefan Metzmacher
4
-34
/
+0
2011-11-24
s3:SMB2-BASIC: use smbXcli_negprot() directly
Stefan Metzmacher
1
-2
/
+4
2011-11-24
s3:smb2cli: pass struct smbXcli_conn directly to smb2cli_req_create/_send()
Stefan Metzmacher
8
-75
/
+15
2011-11-24
s3:libsmb: implement cli_state based functions on top of smbXcli_conn/smbXcli...
Stefan Metzmacher
11
-1693
/
+245
2011-11-24
s3:smb2cli: add forward declaration for struct cli_state
Stefan Metzmacher
1
-0
/
+1
2011-11-24
s3:smb2cli: make smb2cli_session_setup_send/recv non-static
Stefan Metzmacher
2
-5
/
+23
2011-11-24
s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...
Stefan Metzmacher
10
-66
/
+178
2011-11-24
s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()
Stefan Metzmacher
3
-163
/
+15
2011-11-24
smbXcli: pass client_guid to smbXcli_conn_create()
Stefan Metzmacher
1
-1
/
+2
2011-11-24
s3:smb2cli: replace smb2cli_base.c code with the more generic smbXcli_base.c ...
Stefan Metzmacher
5
-783
/
+40
2011-11-24
security: add local authority well-known SIDs
Christian Ambach
1
-0
/
+6
2011-11-24
s3:smb2 report access_based_dir_enum in tcon reply
Christian Ambach
1
-0
/
+5
2011-11-24
s3:smb2 do not set allow_namespace_caching flag for a share
Christian Ambach
1
-1
/
+1
2011-11-24
s3:vfs:gpfs remove non-working code
Christian Ambach
1
-65
/
+0
2011-11-24
s3:vfs:gpfs fix some compiler warnings
Christian Ambach
1
-3
/
+3
2011-11-24
s3:vfs:gpfs convert syncio parameter
Christian Ambach
1
-2
/
+11
[prev]
[next]