Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-22 | libaddns: add dns_errstr(). | Günther Deschner | 4 | -2/+62 | |
Guenther | |||||
2010-11-22 | s3-waf: move build rules into libaddns directory. | Günther Deschner | 2 | -10/+8 | |
Guenther | |||||
2010-11-20 | s3: Remove a #define used just once | Volker Lendecke | 1 | -2/+2 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 20 15:28:26 CET 2010 on sn-devel-104 | |||||
2010-11-20 | s3: Remove unused ads_get_attrname_by_oid | Volker Lendecke | 2 | -42/+0 | |
2010-11-20 | s3: Make ads_get_attrnames_by_oids static | Volker Lendecke | 2 | -8/+7 | |
2010-11-20 | s3: Make ads_ranged_search_internal static | Volker Lendecke | 2 | -14/+16 | |
2010-11-20 | s3: Fix some nonempty blank lines | Volker Lendecke | 1 | -8/+8 | |
2010-11-20 | s3: Remove unused ads_search_retry_extended_dn | Volker Lendecke | 2 | -19/+0 | |
2010-11-20 | s3: Make ads_do_search_retry_args() static | Volker Lendecke | 2 | -8/+4 | |
2010-11-20 | switch from mtime to ctime which is more reliable if files can be accessed ↵ | olivier | 1 | -4/+4 | |
outside samba as well Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 03:07:04 CET 2010 on sn-devel-104 | |||||
2010-11-20 | Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_default | Jeremy Allison | 12 | -79/+48 | |
module, change the signature of VFS_REALPATH to always return a malloc'ed string. Needed to make some privileges work I plan on doing shortly easier to code. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Nov 20 02:15:50 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s3-spoolss: fix typo in debug message. | Günther Deschner | 1 | -1/+1 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Nov 19 12:05:10 CET 2010 on sn-devel-104 | |||||
2010-11-19 | s3: Remove some unused code | Volker Lendecke | 2 | -44/+0 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 19 11:21:00 CET 2010 on sn-devel-104 | |||||
2010-11-18 | Make 'net rpc printer driver' behave the same as rpcclient enumdrivers | Joerg Pulz | 1 | -2/+8 | |
when dealing with unsupported architectures. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Thu Nov 18 21:40:40 CET 2010 on sn-devel-104 | |||||
2010-11-18 | s3: Call sid_check_is_domain instead of dom_sid_equal | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 18 15:32:32 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s3: Make winbind recover from a signing error | Volker Lendecke | 1 | -0/+2 | |
When winbind sees a signing error on the smb connection to a DC (for whatever reason, our bug, network glitch, etc) it should recover properly. The "old" code in clientgen.c just closed the socket in this case. This is the right thing to do, this connection is spoiled anyway. The new, async code did not do this so far, which led to the code in winbindd_cm.c not detect that we need to reconnect. | |||||
2010-11-18 | s3/vfs_tsmsm: remove unneeded cast to off_t | Björn Jacke | 1 | -2/+2 | |
"off_t" is wrong on 32 bit systems anyhow ... Autobuild-User: Björn Jacke <bj@sernet.de> Autobuild-Date: Thu Nov 18 14:47:59 UTC 2010 on sn-devel-104 | |||||
2010-11-18 | s3/vfs_tsmsm: fix debug output for large files | Björn Jacke | 1 | -6/+6 | |
2010-11-17 | s3: Fix a missing return value | Volker Lendecke | 1 | -1/+3 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 20:40:18 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printers | Günther Deschner | 1 | -1/+3 | |
with admin privileges. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Nov 17 15:05:02 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path. | Günther Deschner | 1 | -0/+3 | |
Guenther | |||||
2010-11-17 | s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure. | Günther Deschner | 1 | -0/+9 | |
Guenther | |||||
2010-11-17 | developer: only do the C++ reserved name checking on Linux | Andrew Tridgell | 1 | -1/+1 | |
this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code | |||||
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -13/+14 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 12:02:34 UTC 2010 on sn-devel-104 | |||||
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txt | Volker Lendecke | 1 | -28/+29 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_afs_token | Volker Lendecke | 1 | -8/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndr | Volker Lendecke | 1 | -4/+5 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_unix_username | Volker Lendecke | 1 | -6/+6 | |
2010-11-17 | s3: Remove a reference to "winbindd_cli_state" from append_auth_data | Volker Lendecke | 1 | -11/+11 | |
2010-11-17 | "bool ? true : false" is a bit pointless | Volker Lendecke | 1 | -2/+1 | |
2010-11-17 | s3: Move parse_sidlist to the only calling file | Volker Lendecke | 3 | -44/+42 | |
2010-11-17 | s3: Remove some unused code | Volker Lendecke | 2 | -23/+0 | |
2010-11-16 | waf: added --git-local-changes configure option | Andrew Tridgell | 1 | -5/+5 | |
if you use --git-local-changes then the version number that waf extracts from git will have a '+' on the end if you have local changes, as determined by running 'git diff'. This used to be the default, but unfortunately it is far too slow on some systems. On a NFS build system I was using the first line of configure took about 2 minutes. Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Nov 16 01:51:54 UTC 2010 on sn-devel-104 | |||||
2010-11-15 | net: Add and fix some German translation | André Hentschel | 1 | -4/+4 | |
typo spotted by Michael Wood Signed-off-by: Kai Blin <kai@samba.org> Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Mon Nov 15 21:44:39 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | s3: string_to_sid does thorough syntax checking | Volker Lendecke | 2 | -4/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 14:07:29 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | s3: Avoid two calls cli_errstr | Volker Lendecke | 1 | -4/+9 | |
2010-11-14 | s3: Convert cli_get_posix_fs_info() to cli_trans() | Volker Lendecke | 3 | -64/+45 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 10:24:02 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | Fix the unexpected.tdb database problem. Change nmbd to store the | Jeremy Allison | 9 | -19/+195 | |
transaction id of packets it was requested to send via a client, and only store replies that match these ids. On the client side change clients to always attempt to ask nmbd first for name_query and node_status calls, and then fall back to doing socket calls if we can't talk to nmbd (either nmbd is not running, or we're not root and cannot open the messaging tdb's). Fix readers of unexpected.tdb to delete packets they've successfully read. This should fix a long standing problem of unexpected.tdb growing out of control in noisy NetBIOS envioronments with lots of bradcasts, yet still allow unprivileged client apps to work mostly as well as they already did (nmblookup for example) in an environment when nmbd isn't running. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sun Nov 14 05:22:45 UTC 2010 on sn-devel-104 | |||||
2010-11-14 | Move error reporting of messaging context creation fail into | Jeremy Allison | 7 | -23/+24 | |
the daemons themselves. Allows client utilities to silently fail to create a messaging context due to access denied on the messaging tdb (which I need for the following patch). Jeremy. | |||||
2010-11-12 | s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}. | Jelmer Vernooij | 3 | -13/+13 | |
This avoids some special casing in the waf code. | |||||
2010-11-12 | samba_version: When working from git checkout, display git revision SHA1 rather | Jelmer Vernooij | 1 | -1/+1 | |
than Bazaar revision ids. | |||||
2010-11-11 | s3: Well... Fix a stupid error | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 18:54:00 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s3: Make cli_set_ea_fnum return NTSTATUS | Volker Lendecke | 3 | -8/+12 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 16:59:27 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s3: Make cli_set_ea_path return NTSTATUS | Volker Lendecke | 4 | -13/+25 | |
2010-11-11 | s3: Remove two pointless variables | Volker Lendecke | 1 | -5/+4 | |
2010-11-11 | s3: Convert cli_set_ea() to cli_trans() | Volker Lendecke | 1 | -40/+35 | |
2010-11-11 | s3: Convert cli_dfs_get_referral to cli_trans | Volker Lendecke | 2 | -32/+31 | |
2010-11-11 | s3: cli_dfs_check_error does not need to depend on cli->inbuf | Volker Lendecke | 1 | -10/+13 | |
2010-11-11 | s3: Make split_dfs_path return bool | Volker Lendecke | 1 | -11/+27 | |
2010-11-11 | s3: Remove some dead code | Volker Lendecke | 1 | -3/+0 | |