summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
* Back to pstring removal.Jeremy Allison2007-12-041-12/+27
| | | | | Jeremy. (This used to be commit 95842ae4e113e304f652120b250a70a95c66e3bc)
* Fix signing bug found by Volker. That one was *subtle*.Jeremy Allison2007-12-042-88/+5
| | | | | Jeremy (This used to be commit 816aea6c1a426eb2450061b847729e22bdac33a0)
* Fix crash bug with vl's new trans handling in old transsJeremy Allison2007-12-041-5/+6
| | | | | | | | calls. Make this look like the (working) transs2 handling (replace inbuf, not write to outbuf - outbuf isn't allocated yet so you get a null deref). Jeremy. (This used to be commit f04e37a630f8e7538d670d34db4ea7fc7c0b50a3)
* Gone from usershare.Jeremy Allison2007-12-031-61/+151
| | | | | Jeremy. (This used to be commit f1555f4f0d66e57fd19f200f842e4d05527accd5)
* Don't forget to delete the stackframe.Jeremy Allison2007-12-031-0/+1
| | | | | Jeremy. (This used to be commit 0551ee3402daebe5b96a66162d7702ca5a31da52)
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-039-159/+238
| | | | | Jeremy. (This used to be commit 041163551194102ca67fef52c57d87020a1d09bc)
* Remove more pstrings, from the winbindd protocol def andJeremy Allison2007-12-034-15/+16
| | | | | | inside winbindd. Remove unused pstring types. Jeremy. (This used to be commit 9ccac8abb0420393569dbca73e7daf2742aa1099)
* Make strhex_to_str clear on string limits. Remove pstring from web/*.cJeremy Allison2007-12-037-98/+138
| | | | | Jeremy. (This used to be commit f9c8d62389f8cb47837e5360209936176537df13)
* Fix the build. fstrterminate was used in one place.Jeremy Allison2007-12-031-2/+2
| | | | | Jeremy. (This used to be commit 0ccd87c56b34bdc34c73d700d21544fe269f9141)
* Remove unused wpstring and macros. Stop using pstrcpy in smbd/*.cJeremy Allison2007-12-034-81/+35
| | | | | Jeremy. (This used to be commit e72bce5b62fb0a9d0ff4a3d76490219994f303cf)
* Change tdb_unpack "P" to return a malloc'ed string ratherJeremy Allison2007-12-034-15/+29
| | | | | | | than expect a pstring space to put data into. Fix the (few) callers. Jeremy. (This used to be commit 7722a7d2c63f84b8105aa775b39f0ceedd4ed513)
* Last pstring here.Jeremy Allison2007-12-031-4/+6
| | | | | Jeremy. (This used to be commit 98d86dcbd898f48748bbfbe1066a7014d25392d1)
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-032-1687/+2216
| | | | | | thing :-). Now with added paranoia. Jeremy. (This used to be commit b6b5f92bc9457220df384bdb13530c393d294ce7)
* Fix shutdown callers.Günther Deschner2007-12-031-6/+7
| | | | | Guenther (This used to be commit de2fdc6b5a78932f8ea5cf4c4715296f18dae4d3)
* Fix wkssvc callers.Günther Deschner2007-12-032-8/+7
| | | | | Guenther (This used to be commit b734cd8aab163d794b969c4e1e721e81a8b4d44c)
* Fix dfs callers.Günther Deschner2007-12-031-42/+56
| | | | | Guenther (This used to be commit 0a8759d0118715ef1546ae5fc404a26f874f2d80)
* Fix svcctl callers.Günther Deschner2007-12-032-11/+11
| | | | | Guenther (This used to be commit 91bf2ac1af66acd8bcc831e758b3765fc94b2485)
* Fix winreg callers.Günther Deschner2007-12-032-33/+34
| | | | | Guenther (This used to be commit 677d9e6d86997a1ae10266e9bab3b18c3fdd2890)
* Forgot header in previous commit.Günther Deschner2007-12-037-218/+218
| | | | | Guenther (This used to be commit 8a1b306b826c75dde9caadc93b022bfa9bf3c4e3)
* Regenerate pidl rpc client calls that are WERROR based.Günther Deschner2007-12-037-218/+1090
| | | | | Guenther (This used to be commit 298b0ce951f02705c5660a4171f7cc208de7a1db)
* Remove workaround for broken capabilites.h from lib/system.c - now in ↵Michael Adam2007-12-031-18/+0
| | | | | | | lib/replace. Michael (This used to be commit a3fbb5323222334c86c0dc360df8c6a39039bbe6)
* Reformat configure checks for broken capabilities.h.Michael Adam2007-12-031-16/+24
| | | | | Michael (This used to be commit 834a16225a8fb905a8f870a17ba67670e622eccc)
* Move check for broken system capabilites.h headers to lib/replace.Michael Adam2007-12-032-30/+30
| | | | | Michael (This used to be commit 8ec10c4ab1aa890c9f03d34bd872c93ae5c4d84c)
* Add check for ppc statfs.h header to workaround for broken capabilities.h.Michael Adam2007-12-031-1/+3
| | | | | | | Taken from s3:lib/system.c Michael (This used to be commit 07e6cfdc626c2778292e5b0b338a35046c482cf9)
* Add decode_wkssvc_join_password_buffer().Günther Deschner2007-12-031-0/+29
| | | | | Guenther (This used to be commit ba2a544baf1e1cc3652512ed5df2bb408fa8bdfd)
* Reanimate rpcclient wkssvc command.Günther Deschner2007-12-033-65/+35
| | | | | Guenther (This used to be commit 1d615e3ac397106f47c51ace36c01a8f6e1d5d13)
* Actually implement reboot feature for net dom join/unjoin.Günther Deschner2007-12-032-8/+77
| | | | | Guenther (This used to be commit bbbeeba163f173d774937103a36560a4a4f49d4b)
* ReformattingVolker Lendecke2007-12-031-2/+4
| | | | (This used to be commit 28c0a77ec1eb4bc69679c00dcdacaa6ee4d8e3f5)
* Fix some bogus uninitialized variable warningsVolker Lendecke2007-12-021-2/+2
| | | | (This used to be commit 48a162b709cc14632fd02c4cd40aa8cfafc53324)
* Bump up debug levelVolker Lendecke2007-12-021-2/+3
| | | | | Fix bug 5115 (This used to be commit d3c839c22edeca2de68574a8f5dd328080577f3a)
* In nttransact_create, we also need to check for delete readonlyVolker Lendecke2007-12-011-1/+2
| | | | (This used to be commit f4cc9cab518e97c1049aaad7516aba212ae15c95)
* Fix some C++ warningsVolker Lendecke2007-12-012-16/+11
| | | | (This used to be commit 156c7f10bb63a610f85b52242cfd1b67bfa73c29)
* Fix an uninitialized variableVolker Lendecke2007-12-011-1/+1
| | | | (This used to be commit edce7bd7a9dd1064ba8aec34b334c7395228f40b)
* Fix some C++ warningsVolker Lendecke2007-12-011-9/+3
| | | | | I think were are actually bugs. (This used to be commit 1be19f07889ae09f79030f1ff8f2cf5e9a3d9dc5)
* Fix missing error cleanup noticed by Derrell.Jeremy Allison2007-11-301-3/+6
| | | | | Jeremy. (This used to be commit 37f00926c29c22f27e7192c1fff0a08ce136cb86)
* Ensure we have 2 bytes of zeros as a pad-buffer at theJeremy Allison2007-11-301-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)
* Whitespace cleanup.Jeremy Allison2007-11-301-209/+201
| | | | | Jeremy. (This used to be commit 4dfe19be1c3a63b8517c6580c9cd363c7271693d)
* Remove pstring from clirap.c.Jeremy Allison2007-11-302-119/+188
| | | | | Jeremy. (This used to be commit 6e27663cb44a79f729fa4366e000c43383f6d1b7)
* Removed all pstrings from libsmbclient. Derryl pleaseJeremy Allison2007-11-301-46/+65
| | | | | | check. Passes valgrind tests I've run in examples/libsmbclient. Jeremy. (This used to be commit 9d0034faed939a4534637696f1631ac2da60e4a3)
* 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)