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
/
net_util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-24
Remove unused function.
Jeremy Allison
1
-21
/
+0
2012-02-23
s3-utils: Remove unused connect_to_ipc_krb5()
Andrew Bartlett
1
-53
/
+0
2011-11-03
s3:utils: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
1
-3
/
+4
2011-07-22
s3:net_util: use server_name instead of cli->desthost
Stefan Metzmacher
1
-1
/
+1
2011-07-22
s3:net_util: pass const sockaddr_storage to net_make_ipc_connection_ex()
Stefan Metzmacher
1
-1
/
+1
2011-07-22
s3:net_util: add some const to sockaddr_storage
Stefan Metzmacher
1
-8
/
+8
2011-06-09
s3-param Remove special case for global_myname(), rename to lp_netbios_name()
Andrew Bartlett
1
-2
/
+2
2011-05-18
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
1
-1
/
+1
2011-05-06
s3-libsmb: move protos to libsmb/proto.h
Günther Deschner
1
-0
/
+1
2011-02-28
s3-rpc_client: Move client pipe functions to own header.
Andreas Schneider
1
-0
/
+1
2011-02-27
s3: Make is_zero_addr take a sockaddr_storage
Volker Lendecke
1
-2
/
+2
2011-02-02
s3-net: prefer dcerpc_lsa_X functions in net_util.c
Günther Deschner
1
-13
/
+16
2011-02-01
s3-net: add net_scan_dc non-ad variant.
Günther Deschner
1
-1
/
+67
2011-01-11
s3:net: use ndr_dssetup_c.h instead of cli_dssetup.h
Stefan Metzmacher
1
-1
/
+1
2011-01-04
s3:net_utils: use dcerpc_dssetup_DsRoleGetPrimaryDomainInformation()
Stefan Metzmacher
1
-2
/
+8
2010-12-20
s3: Remove unused "retry" from cli_full_connection
Volker Lendecke
1
-3
/
+3
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-08-05
s3-secrets: only include secrets.h when needed.
Günther Deschner
1
-0
/
+1
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-2
/
+2
2010-05-18
s3-rpc_client: move protos to cli_lsarpc.h
Günther Deschner
1
-0
/
+1
2010-01-24
s3: Add --use-ccache to net
Volker Lendecke
1
-0
/
+4
2010-01-19
s3 net: Fix compile warnings
Kai Blin
1
-2
/
+2
2010-01-18
s3/net: split up some printable stings to ease i18n
Björn Jacke
1
-2
/
+2
2010-01-05
s3 net: Add a few missing gettext calls.
Kai Blin
1
-4
/
+4
2009-11-26
s3-rpc: Avoid including every pipe's client and server stubs everywhere in sa...
Günther Deschner
1
-0
/
+2
2009-11-12
Ensure all callers to the rpc_client/cli_pipe functions correctly
Jeremy Allison
1
-1
/
+1
2009-08-11
s3 net: i18n support for net utility functions
Kai Blin
1
-26
/
+29
2009-07-28
Added prefer_ipv4 bool parameter to resolve_name().
Jeremy Allison
1
-4
/
+4
2009-07-22
Revert "net: Use samba default command line arguments."
Kai Blin
1
-18
/
+91
2009-05-25
net: Use samba default command line arguments.
Kai Blin
1
-91
/
+18
2009-04-21
s3-secdesc: use SEC_FLAG_MAXIMUM_ALLOWED instead of SEC_RIGHTS_MAXIMUM_ALLOWED.
Günther Deschner
1
-1
/
+1
2009-04-17
s3:net: add --request-timeout option
Stefan Metzmacher
1
-0
/
+2
2009-03-18
s3: remove POLICY_HND.
Günther Deschner
1
-1
/
+1
2008-12-31
Fix all warnings in source3 with gcc4.3.
Jeremy Allison
1
-2
/
+1
2008-11-18
s3-net: add net_scan_dc function.
Günther Deschner
1
-0
/
+38
2008-10-23
Use sockaddr_storage only where we rely on the size, use sockaddr
Jelmer Vernooij
1
-2
/
+2
2008-09-26
net: Make share type lookup a function.
Kai Blin
1
-0
/
+12
2008-08-21
Fix broken net rpc join message when DC can't be found. Ensure we pass in a d...
Jeremy Allison
1
-2
/
+3
2008-07-31
net: add "-k" switch for kerberos authentication (in preparation for #5416).
Günther Deschner
1
-3
/
+13
2008-07-21
Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idx
Volker Lendecke
1
-2
/
+3
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-4
/
+6
2008-06-21
net: Don't crash on invalid command line options.
Kai Blin
1
-7
/
+0
2008-06-19
net: Fix crash when specifying invalid options on the command line
root
1
-0
/
+8
2008-06-10
net: Rename functable3 to functable, get rid of old functables
Kai Blin
1
-51
/
+2
2008-06-10
net: Add net_display_usage_from_functable()
Kai Blin
1
-0
/
+7
2008-06-10
net: Use functable2 to give a short help text for top-level functions.
Kai Blin
1
-0
/
+3
2008-06-10
net: Add net_run_function3
Kai Blin
1
-0
/
+27
2008-06-10
net: Move net_run_function/net_run_function2 to net_util.c
Kai Blin
1
-0
/
+46
2008-05-20
net: Move more utility functions into net_util.c
Kai Blin
1
-0
/
+466
2008-05-20
net: Use true/false instead of True/False.
Kai Blin
1
-1
/
+1
[next]