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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move build over to storing DOS attributes in EA's.
Jeremy Allison
2009-08-12
1
-2
/
+4
*
When mapping EA's into a TDB, don't remove the EA
Jeremy Allison
2009-08-12
1
-0
/
+9
*
Fix BASE-DELAYWRITE test by removing const from struct smb_filename
Jeremy Allison
2009-08-12
3
-21
/
+21
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
10
-15
/
+140
*
Fix some warnings in the AIX ACL code.
Jeremy Allison
2009-08-12
1
-4
/
+3
*
libcli: move some common SMB and SMB2 stuff into libcli/smb/
Stefan Metzmacher
2009-08-12
19
-19
/
+19
*
s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...
Stefan Metzmacher
2009-08-12
1
-2
/
+8
*
s3:smbd: avoid 'goto out' in smbd_smb2_create_send()
Stefan Metzmacher
2009-08-12
1
-20
/
+15
*
s3:smbd: make sure we don't call conn_free() with a NULL pointer for SMB2
Stefan Metzmacher
2009-08-12
1
-1
/
+3
*
s3:smbd: correctly invalidate vuids when SMB2 is used
Stefan Metzmacher
2009-08-12
2
-0
/
+5
*
s3:lib: map ECONNRESET to NT_STATUS_CONNECTION_RESET
Stefan Metzmacher
2009-08-12
1
-0
/
+3
*
Rename ASN1_BITFIELD to ASN1_BIT_STRING.
Kouhei Sutou
2009-08-11
1
-1
/
+1
*
s3:smbcacls: forbid change of debug level from config file
Michael Adam
2009-08-12
1
-0
/
+3
*
s3: refomat definitions of some generic access rights for better readability
Michael Adam
2009-08-12
1
-8
/
+19
*
s3:winbindd: raise the timeout for lsa_Lookup*() calls from 10 to 35 seconds.
Stefan Metzmacher
2009-08-11
2
-0
/
+56
*
i18n: Update s3 net German translation.
Kai Blin
2009-08-11
1
-44
/
+4366
*
s3 net: i18n support for net utility functions
Kai Blin
2009-08-11
2
-27
/
+30
*
s3 net: i18n support for net usershare
Kai Blin
2009-08-11
2
-91
/
+147
*
s3 net: i18n support for net user
Kai Blin
2009-08-11
2
-16
/
+16
*
s3 net: i18n support for net time
Kai Blin
2009-08-11
2
-28
/
+30
*
s3 net: i18n support for net status
Kai Blin
2009-08-11
2
-33
/
+36
*
s3 net: i18n support for net share
Kai Blin
2009-08-11
2
-5
/
+5
*
s3 net: i18n support for net sam
Kai Blin
2009-08-11
2
-319
/
+350
*
s3 net: i18n support for net rpc shell
Kai Blin
2009-08-11
3
-63
/
+64
*
s3 net: i18n support for net rpc service
Kai Blin
2009-08-11
2
-103
/
+136
*
s3 net: i18n support for net rpc samsync
Kai Blin
2009-08-11
2
-24
/
+28
*
Ensure the fsp->fsp_name stat_ex struct is always
Jeremy Allison
2009-08-10
1
-0
/
+1
*
Refactor the use of create_time and change time to go
Jeremy Allison
2009-08-10
6
-28
/
+74
*
s3 net: i18n support for net rpc rights
Kai Blin
2009-08-10
2
-45
/
+53
*
s3 net: i18n support net rpc registry
Kai Blin
2009-08-10
2
-91
/
+99
*
s3 net: i18n support for net rpc printer
Kai Blin
2009-08-10
2
-81
/
+107
*
s3 net: i18n support for net rpc join
Kai Blin
2009-08-10
2
-15
/
+19
*
s3-spoolss: remove device mode defines from nt_printing.h.
Günther Deschner
2009-08-10
2
-122
/
+17
*
Implement db_rbt_traverse
Volker Lendecke
2009-08-08
1
-4
/
+33
*
s3:smbd: convert '\\' into '/' in SMB2 Create
Stefan Metzmacher
2009-08-08
1
-0
/
+8
*
s3:smbd: rename conn => sconn for smbd_server_connection structs
Stefan Metzmacher
2009-08-08
15
-118
/
+118
*
Move the checks for null timestamps down below the VFS_NTIMES
Jeremy Allison
2009-08-07
2
-30
/
+18
*
Correctly send out notify messages for timestamp changes.
Jeremy Allison
2009-08-07
1
-5
/
+3
*
s3:smbd: split the dir entry marshalling into smbd_marshall_dir_entry()
Stefan Metzmacher
2009-08-07
1
-443
/
+482
*
s3:smbd: move dptr globals into struct smbd_server_connection
Stefan Metzmacher
2009-08-07
8
-97
/
+148
*
s3:smbd: remove dirptr and dirpath from connection_struct
Stefan Metzmacher
2009-08-07
7
-51
/
+47
*
s3:smbd: implement get_lanman2_dir_entry() on top of smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-229
/
+215
*
s3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
1
-139
/
+89
*
s3:smbd: add generic smbd_dirptr_get_entry()
Stefan Metzmacher
2009-08-07
2
-0
/
+163
*
s3:smbd: conn_free_internal() can be static now
Stefan Metzmacher
2009-08-07
6
-25
/
+24
*
s3:smbd: add a smbd_server_connection pointer to connection_struct
Stefan Metzmacher
2009-08-07
7
-35
/
+38
*
Fix some nonempty blank lines
Volker Lendecke
2009-08-07
6
-37
/
+36
*
s3:smbd: don't ignore check_descend in get_dir_entry()
Stefan Metzmacher
2009-08-07
1
-0
/
+6
*
s3-wkssvcs: fix check for BUILTIN\Administrators membership in wkssvc_Netr{Jo...
Günther Deschner
2009-08-07
1
-2
/
+2
*
s3 net: i18n support for net rpc audit
Kai Blin
2009-08-07
2
-57
/
+61
[next]