summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix restart after length count.Jeremy Allison2007-11-301-1/+6
| | | | | Jeremy. (This used to be commit fa8115f32bfd37f75c284ff0f6906dbc2af0f40c)
* Avoid to include net prototypes, just reference user creds.Günther Deschner2007-11-301-7/+16
| | | | | Guenther (This used to be commit 09e01a47164702f67403e61bc478d1cb54f0508e)
* Add "net dom" command suite to "net".Günther Deschner2007-11-303-2/+4
| | | | | Guenther (This used to be commit a41f9aef843378b1f85f9b3d672d00f3399fa342)
* Add "net dom unjoin" code.Günther Deschner2007-11-301-0/+52
| | | | | Guenther (This used to be commit 58d49023b9bc7d27e770f18a25cc6cebdc95b300)
* Add "net dom join" code.Günther Deschner2007-11-301-0/+116
| | | | | Guenther (This used to be commit 177dab0ce31970c851531ffd2a6c5946e329a048)
* Add header file for NetJoinDomain() and friends.Günther Deschner2007-11-301-0/+29
| | | | | Guenther (This used to be commit 7cea527e8712cde34378ae8b32aad1e4aab0c17b)
* Add NetUnjoinDomain().Günther Deschner2007-11-301-0/+74
| | | | | Guenther (This used to be commit fd9d73ad44b0f0b3656a50a663b60aa26e7f7376)
* Robustness-fixes for NetJoinDomain().Günther Deschner2007-11-301-6/+13
| | | | | Guenther (This used to be commit 2d5236cc37fe015ce9098a0ebe99cdc0ca3537ae)
* Give NetJoinDomain() enough time to finish.Günther Deschner2007-11-301-0/+6
| | | | | Guenther (This used to be commit 7f021b3cb7845c6eb142668f66599886cd92182f)
* domain_name is a ref pointer.Günther Deschner2007-11-301-0/+5
| | | | | Guenther (This used to be commit b350e482b9b211caf08c22c7528b51e47b4a5cce)
* Merge join error codes from Samba 4.Günther Deschner2007-11-302-0/+8
| | | | | Guenther (This used to be commit 88a01bd810c36631272c5db727334bdc6f12f07d)
* Add NetJoinDomain call.Günther Deschner2007-11-302-1/+87
| | | | | Guenther (This used to be commit 08a5a036ba97d1f4830d73e95b8369aa9e6683e8)
* Move param helper routines to one place.Günther Deschner2007-11-304-46/+51
| | | | | Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685)
* Make encode_wkssvc_join_password_buffer() non-static.Günther Deschner2007-11-301-4/+4
| | | | | Guenther (This used to be commit 258ef17a266548bc02bed1870fd4ef5a272300b3)
* Merge encode_wkssvc_join_password_buffer() from samba4.Günther Deschner2007-11-301-0/+36
| | | | | Guenther (This used to be commit b1d36cdb86978cb31d470fccf2dc24d366835c36)
* Add talloc versions of all the next_token() functions.Jeremy Allison2007-11-302-608/+830
| | | | | | Now I can really start removing fixed length strings... Jeremy. (This used to be commit 0ae61e26547e594e94037d4474a008221e5df8cf)
* Remove pstrings from clifile.c.Jeremy Allison2007-11-291-25/+36
| | | | | Jeremy. (This used to be commit d5658914c2d6ec878d9a11f8a1fa57f1697362e3)
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-298-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)
* Fix _reg_perfcount_get_instance_info()Günther Deschner2007-11-301-1/+1
| | | | | Guenther (This used to be commit 20c1ba23f2e2902ef7c2237c63addfef2ae75eac)
* Merge recent wkssvc changes from samba4.Günther Deschner2007-11-309-1062/+7878
| | | | | Guenther (This used to be commit 7539fb4c840a9b4429f347cebbda9c631746267a)
* Fix build warning.Günther Deschner2007-11-301-1/+1
| | | | | Guenther (This used to be commit bf4881d7774681e22f270697c7623bde33c30fe0)
* Fix memleak.Jeremy Allison2007-11-291-0/+1
| | | | | Jeremy. (This used to be commit ccacd170472869391bd1e5bc850b1467492b8fa3)
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-2918-118/+133
| | | | | | | Make us very explicit about how long a talloc ctx should last. Jeremy. (This used to be commit ba9e2be2b5a59684e854609f9d82ea1633448c62)
* Remove pstrings. Ensure we validate offsets.Jeremy Allison2007-11-291-64/+132
| | | | | Jeremy. (This used to be commit ff06cc34e66a18ba71dd54f6c78b05a45b9f2d85)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2007-11-291-1/+1
|\ | | | | | | | | | | v3-2-test (This used to be commit aff5a52136b85fe82c4acb08d12009187d1fe6c7)
| * Allow calling "net rpc join" and "net rpc trustdom" without specifying ↵Michael Adam2007-11-291-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)
* | Remove unused code (and pstring).Jeremy Allison2007-11-281-92/+0
|/ | | | | Jeremy. (This used to be commit a261a61226248b41be22dd4f2873b5ed82bc2a24)
* Add a warning for a potential bug I've run intoVolker Lendecke2007-11-282-0/+6
| | | | (This used to be commit 223352e32372f1b055298cfc6f2770043a845e3d)
* Give rpcclient a talloc stackframe.Michael Adam2007-11-281-12/+23
| | | | | Michael (This used to be commit 3330394d2d5d58576d9ddb52f60a3e27f31d5198)
* Remove pstrings from asn1.c.Jeremy Allison2007-11-271-11/+28
| | | | | Jeremy. (This used to be commit 82f393e60378eb42ddcc740241902eee495719d3)
* Remove pstrings from namequery.c.Jeremy Allison2007-11-271-24/+47
| | | | | Jeremy. (This used to be commit 71ccd0c42e0ae66172ca5797be3d3a01f4a67a69)
* Fixed obvious typo.Jeremy Allison2007-11-271-1/+1
| | | | | Jeremy. (This used to be commit 9755c5311416f17bac0a848d027cafb3fd487618)
* Remove unused prototype for smbldap_get_single_pstring().Jeremy Allison2007-11-272-4/+8
| | | | | | Don't use pstr_sprintf() on an fstring - change to talloc. Jeremy. (This used to be commit 6cae4b5fa1bcb848cb2a28daaafeefd6bcd08274)
* Save one extra strdup per lp_string. Use talloc_sub_basic()Jeremy Allison2007-11-271-12/+14
| | | | | | directly. Jeremy. (This used to be commit f1e401ef5c89ecf12921b7adb228da438521a693)
* Remove pstring from srv_spoolss_nt.c. All gone from rpc_server/*.cJeremy Allison2007-11-274-235/+311
| | | | | Jeremy. (This used to be commit b5a2a1e3f82a0d319fc9a1d76f5166150680f4d4)
* Fix old cut-and-paste bug where the wrong field was being written to.Jeremy Allison2007-11-271-2/+2
| | | | | | Jerry please check. Jeremy. (This used to be commit 6a556fd73ac8c247c15df664f7910f8688abfdbc)
* Whitespace cleanup.Jeremy Allison2007-11-271-1037/+1035
| | | | | Jeremy. (This used to be commit 3052172d2bfe9d787777525e90816394aac2dd54)
* Make init_unistr2_from_unistr take an explicit talloc context.Jeremy Allison2007-11-272-40/+33
| | | | | | Make init_unistr() re-use rpcstr_push_talloc(). Jeremy. (This used to be commit 04aecde5cfdb00d5aa32f9675c797266aba83c0f)
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-2711-295/+412
| | | | | Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988)
* fix a obscure compiler warningGuenther Deschner2007-11-271-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)
* Remove pstring from everything in rpc_server exceptJeremy Allison2007-11-278-273/+363
| | | | | | | srv_spoolss_nt.c and srv_srvsvc_nt.c. They're next :-). Jeremy. (This used to be commit 55b4f9d003b036af69085f7b64e0df08c5ba440d)
* Unless talloc has some new magic there is a ctx missing here.Günther Deschner2007-11-271-4/+4
| | | | | Guenther (This used to be commit 172f7ce96dc12cfc7d2209d8ed56aeebefd6207b)
* Use the proper boolean constants - the type has beenMichael Adam2007-11-271-76/+76
| | | | | | | changed from BOOL to bool. Michael (This used to be commit 03673f2cd614526e7720275a5ba0869c68429f4d)
* Remove some staticsVolker Lendecke2007-11-279-46/+38
| | | | (This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)
* Remove pstrings from nsswitch/ and registry/Jeremy Allison2007-11-269-572/+723
| | | | | Jeremy. (This used to be commit 331c0d6216e1a1607a49ed7eb4078e10138ec16a)
* Remove a globalVolker Lendecke2007-11-261-5/+4
| | | | (This used to be commit 3088bc76f1ceffecaa5aea039be79973c9876f0c)
* Fix bug 5055Volker Lendecke2007-11-265-5/+5
| | | | (This used to be commit 8bcd2df841bae63e7d58c35d4728b7d853471697)
* Improve debug messageVolker Lendecke2007-11-261-1/+2
| | | | | Fix bug 5056, thanks to debian package maintainer (This used to be commit 5b4ba4bfc54e2fa468abe15383e5b33eb5bd1324)
* Fix a C++ warningVolker Lendecke2007-11-261-1/+1
| | | | (This used to be commit 9bf5ead4b2be57fa84e5b3137bfa0305a916f10f)
* 1. lib/system.c (xattr code for Solaris) could not beTomoki AONO2007-11-261-3/+6
| | | | | | built against c90 compilers. (declaration after statement.) Sample patch attached. (This used to be commit 102a247df99967f25dbaf40c9be2d48a8e15c64c)