summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-12-01Fix some C++ warningsVolker Lendecke1-9/+3
I think were are actually bugs. (This used to be commit 1be19f07889ae09f79030f1ff8f2cf5e9a3d9dc5)
2007-11-30Fix missing error cleanup noticed by Derrell.Jeremy Allison1-3/+6
Jeremy. (This used to be commit 37f00926c29c22f27e7192c1fff0a08ce136cb86)
2007-11-30Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison1-40/+85
end of all returned trans/trans2/nttrans client replies. Not included in a count - for safety purposes. Jeremy. (This used to be commit 3e65fa5bcf5d1af3983f2e576698eccaad79fcda)
2007-11-30Whitespace cleanup.Jeremy Allison1-209/+201
Jeremy. (This used to be commit 4dfe19be1c3a63b8517c6580c9cd363c7271693d)
2007-11-30Remove pstring from clirap.c.Jeremy Allison2-119/+188
Jeremy. (This used to be commit 6e27663cb44a79f729fa4366e000c43383f6d1b7)
2007-11-30Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison1-46/+65
check. Passes valgrind tests I've run in examples/libsmbclient. Jeremy. (This used to be commit 9d0034faed939a4534637696f1631ac2da60e4a3)
2007-11-30Fix restart after length count.Jeremy Allison1-1/+6
Jeremy. (This used to be commit fa8115f32bfd37f75c284ff0f6906dbc2af0f40c)
2007-11-30Avoid to include net prototypes, just reference user creds.Günther Deschner1-7/+16
Guenther (This used to be commit 09e01a47164702f67403e61bc478d1cb54f0508e)
2007-11-30Add "net dom" command suite to "net".Günther Deschner3-2/+4
Guenther (This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342)
2007-11-30Add "net dom unjoin" code.Günther Deschner1-0/+52
Guenther (This used to be commit 58d49023b9bc7d27e770f18a25cc6cebdc95b300)
2007-11-30Add "net dom join" code.Günther Deschner1-0/+116
Guenther (This used to be commit 177dab0ce31970c851531ffd2a6c5946e329a048)
2007-11-30Add header file for NetJoinDomain() and friends.Günther Deschner1-0/+29
Guenther (This used to be commit 7cea527e8712cde34378ae8b32aad1e4aab0c17b)
2007-11-30Add NetUnjoinDomain().Günther Deschner1-0/+74
Guenther (This used to be commit fd9d73ad44b0f0b3656a50a663b60aa26e7f7376)
2007-11-30Robustness-fixes for NetJoinDomain().Günther Deschner1-6/+13
Guenther (This used to be commit 2d5236cc37fe015ce9098a0ebe99cdc0ca3537ae)
2007-11-30Give NetJoinDomain() enough time to finish.Günther Deschner1-0/+6
Guenther (This used to be commit 7f021b3cb7845c6eb142668f66599886cd92182f)
2007-11-30domain_name is a ref pointer.Günther Deschner1-0/+5
Guenther (This used to be commit b350e482b9b211caf08c22c7528b51e47b4a5cce)
2007-11-30Merge join error codes from Samba 4.Günther Deschner2-0/+8
Guenther (This used to be commit 88a01bd810c36631272c5db727334bdc6f12f07d)
2007-11-30Add NetJoinDomain call.Günther Deschner2-1/+87
Guenther (This used to be commit 08a5a036ba97d1f4830d73e95b8369aa9e6683e8)
2007-11-30Move param helper routines to one place.Günther Deschner4-46/+51
Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685)
2007-11-30Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner1-4/+4
Guenther (This used to be commit 258ef17a266548bc02bed1870fd4ef5a272300b3)
2007-11-30Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner1-0/+36
Guenther (This used to be commit b1d36cdb86978cb31d470fccf2dc24d366835c36)
2007-11-30Add talloc versions of all the next_token() functions.Jeremy Allison2-608/+830
Now I can really start removing fixed length strings... Jeremy. (This used to be commit 0ae61e26547e594e94037d4474a008221e5df8cf)
2007-11-29Remove pstrings from clifile.c.Jeremy Allison1-25/+36
Jeremy. (This used to be commit d5658914c2d6ec878d9a11f8a1fa57f1697362e3)
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison8-390/+530
Remove pstring from libsmb/clidfs.c except for a nasty hack (that will be removed when pstrings are gone from client/). Jeremy. (This used to be commit cc257b71d13daa47e6f2315d0f07a60eb4aaeca6)
2007-11-30Fix _reg_perfcount_get_instance_info()Günther Deschner1-1/+1
Guenther (This used to be commit 20c1ba23f2e2902ef7c2237c63addfef2ae75eac)
2007-11-30Merge recent wkssvc changes from samba4.Günther Deschner9-1062/+7878
Guenther (This used to be commit 7539fb4c840a9b4429f347cebbda9c631746267a)
2007-11-30Fix build warning.Günther Deschner1-1/+1
Guenther (This used to be commit bf4881d7774681e22f270697c7623bde33c30fe0)
2007-11-29Fix memleak.Jeremy Allison1-0/+1
Jeremy. (This used to be commit ccacd170472869391bd1e5bc850b1467492b8fa3)
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison18-118/+133
Make us very explicit about how long a talloc ctx should last. Jeremy. (This used to be commit ba9e2be2b5a59684e854609f9d82ea1633448c62)
2007-11-29Remove pstrings. Ensure we validate offsets.Jeremy Allison1-64/+132
Jeremy. (This used to be commit ff06cc34e66a18ba71dd54f6c78b05a45b9f2d85)
2007-11-29Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison1-1/+1
v3-2-test (This used to be commit aff5a52136b85fe82c4acb08d12009187d1fe6c7)
2007-11-29Allow calling "net rpc join" and "net rpc trustdom" without specifying ↵Michael Adam1-1/+1
server IP. This was a logic bug (typo) in a call to get_pdc_ip() in net_find_server(). Michael (This used to be commit 988c5ff3f47b7508b229464bbed2ca1948d6e27c)
2007-11-28Remove unused code (and pstring).Jeremy Allison1-92/+0
Jeremy. (This used to be commit a261a61226248b41be22dd4f2873b5ed82bc2a24)
2007-11-28Add a warning for a potential bug I've run intoVolker Lendecke2-0/+6
(This used to be commit 223352e32372f1b055298cfc6f2770043a845e3d)
2007-11-28Give rpcclient a talloc stackframe.Michael Adam1-12/+23
Michael (This used to be commit 3330394d2d5d58576d9ddb52f60a3e27f31d5198)
2007-11-27Remove pstrings from asn1.c.Jeremy Allison1-11/+28
Jeremy. (This used to be commit 82f393e60378eb42ddcc740241902eee495719d3)
2007-11-27Remove pstrings from namequery.c.Jeremy Allison1-24/+47
Jeremy. (This used to be commit 71ccd0c42e0ae66172ca5797be3d3a01f4a67a69)
2007-11-27Fixed obvious typo.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 9755c5311416f17bac0a848d027cafb3fd487618)
2007-11-27Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2-4/+8
Don't use pstr_sprintf() on an fstring - change to talloc. Jeremy. (This used to be commit 6cae4b5fa1bcb848cb2a28daaafeefd6bcd08274)
2007-11-27Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison1-12/+14
directly. Jeremy. (This used to be commit f1e401ef5c89ecf12921b7adb228da438521a693)
2007-11-27Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison4-235/+311
Jeremy. (This used to be commit b5a2a1e3f82a0d319fc9a1d76f5166150680f4d4)
2007-11-27Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison1-2/+2
Jerry please check. Jeremy. (This used to be commit 6a556fd73ac8c247c15df664f7910f8688abfdbc)
2007-11-27Whitespace cleanup.Jeremy Allison1-1037/+1035
Jeremy. (This used to be commit 3052172d2bfe9d787777525e90816394aac2dd54)
2007-11-27Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2-40/+33
Make init_unistr() re-use rpcstr_push_talloc(). Jeremy. (This used to be commit 04aecde5cfdb00d5aa32f9675c797266aba83c0f)
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison11-295/+412
Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988)
2007-11-27fix a obscure compiler warningGuenther Deschner1-3/+3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi Jeremy, I have never seen this warning before: "warning: comparison is always false due to limited range of data type". Guenther - -- Günther Deschner GPG-ID: 8EE11688 Red Hat gdeschner@redhat.com Samba Team gd@samba.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFHTIOOSOk3aI7hFogRArxMAJwP0ktE96tHcwn9nXG6AOqonpeDgQCgm/zi 54B6HJZvx6zdUTMFFNWqUb0= =kUJa -----END PGP SIGNATURE----- >From 6a4935ee455adc1251fce2759f97d35f303bd40e Mon Sep 17 00:00:00 2001 From: =?utf-8?q?G=C3=BCnther=20Deschner?= <gd@samba.org> Date: Tue, 27 Nov 2007 21:48:39 +0100 Subject: [PATCH] Getting rid of "comparison is always false due to limited range of data type" warning. Guenther (This used to be commit 951202913956e113841585f7372e8db8f9aeb76a)
2007-11-27Remove pstring from everything in rpc_server exceptJeremy Allison8-273/+363
srv_spoolss_nt.c and srv_srvsvc_nt.c. They're next :-). Jeremy. (This used to be commit 55b4f9d003b036af69085f7b64e0df08c5ba440d)
2007-11-27Unless talloc has some new magic there is a ctx missing here.Günther Deschner1-4/+4
Guenther (This used to be commit 172f7ce96dc12cfc7d2209d8ed56aeebefd6207b)
2007-11-27Use the proper boolean constants - the type has beenMichael Adam1-76/+76
changed from BOOL to bool. Michael (This used to be commit 03673f2cd614526e7720275a5ba0869c68429f4d)
2007-11-27Remove some staticsVolker Lendecke9-46/+38
(This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)