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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
Fix uninitalized variables
Volker Lendecke
2007-12-29
1
-2
/
+2
|
*
Attempt to fix the AIX make test failures
Volker Lendecke
2007-12-29
1
-3
/
+3
|
*
Fix a const warning.
Michael Adam
2007-12-29
1
-1
/
+1
|
*
Rename libnet_smbconf_getshares() to libnet_smbconf_get_share_names().
Michael Adam
2007-12-29
2
-3
/
+3
|
*
Add a comment header for libnet_smbconf_getshares().
Michael Adam
2007-12-29
1
-0
/
+3
|
*
Move functionality of net_conf_listshares() to libnet_conf.c
Michael Adam
2007-12-29
2
-15
/
+58
|
*
Move functionality of net_conf_showshare() to libnet_conf.c
Michael Adam
2007-12-29
2
-4
/
+104
|
*
passdb.tdb is located in the private directory
Volker Lendecke
2007-12-29
1
-1
/
+2
|
*
Make the main net_conf functions static in net_conf.c
Michael Adam
2007-12-29
1
-7
/
+7
|
*
Add a couple of comment headers to the main libnet_conf functions.
Michael Adam
2007-12-29
1
-0
/
+9
|
*
Add a comment header for libnet_smbconf_format_registry_value().
Michael Adam
2007-12-29
1
-0
/
+7
|
*
Handle NULL talloc context in libnet_smbconf_format_registry_value().
Michael Adam
2007-12-29
1
-1
/
+4
|
*
Hide the registry backend from libnet_smbconf_getparm().
Michael Adam
2007-12-29
2
-6
/
+21
|
*
Rename format_value() to libnet_smbconf_format_registry_value().
Michael Adam
2007-12-29
2
-3
/
+6
|
*
Move format_value() to libnet_conf.c.
Michael Adam
2007-12-29
2
-33
/
+34
|
*
Convert get_root_nt_token to memcache
Volker Lendecke
2007-12-28
3
-3
/
+17
|
*
Remove a global
Volker Lendecke
2007-12-28
1
-9
/
+15
|
*
don't store cache_readonly in gencache
Volker Lendecke
2007-12-28
1
-15
/
+0
|
*
Remove static zeros
Volker Lendecke
2007-12-28
5
-14
/
+31
|
*
Remove a static array
Volker Lendecke
2007-12-28
1
-6
/
+6
|
*
Convert csamuser to memcache
Volker Lendecke
2007-12-28
3
-27
/
+28
|
*
bin/vlp needs a dependency on @LIBWBCLIENT_SHARED@
Volker Lendecke
2007-12-28
1
-1
/
+1
|
*
Improve error messages of 'net rpc user [add|delete]' commands.
Karolin Seeger
2007-12-28
1
-10
/
+14
|
*
Ensure we turn off POSIX large read/write if encryption
Jeremy Allison
2007-12-28
1
-1
/
+4
|
*
Add the capability to set "smb encrypt = required"
Jeremy Allison
2007-12-27
5
-3
/
+60
|
*
Fix setting the initial permission bits
Volker Lendecke
2007-12-28
2
-6
/
+25
|
*
Add "smb encrypt" parameter. Can be set to "no, yes, required".
Jeremy Allison
2007-12-27
2
-1
/
+28
|
*
Fix the non-gcc branch of "likely"
Volker Lendecke
2007-12-28
1
-2
/
+2
|
*
Remove a silly static
Volker Lendecke
2007-12-27
1
-6
/
+6
|
*
Fix the build
Volker Lendecke
2007-12-27
1
-2
/
+3
|
*
Wrap the DEBUG checks in a "unlikely"
Volker Lendecke
2007-12-27
1
-6
/
+21
|
*
Add CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
Jeremy Allison
2007-12-27
2
-2
/
+7
|
*
Encryption works better when you add the client decrypt code :-).
Jeremy Allison
2007-12-26
1
-0
/
+11
|
*
Add SMB encryption. Still fixing client decrypt but
Jeremy Allison
2007-12-26
34
-214
/
+2116
|
*
typos
Volker Lendecke
2007-12-27
1
-2
/
+2
|
*
Fix some memleaks
Volker Lendecke
2007-12-26
1
-5
/
+6
|
*
Remove the sampwent interface
Volker Lendecke
2007-12-26
6
-471
/
+3
|
*
Convert pdbedit to use pdb_search_users
Volker Lendecke
2007-12-26
1
-78
/
+123
|
*
Properly destroy the pdb search object
Volker Lendecke
2007-12-26
1
-1
/
+1
|
*
smbpasswd_search_users
Volker Lendecke
2007-12-26
1
-0
/
+114
|
*
Add tdbsam_search_users
Volker Lendecke
2007-12-26
1
-0
/
+134
|
*
We need to return the correct atime
Volker Lendecke
2007-12-26
1
-1
/
+6
|
*
Move libnet_smbconf_reg_open_basepath() in source file
Michael Adam
2007-12-26
1
-9
/
+9
|
*
Rename libnet_smbconf_open_basepath() to libnet_smbconf_reg_open_basepath().
Michael Adam
2007-12-26
2
-6
/
+8
|
*
Rename libnet_smbconf_open_path() to libnet_smbconf_reg_open_path().
Michael Adam
2007-12-26
2
-11
/
+13
|
*
Rename libnet_smbconf_open_path_q() to libnet_smbconf_open_path()
Michael Adam
2007-12-26
1
-27
/
+10
|
*
Host SerNet-AIX has __ss_family instead of ss_family in sockaddr_storage
Volker Lendecke
2007-12-25
2
-0
/
+13
|
*
AIX iface test needs rep_vasprintf
Volker Lendecke
2007-12-25
1
-0
/
+1
|
*
ifreq needs more from lib/replace
Volker Lendecke
2007-12-25
1
-0
/
+2
|
*
Next try to fix get_interfaces detection
Volker Lendecke
2007-12-25
1
-0
/
+3
[prev]
[next]