1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

51559 Commits

Author SHA1 Message Date
Volker Lendecke
d75fe9b393 Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines above 2009-02-12 23:17:19 +01:00
Steven Danneman
dc19a60e50 s3 onefs: rename custom parameter to plural to match previous usage 2009-02-12 14:08:56 -08:00
Volker Lendecke
1b6543c5f9 Fix Coverity IDs 879 and 880 (RESOURCE_LEAK, REVERSE_INULL) 2009-02-12 23:02:53 +01:00
Steven Danneman
5cd4b7b7c0 s3: Added new parameter "map untrusted to domain"
When enabled this reverts smbd to the legacy domain remapping behavior when
a user provides an untrusted domain

This partially reverts d8c54fdd
2009-02-12 13:55:44 -08:00
Günther Deschner
feec49d5cd s3-spoolss: remove old spoolss_SetPrinterDataEx.
Guenther
2009-02-12 22:51:30 +01:00
Günther Deschner
a4b0c5d871 s3-spoolss: use pidl for _spoolss_SetPrinterDataEx.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
38e2888653 s3-net: use rpccli_spoolss_SetPrinterDataEx.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
41f17a1fc2 s3-spoolss: remove old spoolss_GetPrinterDataEx.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
30e18aadc3 s3-rpcclient: use rpccli_spoolss_GetPrinterDataEx.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
97f15fcd68 s3-spoolss: use pidl for _spoolss_GetPrinterDataEx.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
09b3016a1a s3: re-run make samba3-idl.
Guenther
2009-02-12 22:51:29 +01:00
Günther Deschner
2876c77c8d spoolss: fix IDL for spoolss_SetPrinterDataEx.
Guenther
2009-02-12 22:51:28 +01:00
Volker Lendecke
44c7721884 Fix "make etags" properly :-) 2009-02-12 20:22:37 +01:00
Günther Deschner
c201a341ca re-run make samba3-idl.
Guenther
2009-02-12 18:04:06 +01:00
Günther Deschner
75c6bbea3b s3-spoolss: add init_systemtime helper.
Guenther
2009-02-12 18:03:20 +01:00
Günther Deschner
80b3e5b36e spoolss: always set version 2 in notify info and option structs.
Guenther
2009-02-12 18:03:11 +01:00
Günther Deschner
8fa71b1a08 spoolss: add spoolss_NotifyTable enum.
Guenther
2009-02-12 18:02:59 +01:00
Günther Deschner
135135e3a0 spoolss: fix some cases in the spoolss_NotifyData union.
Guenther
2009-02-12 18:02:50 +01:00
Günther Deschner
aa9eac08cd spoolss: add spoolss_DriverInfo8.
Guenther
2009-02-12 18:02:41 +01:00
Günther Deschner
aa60ffc6f8 spoolss: fix spoolss_AddPrinterEx IDL.
Guenther
2009-02-12 18:02:33 +01:00
Derrell Lipman
ae259575c4 [Bug 6069] Add a fstatvfs function for libsmbclient
- port functionality from v3_3_test to master

Derrell
2009-02-12 10:39:48 -05:00
Jelmer Vernooij
082ba6a1ad Merge branch 'master' of ssh://git.samba.org/data/git/samba 2009-02-12 16:00:46 +01:00
Jelmer Vernooij
762fdc8c5c Provide a SamDB TestCase-class that can be used by OpenChange. 2009-02-12 16:00:11 +01:00
Jelmer Vernooij
7048e75aee Use created loadparm context, rather than the one specified on the command-line. 2009-02-12 15:58:11 +01:00
Björn Jacke
4f6d172825 There are systems where nanosleep is in libc *and* in librt.
Let's just do the test in librt when the first one failed.
2009-02-12 13:00:45 +01:00
Björn Jacke
263b798db9 tidy up timestamp checks
AC_CHECK_MEMBERS should be a sufficient check, there's no need to do manual
compile tests. We can also assume that we have ctime and atime members when we
have the mtime member.
2009-02-12 13:00:44 +01:00
Björn Jacke
aff48fba18 today valgrind is available on 64bit Linux, too 2009-02-12 13:00:44 +01:00
Dan Sledz
d8c54fddda s3: Change behavior when seeing an unknown domain.
After a lot of testing against various Windows servers (W2K, W2K3, W2K8),
within an AD domain it seems that unknown domains will only be translated
to the local account domain, not the netbios name of the member server's
domain.  This makes samba act more like Windows.
2009-02-11 19:39:18 -08:00
Dan Sledz
3b8a57e064 s3: Implement wbcGetSidAliases
* Adds wbcGetSidAliases that calls the lookup_useraliases function.
* Updates wbinfo and winbind_util.c to call the new function.
* Also added winbind_get_groups helper function.
2009-02-11 19:39:18 -08:00
Dan Sledz
aed8e9aa0a s3: Implement wbcGetpwsid
* Adds the plumbing required to lookup users by sid into winbind, wbinfo
  and smbd helper lib (winbind_util.c).
* Removes some double declarations of winbind_util.c functions.
* Bumps the winbind protocol version to 21 and the minor version of
  wbclient to 3.
2009-02-11 19:39:15 -08:00
Dan Sledz
4e69f23857 Fix double free caused by incorrect talloc_steal usage. 2009-02-11 19:39:14 -08:00
Steven Danneman
989944f8e9 Added nsswitch/ object files to make clean
* also removed duplicate paths to lib directories in make clean
2009-02-11 19:39:04 -08:00
Günther Deschner
ce6125e9ec s3-spoolss: remove duplicate PRINTER_NOTIFY_INFO_DISCARDED define.
Guenther
2009-02-12 00:55:19 +01:00
Günther Deschner
6d3dbdf2fa s3: re-run make samba3-idl.
Guenther
2009-02-12 00:55:15 +01:00
Günther Deschner
3f9a119935 spoolss: fill in spoolss_RouterReplyPrinterEx.
Guenther
2009-02-12 00:55:12 +01:00
Günther Deschner
69b1550f7f s4-smbtorture: fix the build of the ndr spoolss tester.
Guenther
2009-02-11 23:36:43 +01:00
Günther Deschner
2a311b1ea7 s3-spoolss: use SPOOLSS_PRINTER_CONTROL flags defined in IDL.
Guenther
2009-02-11 22:42:01 +01:00
Günther Deschner
e1a6717110 s3: remove old copy of SPOOLSS_ADDPRINTERDRIVEREX flags.
Guenther
2009-02-11 22:42:01 +01:00
Günther Deschner
75306f56c2 s3: re-run make samba3-idl.
Guenther
2009-02-11 22:42:00 +01:00
Günther Deschner
dba8bb34f9 spoolss: add spoolss_AddPrinterDriverExFlags.
Guenther
2009-02-11 22:42:00 +01:00
Michael Adam
a77605ae83 s3:packaging: fix parsing of include.h in fill-templates
The content has changed slightly in master for the merged build,
and we must be more exact when parsing the lines.

Michael
2009-02-11 22:39:29 +01:00
Michael Adam
0b5b08f077 s3:packaging: fix path to calling update-pkginfo after pushd in fill-templates
Michael
2009-02-11 22:39:29 +01:00
Michael Adam
c3dbdea73f s3:packaging: paths cosmetics in fill-templates
Michael
2009-02-11 22:39:29 +01:00
Günther Deschner
75faf7765b s3-spoolss: Fix uninitialised variable warning.
Guenther
2009-02-11 22:36:33 +01:00
Günther Deschner
876e926c0c s4-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.
Guenther
2009-02-11 22:36:17 +01:00
Günther Deschner
e32b26931f s3-spoolss: fix rpc_server stub names for opnum 0x42 and 0x43.
Guenther
2009-02-11 22:35:49 +01:00
Günther Deschner
88392e4482 s3: re-run make samba3-idl.
Guenther
2009-02-11 22:35:48 +01:00
Günther Deschner
1e54bc33ff spoolss: fix name mismatch for opnum 0x42 (66).
opnum 0x42 is spoolss_RouterReplyPrinterEx and *not*
spoolss_RouterRefreshPrinterChangeNotification.

Guenther
2009-02-11 22:35:47 +01:00
Günther Deschner
620ac43304 spoolss: fix name mismatch for opnum 0x43 (67).
opnum 0x43 is spoolss_RouterRefreshPrinterChangeNotify and *not*
spoolss_RemoteFindNextPrinterChangeNotifyEx

Guenther
2009-02-11 22:35:40 +01:00
todd stecher
1884b92872 s3 OneFS: Expand the usage of the ignore sacl parameter 2009-02-11 12:26:47 -08:00