summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-06-01waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver...Alexander Bokovoy1-0/+12
2012-06-01build: Add automatic compare of config.h files to recursive waf buildAndrew Bartlett1-1/+6
2012-05-31Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8...Jeremy Allison5-4/+16
2012-05-31We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd...Jeremy Allison1-11/+4
2012-05-31s3:smbd: use server_messaging_context() instead of sconn->msg_ctx in exit_ser...Stefan Metzmacher1-2/+3
2012-05-31s3:vfs_hpuxacl: remove unused file_find_fd() callsStefan Metzmacher1-18/+2
2012-05-31s3: Fix some 64-bit warningsVolker Lendecke2-4/+4
2012-05-31build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclientMichael Adam1-1/+1
2012-05-31s3:selftest: add a binary mapping for smbclient4Michael Adam1-2/+2
2012-05-31build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookupMichael Adam1-1/+1
2012-05-31s3:selftest: add a binary mapping for nmblookup4Michael Adam1-2/+2
2012-05-31s3:selftest: improve strange linebreaks for blackbox tests in tests.py for re...Michael Adam1-22/+31
2012-05-31s3:selftest: introduce a variable for binpath('dbwrap_tool') in tests.pyMichael Adam1-2/+3
2012-05-31s3:selftest: introduce a variable for binpath('ntlm_auth3') in tests.pyMichael Adam1-4/+5
2012-05-31s3:selftest: introduce a variable for binpath('smbtorture3') in tests.pyMichael Adam1-4/+5
2012-05-31s3:selftest: introduce a variable for binpath('net') in tests.pyMichael Adam1-9/+10
2012-05-31s3:selftest: introduce a variable for binpath('wbinfo') in tests.pyMichael Adam1-5/+6
2012-05-31s3:selftest: introduce a variable for binpath('smbclient3') to test.pyMichael Adam1-15/+17
2012-05-31s3:build: fix some spacing in wscript_buildMichael Adam1-6/+6
2012-05-31Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa...Jeremy Allison1-15/+18
2012-05-30Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a...Ira Cooper1-1/+1
2012-05-30Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb...Jeremy Allison1-7/+0
2012-05-30s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for port...Stefan Metzmacher1-4/+9
2012-05-30s3-build: Fix configure checks for HeimdalAndrew Bartlett1-15/+15
2012-05-30build: Make gss_wrap_iov mandatory for krb5 buildAndrew Bartlett1-0/+5
2012-05-30s3:utils: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-1/+1
2012-05-30s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx()Stefan Metzmacher1-2/+2
2012-05-30s3:libsmb: fallback to SMBtcon for old serversStefan Metzmacher1-1/+15
2012-05-30s3-loadparm: Swap synonyms of max/min protocol to server max/min protocolAndrew Bartlett1-4/+4
2012-05-30s3-build: We do not have CHARSET modules any moreAndrew Bartlett2-8/+2
2012-05-30lib/param: Put common FN_ macros into param_functions.cAndrew Bartlett4-264/+19
2012-05-30s3-param: Use same function name for "max xmit" as lib/paramAndrew Bartlett3-3/+3
2012-05-30s3-param: Use same variable names as lib/paramAndrew Bartlett1-10/+10
2012-05-30s3-param: Import parameters from lib/param to make this list commonAndrew Bartlett1-0/+26
2012-05-30s3-param: Rename lp_dns_proxy() -> lp_wins_dns_proxy() for clarityAndrew Bartlett4-4/+4
2012-05-30param: Sort global param functions macros to ease the s3/s4 mergeAndrew Bartlett1-236/+228
2012-05-30lib/param: Harmonise 'password server' parameter between s3 and s4Andrew Bartlett1-0/+2
2012-05-30s3-build: Remove build of libtdb.so from the autoconf buildAndrew Bartlett2-68/+3
2012-05-30s3-build: Remove build of libtalloc.so from the autoconf buildAndrew Bartlett2-65/+3
2012-05-30s3-iconv: Remove unused script/gen-8bit-gap.shAndrew Bartlett5-154/+1
2012-05-30build: Provide .pc file for libsmbsharemodesAndrew Bartlett2-1/+12
2012-05-30build: Provide .pc file for libnetapiAndrew Bartlett2-1/+12
2012-05-29s3:smb2_ioctl: verify credit chargeStefan Metzmacher1-0/+25
2012-05-29s3:smb2_ioctl: add more validation checksStefan Metzmacher1-6/+67
2012-05-29s3:smb2_ioctl: add some more validation checksStefan Metzmacher1-7/+36
2012-05-29s3:smbd/smb2_find add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_getinfo add a debug messageChristian Ambach1-0/+8
2012-05-29s3:smbd/smb2_setinfo add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_read improve debug messageChristian Ambach1-1/+2
2012-05-29s3: fix compile of krb5 locator on SolarisBjörn Jacke1-1/+1