index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
2008-01-15
5
-12
/
+14
*
Fix some warnings -- Jeremy, please check
Volker Lendecke
2008-01-15
2
-7
/
+7
*
Some more minor cleanup for "net rpc audit".
Günther Deschner
2008-01-14
1
-58
/
+54
*
Fix all callers of old rpccli_lsa_set_info_policy() call.
Günther Deschner
2008-01-14
1
-39
/
+45
*
Use pidl generated rpccli_lsa_QueryTrustedDomainInfoBySid when vampiring trusted
Günther Deschner
2008-01-14
1
-8
/
+14
*
Add and modify comments in net_conf.c
Michael Adam
2008-01-13
1
-8
/
+42
*
Add explicit creation of shares to net conf import function.
Michael Adam
2008-01-13
1
-0
/
+4
*
Introduce a libnet_conf context created by libnet_conf_open().
Michael Adam
2008-01-13
1
-35
/
+106
*
Fix CID 476. Ensure a valid pac_data pointer is always passed to
Jeremy Allison
2008-01-11
1
-1
/
+2
*
Stop Coverity complaining about uninitialized variables.
Jeremy Allison
2008-01-11
1
-3
/
+3
*
As long as DsGetDcName is not part of libnetapi, lowercase the fn name.
Günther Deschner
2008-01-11
1
-1
/
+1
*
Fix libnetapi error string callers.
Günther Deschner
2008-01-11
1
-2
/
+2
*
Remove unused string.
Günther Deschner
2008-01-10
1
-3
/
+0
*
Attempt to fix the compile of source/utils/net_dns.c
Volker Lendecke
2008-01-09
1
-5
/
+7
*
Move the DNS tsig update to using struct sockaddr_storage
Jeremy Allison
2008-01-08
1
-15
/
+22
*
Use ads_get_upn() in net_derive_salting_principal().
Günther Deschner
2008-01-08
1
-15
/
+1
*
Add -e to smbget.
Jeremy Allison
2008-01-05
1
-0
/
+12
*
Fix -e for smbcquotas.
Jeremy Allison
2008-01-05
1
-11
/
+24
*
Fix args to cli_force_encryption.
Jeremy Allison
2008-01-05
1
-2
/
+1
*
Add general '-e' option to enable smb encryption
Jeremy Allison
2008-01-05
3
-20
/
+81
*
Add missing patch to allow smbcacls to do krb5 auth, bug #5175
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Fix the build.
Jeremy Allison
2008-01-04
1
-2
/
+2
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+26
*
Fix spacing - spaces mixed with tabs.
Michael Adam
2008-01-04
1
-8
/
+8
*
Fix a comment.
Michael Adam
2008-01-04
1
-1
/
+1
*
Remove the word "registry" from the help output of the "net conf" command.
Michael Adam
2008-01-04
1
-7
/
+6
*
Update the introductory comment to net_conf.c to mention linbet_conf.
Michael Adam
2008-01-04
1
-3
/
+7
*
Remove the final regdb_close() from net_conf.c
Michael Adam
2008-01-04
1
-2
/
+0
*
Fix the behaviour of "net conf setparm" to create the share if necessary.
Michael Adam
2008-01-04
1
-0
/
+9
*
Fix build warning.
Günther Deschner
2008-01-04
1
-1
/
+0
*
Make libnet_conf handle opening/initialization of the registry.
Michael Adam
2008-01-03
1
-5
/
+0
*
Rename libnet_smbconf_delparm() to libnet_conf_delete_parameter().
Michael Adam
2008-01-03
1
-1
/
+1
*
Rename libnet_smbconf_getparm() to libnet_conf_get_parameter().
Michael Adam
2008-01-03
1
-1
/
+1
*
Rename libnet_smbconf_setparm() to libnet_conf_set_parameter().
Michael Adam
2008-01-03
1
-8
/
+8
*
Rename libnet_smbconf_delshare() to libnet_conf_delete_share().
Michael Adam
2008-01-03
1
-2
/
+2
*
Rename libnet_smbconf_getshare() to libnet_conf_get_share().
Michael Adam
2008-01-03
1
-2
/
+2
*
Rename libnet_smbconf_create_share() to libnet_conf_create_share().
Michael Adam
2008-01-03
1
-1
/
+1
*
Rename libnet_smbconf_share_exists() to libnet_conf_share_exists().
Michael Adam
2008-01-03
1
-2
/
+2
*
Rename libnet_smbconf_get_share_names() to libnet_conf_get_share_names().
Michael Adam
2008-01-03
1
-1
/
+1
*
Rename libnet_smbconf_get_config() to libnet_conf_get_config().
Michael Adam
2008-01-03
1
-3
/
+3
*
Rename libnet_smbconf_drop() to libnet_conf_drop().
Michael Adam
2008-01-03
1
-1
/
+1
*
Happy new year again.
Michael Adam
2008-01-03
1
-1
/
+1
*
Add libnet_conf API function libnet_smbconf_create_share().
Michael Adam
2008-01-03
1
-1
/
+12
*
Make grouping in if statement more explicit.
Michael Adam
2007-12-31
1
-1
/
+3
*
Change net_conf_import() to only use libnet_conf API functions.
Michael Adam
2007-12-31
1
-9
/
+3
*
Rewrite net_conf_addshare() to only use libnet_conf API functions.
Michael Adam
2007-12-31
1
-20
/
+17
*
Rename libnet_smbconf_key_exists() to libnet_smbconf_share_exists()
Michael Adam
2007-12-31
1
-1
/
+1
*
Remove an unused variable.
Michael Adam
2007-12-30
1
-1
/
+0
*
Remove all d_fprintf-s from libnet_conf.c
Michael Adam
2007-12-30
1
-4
/
+24
*
Remove list_values() from net_conf.c - it is not needed any more.
Michael Adam
2007-12-30
1
-26
/
+0
[next]