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