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
2012-06-06
s3:include: change files_struct->vuid to uint64_t
Stefan Metzmacher
3
-4
/
+5
2012-06-06
s3:include: change connection_struct->vuid to uint64_t
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:includes: change vuid_cache_entry->vuid to uint64_t
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:include: move sys_acl prototypes to smb_acls.h
Stefan Metzmacher
2
-30
/
+33
2012-06-06
s3:smbd: move struct user_struct to globals.h
Stefan Metzmacher
2
-13
/
+14
2012-06-06
s3:include: remove typedef user_struct
Stefan Metzmacher
1
-2
/
+2
2012-06-06
s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'
Stefan Metzmacher
12
-28
/
+28
2012-06-06
s3:smbd: move forward declaration of struct aio_extra to smbd.h
Stefan Metzmacher
2
-3
/
+1
2012-06-06
s3:printing: use smbd/smbd.h instead of just smbd/proto.h in queue_process.c
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:torture: use smbd/smbd.h instead of just smbd/proto.h in vfstest_chain.c
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:utils: use smbd/smbd.h instead of just smbd/proto.h
Stefan Metzmacher
1
-1
/
+1
2012-06-06
s3:modules: we don't need smbd/proto.h in vfs_shadow_copy2.c
Stefan Metzmacher
1
-1
/
+0
2012-06-06
s3:lib: we don't need smbd/proto.h in smbd_shim.c
Stefan Metzmacher
1
-1
/
+0
2012-06-06
examples/VFS: don't use smbd/proto.h
Stefan Metzmacher
3
-3
/
+0
2012-06-06
s3:include: move some prototypes (e.g. smb_register_vfs) to vfs.h
Stefan Metzmacher
2
-9
/
+10
2012-06-06
s3:include: remove unused forward declaration of deferred_open_record in smb.h
Stefan Metzmacher
1
-3
/
+0
2012-06-06
s3:smbd: move UCF_ defines to smbd.h
Stefan Metzmacher
2
-9
/
+9
2012-06-06
s3:include: move struct smb_filename to vfs.h
Stefan Metzmacher
2
-10
/
+10
2012-06-06
s3:include: move struct smb_file_time to vfs.h
Stefan Metzmacher
2
-8
/
+8
2012-06-06
s3:include: move struct connection_struct (and sub structs) to vfs.h
Stefan Metzmacher
3
-94
/
+94
2012-06-06
s3:include: move struct stream_struct to vfs.h
Stefan Metzmacher
2
-10
/
+10
2012-06-06
s3:include: move struct fd_handle/files_struct to vfs.h
Stefan Metzmacher
2
-82
/
+82
2012-06-06
s3:includes: move union unid_t to vfs.h
Stefan Metzmacher
2
-5
/
+5
2012-06-06
s3:smbd: move struct trans_state to smbd.h
Stefan Metzmacher
2
-30
/
+30
2012-06-06
s3:smbd: move struct privilege_paths to smbd.h
Stefan Metzmacher
2
-9
/
+9
2012-06-06
s3:smbd: make struct notify_change_buf private to notify.c
Stefan Metzmacher
2
-20
/
+20
2012-06-06
s3:smbd: make use of change_notify_fsp_has_changes()
Stefan Metzmacher
2
-2
/
+2
2012-06-06
s3:smbd: add change_notify_fsp_has_changes()
Stefan Metzmacher
2
-0
/
+18
2012-06-06
s3:printing: add print_spool_rap_jobid()
Stefan Metzmacher
2
-0
/
+10
2012-06-06
s3:printing: make struct print_file_data private to printspoolss.c
Stefan Metzmacher
2
-9
/
+9
2012-06-06
s3:smbd: use print_spool_rap_jobid() in call_trans2ioctl()
Stefan Metzmacher
1
-5
/
+3
2012-06-06
s3:smbd: use print_spool_rap_jobid() in reply_ioctl()
Stefan Metzmacher
1
-5
/
+2
2012-06-06
s3:smbd: fcb_or_dos_open() can be static
Stefan Metzmacher
2
-20
/
+10
2012-06-06
s3:smbd: dup_file_fsp() never gets called for print files
Stefan Metzmacher
1
-8
/
+3
2012-06-06
s3:smbd: make struct vfs_fsp_data private to vfs.c
Stefan Metzmacher
2
-10
/
+10
2012-06-06
s3:smbd: make use of vfs_remove_all_fsp_extensions() in file_free()
Stefan Metzmacher
1
-3
/
+1
2012-06-06
s3:smbd: add vfs_remove_all_fsp_extensions()
Stefan Metzmacher
2
-0
/
+22
2012-06-06
s3:includes: move struct share_mode_lock to locking.h
Stefan Metzmacher
2
-4
/
+4
2012-06-06
s3:smbd: remove typedef for struct write_cache
Stefan Metzmacher
1
-9
/
+9
2012-06-06
s3:smbd: make typedef write_cache private to fileio.c
Stefan Metzmacher
2
-9
/
+9
2012-06-06
s3-libsmb: Fix error messages to correctly mention PLAINTEXT not LM
Andrew Bartlett
1
-6
/
+6
2012-06-06
build: Rationalise AIO support in configure, ensure on by default
Andrew Bartlett
7
-30
/
+26
2012-06-06
lib/replace: Fix snprintf() override for systems with a broken snprintf()
Andrew Bartlett
1
-1
/
+1
2012-06-05
s3: temporary hack to make the waf build work withouth autotools being required
Björn Jacke
1
-0
/
+1
2012-06-05
s3:lib: split things into a conn_tdb.h
Stefan Metzmacher
12
-44
/
+71
2012-06-05
s3:libsmb: fix the talloc parent of clistr_pull_talloc() in cli_notify_done()
Stefan Metzmacher
1
-1
/
+1
2012-06-05
s3:libsmb: change cli_sesssetup_blob_* to use uint8_t instead of char for inbuf
Stefan Metzmacher
1
-8
/
+8
2012-06-05
s3:libsmb: use inhdr instead of inbuf in tree connect related functions
Stefan Metzmacher
1
-5
/
+5
2012-06-05
s3:libsmb: use inhdr instead of inbuf in session setup related functions
Stefan Metzmacher
1
-34
/
+36
2012-06-05
s3:libsmb: remove unused 'inbuf' variable
Stefan Metzmacher
5
-20
/
+10
[next]