summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
* s3: Use sid_check_is..Volker Lendecke2010-11-221-2/+2
|
* s3-net: use dns_errstr() when dns commands fail.Günther Deschner2010-11-221-1/+4
| | | | | | | Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Mon Nov 22 12:31:33 CET 2010 on sn-devel-104
* libaddns: add dns_errstr().Günther Deschner2010-11-224-2/+62
| | | | Guenther
* s3-waf: move build rules into libaddns directory.Günther Deschner2010-11-222-10/+8
| | | | Guenther
* s3: Remove a #define used just onceVolker Lendecke2010-11-201-2/+2
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sat Nov 20 15:28:26 CET 2010 on sn-devel-104
* s3: Remove unused ads_get_attrname_by_oidVolker Lendecke2010-11-202-42/+0
|
* s3: Make ads_get_attrnames_by_oids staticVolker Lendecke2010-11-202-8/+7
|
* s3: Make ads_ranged_search_internal staticVolker Lendecke2010-11-202-14/+16
|
* s3: Fix some nonempty blank linesVolker Lendecke2010-11-201-8/+8
|
* s3: Remove unused ads_search_retry_extended_dnVolker Lendecke2010-11-202-19/+0
|
* s3: Make ads_do_search_retry_args() staticVolker Lendecke2010-11-202-8/+4
|
* switch from mtime to ctime which is more reliable if files can be accessed ↵olivier2010-11-201-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
* Move the uglyness of #ifdef REALPATH_TAKES_NULL into the vfs_defaultJeremy Allison2010-11-2012-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
* s3-spoolss: fix typo in debug message.Günther Deschner2010-11-191-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
* s3: Remove some unused codeVolker Lendecke2010-11-192-44/+0
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 19 11:21:00 CET 2010 on sn-devel-104
* Make 'net rpc printer driver' behave the same as rpcclient enumdriversJoerg Pulz2010-11-181-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
* s3: Call sid_check_is_domain instead of dom_sid_equalVolker Lendecke2010-11-181-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 18 15:32:32 UTC 2010 on sn-devel-104
* s3: Make winbind recover from a signing errorVolker Lendecke2010-11-181-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.
* s3/vfs_tsmsm: remove unneeded cast to off_tBjörn Jacke2010-11-181-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
* s3/vfs_tsmsm: fix debug output for large filesBjörn Jacke2010-11-181-6/+6
|
* s3: Fix a missing return valueVolker Lendecke2010-11-171-1/+3
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 20:40:18 UTC 2010 on sn-devel-104
* s3-spoolss: make sure members of "BUILTIN\Print Operators" can open printersGünther Deschner2010-11-171-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
* s3-spoolss: add debug statement for access denied cases in OpenPrinterEx path.Günther Deschner2010-11-171-0/+3
| | | | Guenther
* s3-rpcclient: exit early in cmd_spoolss_enum_data() when there is a failure.Günther Deschner2010-11-171-0/+9
| | | | Guenther
* developer: only do the C++ reserved name checking on LinuxAndrew Tridgell2010-11-171-1/+1
| | | | | this prevents us breaking the solaris build, but will still mean we prevent C++ vars in our code
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-13/+14
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Nov 17 12:02:34 UTC 2010 on sn-devel-104
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_txtVolker Lendecke2010-11-171-28/+29
|
* s3: Remove a reference to "winbindd_cli_state" from append_afs_tokenVolker Lendecke2010-11-171-8/+6
|
* s3: Remove a reference to "winbindd_cli_state" from append_info3_as_ndrVolker Lendecke2010-11-171-4/+5
|
* s3: Remove a reference to "winbindd_cli_state" from append_unix_usernameVolker Lendecke2010-11-171-6/+6
|
* s3: Remove a reference to "winbindd_cli_state" from append_auth_dataVolker Lendecke2010-11-171-11/+11
|
* "bool ? true : false" is a bit pointlessVolker Lendecke2010-11-171-2/+1
|
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-173-44/+42
|
* s3: Remove some unused codeVolker Lendecke2010-11-172-23/+0
|
* waf: added --git-local-changes configure optionAndrew Tridgell2010-11-161-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
* net: Add and fix some German translationAndré Hentschel2010-11-151-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
* s3: string_to_sid does thorough syntax checkingVolker Lendecke2010-11-142-4/+4
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 14:07:29 UTC 2010 on sn-devel-104
* s3: Avoid two calls cli_errstrVolker Lendecke2010-11-141-4/+9
|
* s3: Convert cli_get_posix_fs_info() to cli_trans()Volker Lendecke2010-11-143-64/+45
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Nov 14 10:24:02 UTC 2010 on sn-devel-104
* Fix the unexpected.tdb database problem. Change nmbd to store theJeremy Allison2010-11-149-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
* Move error reporting of messaging context creation fail intoJeremy Allison2010-11-147-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.
* s3: Rename GIT_COMMIT_{TIME,DATE} to COMMIT_{TIME,DATE}.Jelmer Vernooij2010-11-123-13/+13
| | | This avoids some special casing in the waf code.
* samba_version: When working from git checkout, display git revision SHA1 ratherJelmer Vernooij2010-11-121-1/+1
| | | | than Bazaar revision ids.
* s3: Well... Fix a stupid errorVolker Lendecke2010-11-111-1/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 18:54:00 UTC 2010 on sn-devel-104
* s3: Make cli_set_ea_fnum return NTSTATUSVolker Lendecke2010-11-113-8/+12
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Nov 11 16:59:27 UTC 2010 on sn-devel-104
* s3: Make cli_set_ea_path return NTSTATUSVolker Lendecke2010-11-114-13/+25
|
* s3: Remove two pointless variablesVolker Lendecke2010-11-111-5/+4
|
* s3: Convert cli_set_ea() to cli_trans()Volker Lendecke2010-11-111-40/+35
|
* s3: Convert cli_dfs_get_referral to cli_transVolker Lendecke2010-11-112-32/+31
|
* s3: cli_dfs_check_error does not need to depend on cli->inbufVolker Lendecke2010-11-111-10/+13
|