summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Collapse)AuthorFilesLines
2008-07-25talloc_string_sub2: Don't return NULL if src is empty.Karolin Seeger1-1/+1
This fixes BUG #5635. Finished print jobs were not removed from the $PRINTER.tdb file if "printing=cups". In print_queue_update, talloc_string_sub2 is used to assemble the "lprm command". In the case of using "printing=cups", the default "lprm command" is an empty string. talloc_string_sub2 is called with this empty string and returns NULL which leads to exiting print_queue_update without doing the actual print queue update. Signed-off by Michael Adam <obnox@samba.org> (This used to be commit 03d66554d1bbd9d6c72a3dd5203e5305343c76b8)
2008-07-24If we're not allowing streams on this conn ptr,Jeremy Allison1-0/+5
then don't allow create_file() to call down to create_file_unixpath() with a stream name. Jeremy. (This used to be commit 167d611b525db6d103a7f83fd5a19792be4e7745)
2008-07-24Remove trailing withespace from wbinfo -m which breaks gdm auth.Andreas Schneider1-4/+5
Signed-off-by: Andreas Schneider <anschneider@suse.de> (This used to be commit 12848e8eb91bf60551ada78e3430ee25142e366b)
2008-07-24Add casts to uint32_t to match prototype for sid_append_rid().Jeremy Allison1-4/+4
Jeremy. (This used to be commit 15004019676a5d860f9d5fbfbecbd31fcec8bf5b)
2008-07-24Use sys_getgrnam not getgrnam. Pointed out by Herb.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 43eec6517023e7865618791c231e54cc1b800ceb)
2008-07-24Merge branch 'v3-3-test' of git+ssh://sfrench@git.samba.org/data/git/samba ↵Steve French7-115/+609
into v33 (This used to be commit 22afe367fef35d4262d960973933023a0a5ce77d)
2008-07-24cifs.upcall was not recognizing the newer name "dns_resolver" key typeSteve French1-1/+2
(as a synonym for the older "cifs.resolver" name) when resolving host names to ip addresses for the kernel. Acked-by: Jeff Layton (This used to be commit 22c36b27c60193102b3153e073216865adb1b6c1)
2008-07-24Remove unused request_finished_cont()Volker Lendecke2-13/+0
(This used to be commit 865ea6fcbc089a03e453709fa54ff2a39c0c168e)
2008-07-24Make use of TALLOC_FREE when freeing the per-winbindrequest memory contextVolker Lendecke1-12/+3
(This used to be commit 9e49d390f79c6afc8b0efd9664e60602aebaa4f2)
2008-07-24pdb_ldap: Raise level for debug message to avoid log file flooding.John H Terpstra1-1/+1
(This used to be commit 9b863a10da8762f715c16f147d6cd1e79422d248)
2008-07-23re-run "make idl" after adding idl for idl for Primary:Kerberos-Newer-KeysMichael Adam3-6/+457
Michael (This used to be commit d78667c88515aa4fffc49b44c00f470f7d25bd4d)
2008-07-23drsblobs.idl: add idl for Primary:Kerberos-Newer-Keys blob in ↵Stefan Metzmacher1-0/+37
supplementalCredentials metze (cherry picked from commit 97b7901afbccc9647ad2958d4cf12300de2655d1) (This used to be commit 5db983d1538453f0ba35d67a099396a18c7ab736)
2008-07-23re-run "make idl" after fixing unknowns in package_PrimaryKerberos ↵Michael Adam2-66/+32
(drsblobs.idl) Michael (This used to be commit a5de166833631dbc8450277d180c69086deacd4b)
2008-07-23drsblobs.idl: fix unknowns in package_PrimaryKerberos idlStefan Metzmacher1-6/+8
metze (cherry picked from commit da9ceb2bf17f964334d9317829d40483e2c04b10) (This used to be commit 5459745369092a4d48fee18fb1be53f195405370)
2008-07-23re-run "make idl" after fixing idl for supplementalCredentialsSubBlob.Michael Adam3-3/+58
Michael (This used to be commit e33af40ad41816531c3189ef146f192a902d3229)
2008-07-23drsblobs.idl: fix idl for supplementalCredentialsSubBlobStefan Metzmacher1-3/+8
metze (cherry picked from commit 24c5b10136f6e640832193aaf9e6d7e865c288bc) (This used to be commit 38aca9c11783daf30e19b4951451ec9a6b85cd30)
2008-07-23re-run "make idl" after changing unknown1->reserved in drsblobs.idlMichael Adam2-4/+4
Michael (This used to be commit 398702a818a0c292ab5b4f76be95168de83ffa25)
2008-07-23drsblobs.idl: rename unknown1 -> reservedStefan Metzmacher1-1/+1
metze (This used to be commit fb0379aede4665987679c2e1b5ae943f124804b6)
2008-07-23cifs.upcall: fix compile warningSteve French1-3/+3
Steve French noticed these warnings when building cifs.upcall: Compiling client/cifs.upcall.c client/cifs.upcall.c: In function 'usage': client/cifs.upcall.c:204: warning: declaration of 'prog' shadows a global declaration client/cifs.upcall.c:33: warning: shadowed declaration is here Change the usage function to not take and arg and have it just use the global "prog" variable. Fix a typo in the log message generated when an unknown option is specified. Also getopt() always returns '?' when it sees an unknown option so there's no point in printing it out. Signed-off-by: Jeff Layton <jlayton@redhat.com> (This used to be commit 4b8362f9777debd21c47154e786b7017fbf847f7)
2008-07-22rpc_parse: Unify spoolss debug messages.Karolin Seeger1-2/+2
Karolin (This used to be commit 5ab391d466ce9ddea31f6f6bf467aa6c5f3a7efb)
2008-07-22Change occurrences of the u1 member of DsBindInfo* to pid after idl change.Michael Adam2-2/+2
Michael (This used to be commit 42f3d681cac4a443347d1ed253848d45f8746f89)
2008-07-22re-run "make idl" after changing u1 member to pid in DsBindInfo*.Michael Adam2-12/+12
Michael (This used to be commit d08e8c4738cfd7785d3b9a2c828c27cc8bc0c6f7)
2008-07-22drsuapi.idl: change the u1 field in DsBindInfo* to "pid".Michael Adam1-4/+4
According to the WSPP docs, section 5.35, this is the "process identifyer" of the client. It is meant for informational and debugging purposes only and its assignment is implementation specific. Michael (This used to be commit 5c2119ba63a5a119e1b8f055779e5c398333f177)
2008-07-22Check for f_frsize when using statvfsZach Loafman2-1/+17
Add a configure test for the availability of f_frsize in struct statvfs (for broken platforms that define statvfs but still have f_bsize/f_iosize). Also add sys/types.h to the other struct statvfs test (again, some platforms need it). (This used to be commit 591bf1d15ff3b93db908cc3a4b6e10d09e5b74b6)
2008-07-22Make DSO_EXPORTS_CMD regexp more POSIX compliantZach Loafman1-1/+1
The FreeBSD sed command doesn't understand \? without passing -E to turn on extended regexps. This patch changes the DSO_EXPORTS_CMD regexp to a POSIX compliant RE by switching the \+ to a \{1,\} bound and the \? to a \{0,1\} bound. (This used to be commit 0acc888ca91a7401c5e54388c58272e263f73069)
2008-07-22Fix warnings on FreeBSD-based platformsZach Loafman14-65/+65
Fix two shadowed declaration warnings on FreeBSD-based platform: 'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in netinet/tcp.h. (This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
2008-07-22Fix various build warningsZach Loafman7-29/+23
This fixes various build warnings on our platform. I'm sure I haven't caught them all, but it's a start. (This used to be commit 6b73f259cb67d9dda9127907d706f9244a871fa3)
2008-07-22Add --enable-picky-developerZach Loafman3-3/+15
This adds an --enable-picky-developer option that will halt compilation on warnings. Yes, this could be handled by a direct Makefile change, but people should be encourage to do it! (This used to be commit 10a2ab40771b7d0222f339a87a45630a23ce4788)
2008-07-22rpcclient: make DsGetNCChanges work against w2k8 (add knowledge of DsBindInfo48)Michael Adam1-0/+2
Michael (This used to be commit 27ce662f5d4e1185cedc59c52f94458fb6425f5c)
2008-07-22re-run make idl after adding drsuapi_DsBindInfo48 to drsuapi.idlMichael Adam3-0/+112
Michael (This used to be commit ac5d8ede8a94e8411d38b684e943d0b489ba8b70)
2008-07-22drsuapi.idl: add drsuapi_SupportedExtensionsExt bitfield.Michael Adam1-1/+6
This knowledge is obtained from the wspp-docs (section 5.35). Michael (cherry picked from commit f5afb695045b1a2f3b8c00a4d82d40e8e50726c9) (This used to be commit 7a3a2b916d5c1116d2536bc87a4f21cd38861668)
2008-07-22drsuapi.idl: the last 16 bytes in DsBindInfo48 ar the GUID of the config dn.Michael Adam1-1/+2
This bit seems not to be documented in the WSPP docs. Michael (cherry picked from commit 705f79bd0a5e93daa0cb11b5dcca36e75c75df93) (This used to be commit 995b0eda0ca46db5f7e6fdbbf92ce86584cb6126)
2008-07-22drsuapi.idl: add drsuapi_DsBindInfo48.Michael Adam1-0/+10
This is necessary to make DsGetNcChanges work with win2008. Michael (cherry picked from commit dd278b069b8683a0e3721ebb7d0de06d2bc1c86f) (This used to be commit 23742a369123722185297151fd743cb20812d3dd)
2008-07-22re-run make idl after Jelmer's "poperly cast array lengths" pidl change.Michael Adam20-181/+181
(f321240fa91fa19c1131f119c42f64897d220682) Michael (This used to be commit 962c2670b10addf81a242d8cb381cc010e036b8e)
2008-07-21YESS -- remove the PI_* pipe constantsVolker Lendecke1-18/+0
(This used to be commit 26a40f708a44fa460459a43014a101a383586e54)
2008-07-21Make idl: cli_do_rpc_ndr does not use pipe_idx anymoreVolker Lendecke17-532/+2
(This used to be commit ffd2ff5325ef24f08dcb63e4561f5f62bffef6d3)
2008-07-21Remove unused function rpccli_is_pipe_idxVolker Lendecke2-7/+0
(This used to be commit 287ffc17a072d5e1a5b0e1ecae089faf67b814b7)
2008-07-21Refactoring: CLI_DO_RPC_* uses interface instead of pipe_idxVolker Lendecke4-65/+68
(This used to be commit 6d2209ba5da0937ce17e71951a1628ff1f5deacb)
2008-07-21Remove a reference to pipe_idxVolker Lendecke1-1/+2
(This used to be commit e949b9d11f439c32c85a3cd9ae4c1a859a4c284a)
2008-07-21Remove some unused codeVolker Lendecke1-91/+0
(This used to be commit b60a681dd09349426aa522d697abacf62ebfdaf2)
2008-07-21Remove one reference to PI_NETLOGONVolker Lendecke1-1/+2
(This used to be commit e89bbab1b875a0b55b70913dcc1e3e73137c8b90)
2008-07-21Remove one reference to PI_LSARPCVolker Lendecke1-1/+2
(This used to be commit 40247e8d3d53502fa8d7cc6b3eb9ed43f51142f3)
2008-07-21Remove some fully outdated sample codeVolker Lendecke1-102/+0
(This used to be commit 0df0e81784362c36a79954c6b9e3b341ea59fb6d)
2008-07-21Remove now unused cli_get_pipe_nameVolker Lendecke2-8/+2
(This used to be commit ed4a447103cd9ada59222d79f5784818fe033209)
2008-07-21Remove now unused cli_get_pipe_idxVolker Lendecke2-16/+0
(This used to be commit e02a550527307f7b300d3fe13631e2d29dbc5e06)
2008-07-21Remove now unused cli_get_ifaceVolker Lendecke2-10/+0
(This used to be commit 2e60701e8d41132f90e64a86bccd99cc188d38c9)
2008-07-21Refactoring: connect_dst_pipe uses ndr_syntax_id instead of pipe_idxVolker Lendecke4-10/+19
(This used to be commit 0f77746f36b98acc5171727fa3fc236af9fd2000)
2008-07-21Refactoring: net_sh_run uses ndr_syntax_id instead of pipe_idxVolker Lendecke5-32/+31
(This used to be commit 85c8363d5179e7053adc05e8abce2fb26cf9b968)
2008-07-21Refactoring: run_rpc_command uses ndr_syntax_id instead of pipe_idxVolker Lendecke8-105/+116
(This used to be commit 850166ec0d17eb85a0c921dc3b966fac0677af4a)
2008-07-21Refactoring: rpcclient uses ndr_syntax_id instead of pipe_idxVolker Lendecke15-173/+177
(This used to be commit 85db87c451dacf80e9575c04e9e08c625b3f1199)