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
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-03
s3:libsmb/clifile: make use of cli_set_timeout()
Stefan Metzmacher
1
-12
/
+22
2011-08-03
s3:cli_np_tstream: make use of cli_set_timeout()
Stefan Metzmacher
1
-1
/
+2
2011-08-03
s3:torture: make use of cli_set_timeout()
Stefan Metzmacher
1
-2
/
+2
2011-08-03
s3:winbindd_cm: make use of cli_set_timeout()
Stefan Metzmacher
1
-1
/
+1
2011-08-03
s3:libsmb/clidfs: make use of cli_state_encryption_on()
Stefan Metzmacher
1
-2
/
+2
2011-08-03
s4-libcli: Fix the fd leak. Close open file descriptor before return.
Amitay Isaacs
1
-2
/
+4
2011-08-03
samba-tool: Rename samba-tool command gpo2 --> gpo
Amitay Isaacs
1
-1
/
+1
2011-08-03
samba-tool: Remove C version of samba-tool
Amitay Isaacs
6
-1173
/
+0
2011-08-03
samba-tool: Add implementation of gpo create command
Amitay Isaacs
1
-1
/
+176
2011-08-03
samba-tool: Add functions to create directories and copy files over SMB share
Amitay Isaacs
1
-0
/
+32
2011-08-03
s4-libcli: get_acl and set_acl require raw_open to set security descriptor
Amitay Isaacs
1
-15
/
+75
2011-08-03
s4-libcli: Check if short_name is not null, before converting to python string
Amitay Isaacs
1
-1
/
+8
2011-08-03
s4-libcli: Replace smb_composite_connect() with smb_full_connection()
Amitay Isaacs
1
-24
/
+20
2011-08-03
s4-policy: Use the correct local directory for stat.
Amitay Isaacs
1
-1
/
+1
2011-08-03
samba-tool: Rename copy_directory_recurse to copy_directory_remote_to_local
Amitay Isaacs
1
-11
/
+19
2011-08-03
samba-tool: Addd functions to print GPO flags and GPlink options
Amitay Isaacs
1
-28
/
+22
2011-08-03
s4-policy: Add python wrapper for ads_to_dir_access_mask() function
Amitay Isaacs
1
-2
/
+17
2011-08-03
s4-policy: Expose gp_ads_to_dir_access_mask() function
Amitay Isaacs
2
-1
/
+2
2011-08-03
s4-libcli: Added python SMB methods for mkdir(), rmdir(), chkpath()
Amitay Isaacs
1
-11
/
+97
2011-08-03
pyldb: return a copy of key constant DNs via python interface
Andrew Tridgell
1
-4
/
+21
2011-08-03
We don't need check_name() here. All possible paths to dptr_create()
Jeremy Allison
1
-4
/
+0
2011-08-02
s3: Fix smb2 handling error returns from aio
Volker Lendecke
1
-0
/
+2
2011-08-02
s3: Remove unused ERROR_FORCE_NT macro
Volker Lendecke
1
-1
/
+0
2011-08-02
s3: Remove unused ERROR_DOS macro
Volker Lendecke
1
-1
/
+0
2011-08-02
s3: Move deferred_open_queue to smbd_server_connection
Volker Lendecke
3
-10
/
+12
2011-08-02
s3: Pass sconn explicitly to get_deferred_open_message_smb
Volker Lendecke
1
-4
/
+6
2011-08-02
s3: Pass sconn explicitly to open_was_deferred
Volker Lendecke
7
-18
/
+18
2011-08-02
s3: Pass sconn explicitly to schedule_deferred_open_message_smb
Volker Lendecke
4
-7
/
+22
2011-08-02
s3: Explicitly pass sconn to remove_deferred_open_message_smb
Volker Lendecke
3
-6
/
+8
2011-08-02
s3: Fix some nonempty blank lines
Volker Lendecke
4
-13
/
+13
2011-08-02
s3:server Consolidate printing related initialization
Simo Sorce
3
-9
/
+9
2011-08-02
s3:smbd - Move printing queue stuff
Simo Sorce
11
-166
/
+339
2011-08-02
s4:kdc: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb/libsmb_server: make use of cli_set_timeout()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb/cli*: make use of cli_state_protocol()
Stefan Metzmacher
4
-14
/
+14
2011-08-02
s3:client: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:auth_server: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:spoolss: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:masktest: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:net_rpc: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:winbindd_cm: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb: add cli_state_protocol()
Stefan Metzmacher
2
-0
/
+6
2011-08-02
s3:include: change cli->protocol to enum protocol_types
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb/cli*: make use of cli_state_capabilities()
Stefan Metzmacher
6
-18
/
+18
2011-08-02
s3:libsmb/libsmb_*: make use of cli_state_capabilities()
Stefan Metzmacher
3
-3
/
+3
2011-08-02
s3:torture: make use of cli_state_capabilities()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:winbindd_cm: make use of cli_state_capabilities()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:include: make use of cli_state_capabilities() in SERVER_HAS_UNIX_CIFS()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:libsmb: add cli_state_capabilities()
Stefan Metzmacher
2
-0
/
+6
2011-08-02
s3:smb2cli_base: smb2cli_req_send() needs to call tevent_req_post() on error
Stefan Metzmacher
1
-1
/
+1
[prev]
[next]