summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2012-05-28s3-utils: Use ads_do_search_retry in net ads searchAndrew Bartlett1-1/+1
2012-01-08Fix bug #8687 - net memberships usage info is wrongJeremy Allison1-1/+1
2011-05-20s3-net: make sure we dont crash when publishing a single printer.Günther Deschner1-0/+5
2011-04-17s3: Fix bug 8066, wrong output in smbgetVolker Lendecke1-3/+5
2011-04-04s3: Fix Coverity ID 1136: CONSTANT_EXPRESSION_RESULTVolker Lendecke1-1/+1
2011-02-28Fix denial of service - memory corruption.Jeremy Allison1-2/+5
2011-01-12s3:net_rpc_vampire_keytab: don't return -1 on success (bug #7899)Stefan Metzmacher1-1/+0
2010-12-26s3:net ads dns register: use "cluster addresses" option if configured (bug #7...Stefan Metzmacher1-3/+11
2010-12-26s3:net ads dns register: add support for specifying addresse on the commandli...Michael Adam1-3/+40
2010-12-26s3:net: add net_update_dns_ext() that accepts a list of addresses as paramete...Michael Adam1-12/+27
2010-12-26s3:net: disable dynamic dns updates at the end of "net ads join" in a cluster...Michael Adam1-0/+19
2010-12-26s3-net Allow 'net ads dns register' to take an optional hostname argumentAndrew Bartlett1-6/+10
2010-12-17s3:ntlm_auth: support clients which offer a spnego mechs we don't support (bu...Stefan Metzmacher1-108/+176
2010-12-17s3:ntlm_auth: free session key, as we don't use it (at least for now)Stefan Metzmacher1-1/+2
2010-12-17s3:ntlm_auth: fix memory leak in the raw ntlmssp code pathStefan Metzmacher1-0/+2
2010-12-17s3: Correctly unwrap the krb ticket in gss-spnego (cherry picked from commit ...Stefan Metzmacher1-1/+52
2010-12-17s3: Fall back to raw NTLMSSP for the gss-spnego protocolVolker Lendecke1-0/+25
2010-12-17s3: Split off output generation from manage_squid_ntlmssp_request (cherry pic...Stefan Metzmacher1-17/+41
2010-12-17s3: Wrap the ntlm_auth loop with a talloc_stackframe (cherry picked from comm...Volker Lendecke1-0/+2
2010-12-17s3: Fix some debug msgs in ntlm_auth (cherry picked from commit 6400f3ee62108...Volker Lendecke1-8/+8
2010-12-17ntlm_auth: Fix a valgrind error (cherry picked from commit 69db4b4ccf051b0551...Volker Lendecke1-1/+1
2010-11-11Fix bug #7743 - Inconsistent use of system name lookup can cause a domain joi...Jeremy Allison1-2/+2
2010-10-06Fix bug #7698 - Assert causes smbd to panic on invalid NetBIOS session request.Jeremy Allison1-9/+32
2010-10-06s3: Fix bug 7470Volker Lendecke2-2/+4
2010-09-06s3-spoolss: add and use spoolss_printerinfo2_to_setprinterinfo2().Günther Deschner1-4/+7
2010-09-06s3-net: fix a "dereferencing type-punned pointer will break strict-aliasing r...Günther Deschner1-2/+2
2010-05-10s3-net: Fix Bug #7417. 'net rpc user password' can set the wrong password.Günther Deschner1-1/+4
2010-04-21s3-net_conf: Display an error on net conf import failures.Jim McDonough1-0/+4
2010-03-31s3:make "net conf addshare" atomic by wrapping all writes in one transactionMichael Adam1-6/+36
2010-03-31s3: Add "g_lock_do" as a convenience wrapper function (cherry picked from com...Volker Lendecke1-27/+22
2010-03-31s3: Implement global locks in a g_lock tdbVolker Lendecke3-0/+223
2010-03-29s3 ntlm_auth: Don't malloc data that will be talloc_free()dKai Blin1-12/+12
2010-03-11s3-net: fix net after spoolss_EnumPrinterDataEx IDL change.Günther Deschner1-9/+2
2010-03-11s3-net: fix net after spoolss_SetPrinterData{Ex} IDL change.Günther Deschner1-24/+6
2010-03-08s3: Fix the build of net_afs.c with --fake-kaserver=yes, bug 7216Volker Lendecke1-1/+1
2010-03-05s3: net_share.c: fix argc handlingHolger Hetterich1-3/+1
2010-03-01s3-net: fix net ads dns usage calls.Günther Deschner1-3/+8
2010-02-04Fix bug #7069 - smbget does not return an error status after some errorsJeremy Allison1-38/+45
2010-01-26s3: Add --use-ccache to netVolker Lendecke4-0/+9
2010-01-26s3: Fix a bug in net's use of poptVolker Lendecke1-1/+1
2010-01-20s3 net: Fix compile warningsKai Blin24-380/+676
2010-01-20s3 net/i18n: Use only one spelling for "Usage:"Kai Blin11-57/+57
2010-01-20s3 net: Fix compile error with WITH_DNS_UPDATESKai Blin1-2/+2
2010-01-20s3/net: split up some printable stings to ease i18nBjörn Jacke25-344/+347
2010-01-15Fix bug #7036 - net rpc getsid fails in hardened windows environments.Jeremy Allison1-1/+7
2010-01-06s3-net: use generated krb5.conf in 'net ads testjoin'Günther Deschner1-0/+4
2010-01-05s3 net: Add a few missing gettext calls.Kai Blin2-6/+6
2009-12-18s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...Günther Deschner1-2/+4
2009-12-07s3: fix net and rpcclient after setprinterdataex changes.Günther Deschner1-2/+11
2009-11-30Fix bug 6546: Avoid accessing buf[-1] if NUL byte comes from fgetsVolker Lendecke3-3/+9