summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix error returnsVolker Lendecke2007-12-051-2/+12
| | | | (This used to be commit f5cdaacd1784d3801d638fa9984b52c57dad6ebd)
* Fix debugsVolker Lendecke2007-12-051-2/+18
| | | | (This used to be commit 77b31ef44a9f7c1c9b80d90653a49affee8e0372)
* Implement create_file()Volker Lendecke2007-12-051-706/+347
| | | | | | | Rip out the cores of reply_ntcreate_and_X and call_nt_transact_create Volker (This used to be commit 8cd27e4a7a1a2df0ff686ebe0b1a779511effd27)
* Reformatting, also allow quotas for transact_createVolker Lendecke2007-12-051-12/+38
| | | | (This used to be commit 956aae7a57364debf724a7ef0bd0074119a24d24)
* Tiny refactoringsVolker Lendecke2007-12-051-17/+12
| | | | (This used to be commit f3421c3b86aece4f8303e864c5df97485db77f88)
* Split out sd parsingVolker Lendecke2007-12-051-5/+33
| | | | (This used to be commit 5a9d147e41b260cb620f026291786eeb95ebc64f)
* ReformattingVolker Lendecke2007-12-051-9/+12
| | | | (This used to be commit 719941605333a453c4219aed45780862c94a5c7c)
* Align formatting, one TALLOC_FREE is enoughVolker Lendecke2007-12-051-5/+5
| | | | (This used to be commit 5bf4647dea71305d9a92875a751b24c8a2e4a916)
* Move pulling the ea list out of the wayVolker Lendecke2007-12-051-14/+8
| | | | (This used to be commit 753e640f49125c319d7b8f2db262e273a1727691)
* ReformattingVolker Lendecke2007-12-051-10/+12
| | | | (This used to be commit fb900184feeda37691cf9bd57c029988648de9f8)
* Put posix semantic calculation in the same place in both routinesVolker Lendecke2007-12-051-9/+9
| | | | (This used to be commit f6d62226a33cdff41ad7881996d856b7130ef15c)
* Tiny refactoringVolker Lendecke2007-12-051-6/+8
| | | | | Reformatting, consolidate oplock calculation to the same place in both routines (This used to be commit a855808f4851a800055bfee5df39ca72057e55f9)
* Tiny refactoringVolker Lendecke2007-12-051-3/+3
| | | | (This used to be commit 481e35eba8e130041848887ec5fb6212e331eb14)
* TALLOC_FREE earlyVolker Lendecke2007-12-051-4/+10
| | | | (This used to be commit 4b1f0d1d93d1e7bd0b4fa641d4e9629af8234d71)
* consolidate srvstr_get_path in ntcreate_and_XVolker Lendecke2007-12-051-89/+59
| | | | (This used to be commit 4a2d502903934f4c3dc6b31595fe77a2013dbc21)
* Tiny refactoringVolker Lendecke2007-12-051-3/+2
| | | | (This used to be commit b79b16d637d41a356c036c6aac932e4504d2d7b0)
* tiny refactoringVolker Lendecke2007-12-051-4/+5
| | | | (This used to be commit 7f15a9f5a281052d2bed13a622b2fc9a24c62096)
* add SESSSETUP_BENCHVolker Lendecke2007-12-051-0/+41
| | | | (This used to be commit 3b057022a570a1fb68e03c477a6989e7d1e7cef2)
* More pstring removal.Jeremy Allison2007-12-041-6/+15
| | | | | Jeremy. (This used to be commit 905943137c2dafca4dc946f9b1f133fc5542eb37)
* Fix sample gtk code. Does this compile ?Jeremy Allison2007-12-041-38/+40
| | | | | Jeremy. (This used to be commit 750d26b7e9ab39663da0c3e6ccc1288fc08c81ea)
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-042-35/+52
| | | | | Jeremy. (This used to be commit 7d3959f81a5439800b813ef052382e67424c90cd)
* Remove pstring from automount lookups. Remove premature optimization.Jeremy Allison2007-12-042-72/+60
| | | | | Jeremy. (This used to be commit 6863fe51b5afea234b04b073d3e1b7608d60620e)
* Remove tok pstring from util_str.cJeremy Allison2007-12-042-44/+40
| | | | | | Do we even make rpctorture anymore ? Jeremy. (This used to be commit fecc3cc45af6145fad9a0570e6cae8422bd2443d)
* pull_ascii_pstring is gone.Jeremy Allison2007-12-044-20/+21
| | | | | Jeremy. (This used to be commit 288aacce4b56d159218be311019cb951e5a232fd)
* The usual !pstring...Jeremy Allison2007-12-045-57/+61
| | | | | Jeremy. (This used to be commit b676262a781363e7be49b21817668a53cca75c2d)
* More pstring elimination.Jeremy Allison2007-12-041-2/+3
| | | | | Jeremy. (This used to be commit c1f70793d615df57dc7b766d67db3e9eedd0e25e)
* Remove pstrings.Jeremy Allison2007-12-041-84/+166
| | | | | Jeremy. (This used to be commit e3c02796f8cf49af388741d175c4011825670df0)
* Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2007-12-042-15/+40
| | | | | Jeremy. (This used to be commit 063358d87ac9a1d948c8d4b6358e926dd14bb3ac)
* Remove pstr_sprintf. Replace with snprintf.Jeremy Allison2007-12-041-46/+72
| | | | | Jeremy. (This used to be commit bc9aa722231288c58554c2a48cd659c60bdcba63)
* 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)