Age | Commit message (Expand) | Author | Files | Lines |
2012-06-03 | s3: Simplify get_delete_on_close_token slightly | Volker Lendecke | 1 | -19/+32 |
2012-06-03 | s3: Slightly simplify close_remove_share_mode | Volker Lendecke | 1 | -10/+15 |
2012-06-03 | s3:smbd/close: avoid procid_is_me() | Stefan Metzmacher | 1 | -1/+2 |
2012-06-03 | s3:smbd/open: avoid procid_is_me() | Stefan Metzmacher | 1 | -4/+5 |
2012-06-03 | s3:smbd/oplock: avoid procid_is_me() | Stefan Metzmacher | 1 | -2/+4 |
2012-06-03 | build: Match autoconf build and disable ACLs on MacOS (darwin) | Andrew Bartlett | 1 | -3/+7 |
2012-06-03 | s3-libnetapi: Cope with popt versions without POPT_TABLEEND | Andrew Bartlett | 2 | -0/+8 |
2012-06-03 | s3-build: Remove finddead | Andrew Bartlett | 1 | -9/+0 |
2012-06-03 | libreplace: Link libreplace against attr when required | Andrew Bartlett | 1 | -1/+1 |
2012-06-02 | build: Remove check for res_ninit (Revert "s3: Check for res_ninit") | Andrew Bartlett | 1 | -8/+0 |
2012-06-02 | build: Show extra configure results found by WAF as well | Andrew Bartlett | 1 | -1/+3 |
2012-06-02 | build: Check correctly for sendfile (missing .h in header) | Andrew Bartlett | 1 | -1/+1 |
2012-06-02 | build: Always attempt to build posix ACLs | Andrew Bartlett | 1 | -8/+3 |
2012-06-02 | lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.c | Andrew Bartlett | 5 | -790/+19 |
2012-06-02 | s3: Same fix as 8576256, this time for fgetxattr | Volker Lendecke | 1 | -1/+1 |
2012-06-01 | s3: Avoid a lot of calls to serverid_exists() | Volker Lendecke | 1 | -1/+1 |
2012-06-01 | waf: check for krb5_create_checksum and krb5_creds.flags for some Heimdal ver... | Alexander Bokovoy | 1 | -0/+12 |
2012-06-01 | build: Add automatic compare of config.h files to recursive waf build | Andrew Bartlett | 1 | -1/+6 |
2012-05-31 | Forward port of Richard Sharpe's <realrichardsharpe@gmail.com> fix for bug #8... | Jeremy Allison | 5 | -4/+16 |
2012-05-31 | We are triggering the cleanup_timeout_fn() too often, on exiting when an smbd... | Jeremy Allison | 1 | -11/+4 |
2012-05-31 | s3:smbd: use server_messaging_context() instead of sconn->msg_ctx in exit_ser... | Stefan Metzmacher | 1 | -2/+3 |
2012-05-31 | s3:vfs_hpuxacl: remove unused file_find_fd() calls | Stefan Metzmacher | 1 | -18/+2 |
2012-05-31 | s3: Fix some 64-bit warnings | Volker Lendecke | 2 | -4/+4 |
2012-05-31 | build: rename build targets smbclient -> smbclient4 and smbclient3 -> smbclient | Michael Adam | 1 | -1/+1 |
2012-05-31 | s3:selftest: add a binary mapping for smbclient4 | Michael Adam | 1 | -2/+2 |
2012-05-31 | build: rename build targets nmblookup -> nmblookup4 and nmblookup3 -> nmblookup | Michael Adam | 1 | -1/+1 |
2012-05-31 | s3:selftest: add a binary mapping for nmblookup4 | Michael Adam | 1 | -2/+2 |
2012-05-31 | s3:selftest: improve strange linebreaks for blackbox tests in tests.py for re... | Michael Adam | 1 | -22/+31 |
2012-05-31 | s3:selftest: introduce a variable for binpath('dbwrap_tool') in tests.py | Michael Adam | 1 | -2/+3 |
2012-05-31 | s3:selftest: introduce a variable for binpath('ntlm_auth3') in tests.py | Michael Adam | 1 | -4/+5 |
2012-05-31 | s3:selftest: introduce a variable for binpath('smbtorture3') in tests.py | Michael Adam | 1 | -4/+5 |
2012-05-31 | s3:selftest: introduce a variable for binpath('net') in tests.py | Michael Adam | 1 | -9/+10 |
2012-05-31 | s3:selftest: introduce a variable for binpath('wbinfo') in tests.py | Michael Adam | 1 | -5/+6 |
2012-05-31 | s3:selftest: introduce a variable for binpath('smbclient3') to test.py | Michael Adam | 1 | -15/+17 |
2012-05-31 | s3:build: fix some spacing in wscript_build | Michael Adam | 1 | -6/+6 |
2012-05-31 | Stop spamming the logs with "Could not remove pid XX from serverid.tdb" messa... | Jeremy Allison | 1 | -15/+18 |
2012-05-30 | Fix bad bugfix for bug #8910 - resolve_ads() code can return zero addresses a... | Ira Cooper | 1 | -1/+1 |
2012-05-30 | Fix metze's complaint about the bugfix for bug #8953 - winbind can hang as nb... | Jeremy Allison | 1 | -7/+0 |
2012-05-30 | s3:libsmb: use nb_connect_send() directly instead of doing a 0 timer for port... | Stefan Metzmacher | 1 | -4/+9 |
2012-05-30 | s3-build: Fix configure checks for Heimdal | Andrew Bartlett | 1 | -15/+15 |
2012-05-30 | build: Make gss_wrap_iov mandatory for krb5 build | Andrew Bartlett | 1 | -0/+5 |
2012-05-30 | s3:utils: use cli_tree_connect() instead of cli_tcon_andx() | Stefan Metzmacher | 1 | -1/+1 |
2012-05-30 | s3:libsmb: use cli_tree_connect() instead of cli_tcon_andx() | Stefan Metzmacher | 1 | -2/+2 |
2012-05-30 | s3:libsmb: fallback to SMBtcon for old servers | Stefan Metzmacher | 1 | -1/+15 |
2012-05-30 | s3-loadparm: Swap synonyms of max/min protocol to server max/min protocol | Andrew Bartlett | 1 | -4/+4 |
2012-05-30 | s3-build: We do not have CHARSET modules any more | Andrew Bartlett | 2 | -8/+2 |
2012-05-30 | lib/param: Put common FN_ macros into param_functions.c | Andrew Bartlett | 4 | -264/+19 |
2012-05-30 | s3-param: Use same function name for "max xmit" as lib/param | Andrew Bartlett | 3 | -3/+3 |
2012-05-30 | s3-param: Use same variable names as lib/param | Andrew Bartlett | 1 | -10/+10 |
2012-05-30 | s3-param: Import parameters from lib/param to make this list common | Andrew Bartlett | 1 | -0/+26 |