summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2012-06-05VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett1-0/+4
2012-06-05s3-smbd: Remove support for protocols before LANMAN1Andrew Bartlett2-36/+1
2012-06-05Fix bug #8972 - Directory group write permission bit is set if unix extension...Jeremy Allison1-2/+4
2012-06-03s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_sendLuk Claes8-57/+12
2012-06-03s3:smbd: make conn_close_all() a void functionStefan Metzmacher3-8/+3
2012-06-03s3:smbd/close: call del_share_mode() directly before TALLOC_FREE(lck)Stefan Metzmacher1-5/+15
2012-06-03s3:smbd/close: remove unused goto out from close_directory()Stefan Metzmacher1-3/+1
2012-06-03s3:smbd/close: do an early return in close_directory()Stefan Metzmacher1-2/+1
2012-06-03s3: Fix an assert to trigger in close_remove_share_modeStefan Metzmacher1-6/+17
2012-06-03s3: Do an early return in close_remove_share_modeVolker Lendecke1-2/+1
2012-06-03s3: Make close_remove_share_mode a bit more readableVolker Lendecke1-2/+4
2012-06-03s3: Simplify get_delete_on_close_token moreVolker Lendecke1-6/+2
2012-06-03s3: Simplify get_delete_on_close_token slightlyVolker Lendecke1-19/+32
2012-06-03s3: Slightly simplify close_remove_share_modeVolker Lendecke1-10/+15
2012-06-03s3:smbd/close: avoid procid_is_me()Stefan Metzmacher1-1/+2
2012-06-03s3:smbd/open: avoid procid_is_me()Stefan Metzmacher1-4/+5
2012-06-03s3:smbd/oplock: avoid procid_is_me()Stefan Metzmacher1-2/+4
2012-06-03build: Match autoconf build and disable ACLs on MacOS (darwin)Andrew Bartlett1-3/+7
2012-06-03s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2-0/+8
2012-06-03s3-build: Remove finddeadAndrew Bartlett1-9/+0
2012-06-03libreplace: Link libreplace against attr when requiredAndrew Bartlett1-1/+1
2012-06-02build: Remove check for res_ninit (Revert "s3: Check for res_ninit")Andrew Bartlett1-8/+0
2012-06-02build: Show extra configure results found by WAF as wellAndrew Bartlett1-1/+3
2012-06-02build: Check correctly for sendfile (missing .h in header)Andrew Bartlett1-1/+1
2012-06-02build: Always attempt to build posix ACLsAndrew Bartlett1-8/+3
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett5-790/+19
2012-06-02s3: Same fix as 8576256, this time for fgetxattrVolker Lendecke1-1/+1
2012-06-01s3: Avoid a lot of calls to serverid_exists()Volker Lendecke1-1/+1
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