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
/
proto.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make nt4_compatible_acls() non-static for use by VFS ACL modules.
Steven Danneman
2008-11-30
1
-0
/
+1
*
s3-samr: add init_samr_user_info25 and init_samr_user_info26.
Günther Deschner
2008-11-28
1
-0
/
+33
*
s3-samr: fix init_samr_user_info{23,24} callers.
Günther Deschner
2008-11-28
1
-4
/
+3
*
Remove "conn" parameter from np_open, smb_request contains it
Volker Lendecke
2008-11-28
1
-2
/
+2
*
Move cli_trans_oob to lib/util.c
Volker Lendecke
2008-11-28
1
-0
/
+1
*
s3-samr: add init_samr_user_info5.
Günther Deschner
2008-11-27
1
-0
/
+19
*
Get rid of pipes_struct->pipe_user, we have server_info now --- YESSS!
Volker Lendecke
2008-11-24
1
-1
/
+0
*
Remove unused make_connection_with_chdir()
Volker Lendecke
2008-11-24
1
-4
/
+0
*
Convert delete_driver_files to use create_conn_struct
Volker Lendecke
2008-11-24
1
-2
/
+3
*
Convert get_correct_cversion to use create_conn_struct
Volker Lendecke
2008-11-24
1
-2
/
+3
*
Convert move_driver_to_download_area to use create_conn_struct
Volker Lendecke
2008-11-24
1
-2
/
+3
*
Add auth_serversupplied_info to create_conn_struct
Volker Lendecke
2008-11-23
1
-1
/
+2
*
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
2008-11-21
1
-3
/
+3
*
s3-ntsvcs: remove old hand-marshalling for ntsvcs getdevregprop.
Günther Deschner
2008-11-19
1
-7
/
+0
*
Added ability to remove id mappings in wbinfo and libwbclient.
Steven Danneman
2008-11-18
1
-0
/
+1
*
Fix extended DN parse error when AD object does not have a SID.
Steven Danneman
2008-11-18
1
-4
/
+4
*
Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.
Jeremy Allison
2008-11-17
1
-1
/
+2
*
Make "construct_reply_common" static
Volker Lendecke
2008-11-08
1
-1
/
+0
*
Converting notify.c to store a request, not an inbuf
Volker Lendecke
2008-11-08
1
-2
/
+2
*
Add wrapper str_list_make_v3() to replace the old S3 behavior of
Jeremy Allison
2008-11-06
1
-0
/
+1
*
s3: rpc: let serverinfo_to_SamInfo3() work with no pipe_session_key
Stefan Metzmacher
2008-11-06
1
-1
/
+2
*
Convert blocking.c to store a smb_request instead of just inbuf
Volker Lendecke
2008-11-04
1
-1
/
+1
*
Add construct_reply_common_req wrapper
Volker Lendecke
2008-11-04
1
-0
/
+1
*
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
2008-11-04
1
-0
/
+4
*
s3: proto.h: add missing sys_[g|s]et_quota_vfs() prototypes
Stefan Metzmacher
2008-11-03
1
-0
/
+3
*
Pass smb_request to send_trans_reply to match with send_[nt]trans[2]_reply
Volker Lendecke
2008-11-02
1
-1
/
+1
*
Add srvstr_get_path_req[_wcard]
Volker Lendecke
2008-11-02
1
-0
/
+6
*
Apply some const to get_lock_*()
Volker Lendecke
2008-11-01
1
-3
/
+6
*
Apply some const to np_write()
Volker Lendecke
2008-11-01
1
-1
/
+1
*
Use shared doserr.c.
Jelmer Vernooij
2008-11-01
1
-6
/
+0
*
Remove duplicate prototypes.
Jelmer Vernooij
2008-11-01
1
-11
/
+1
*
Merge branch 'master' of /home/jelmer/samba3
Jelmer Vernooij
2008-11-01
1
-131
/
+0
|
\
|
*
Remove sys_dl*() - stubs are already provided by libreplace.
Jelmer Vernooij
2008-11-01
1
-4
/
+0
|
*
Remove sys_chroot() - libreplace already provides an alternative.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
*
Move sys_realpath() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
*
Move sys_lchown() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
*
Move sys_symlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-2
/
+0
|
*
Move sys_readlink() to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
*
Move sys_link to libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
*
proto.h: Remove prototypes already in other header files.
Jelmer Vernooij
2008-11-01
1
-120
/
+0
*
|
Use dup2() replacement from libreplace.
Jelmer Vernooij
2008-11-01
1
-1
/
+0
|
/
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-3
/
+2
*
errors: share dcerpc error function.
Günther Deschner
2008-10-31
1
-2
/
+2
*
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...
Jeremy Allison
2008-10-30
1
-0
/
+1
*
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
2008-10-29
1
-2
/
+11
*
Add str_list_check[_ci] to s3's proto.h
Volker Lendecke
2008-10-25
1
-0
/
+3
*
Remove "pipe_handle_offset" -- pipes now use "struct files_struct"
Volker Lendecke
2008-10-25
1
-1
/
+0
*
Fix prototype for set_sockaddr_port.
Jelmer Vernooij
2008-10-23
1
-1
/
+1
*
Fix "parameter has incomplete type" build warning.
Tim Prouty
2008-10-23
1
-1
/
+0
*
Use common net utility code (address and sockaddr manipulation).
Jelmer Vernooij
2008-10-23
1
-1
/
+3
[prev]
[next]