summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Collapse)AuthorFilesLines
2007-12-19Remove Get_Pwnam and its associated static variableVolker Lendecke1-2/+2
All callers are replaced by Get_Pwnam_alloc (This used to be commit 735f59315497113aebadcf9ad387e3dbfffa284a)
2007-12-17Make usage message for net sam rights list a little more precise.Michael Adam1-1/+1
Michael (This used to be commit d466a5136d5151e2a3cae7464cb346f0db650554)
2007-12-17Fix flags in all callers of lookup_name() in net_sam.c.Michael Adam1-16/+16
Michael (This used to be commit 6d0db17a9e255235d40eabc63e91c9f5d4febcde)
2007-12-15s/sid_to_string/sid_to_fstring/Volker Lendecke8-25/+29
least surprise for callers (This used to be commit eb523ba77697346a365589101aac379febecd546)
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke11-36/+38
In utils/ I was a bit lazy... (This used to be commit 60e830b0f4571bd5d9039f2edd199534f2a4c341)
2007-12-15Use sid_string_talloc where we have a tmp talloc ctxVolker Lendecke1-5/+10
(This used to be commit 0a911d38b8f4be382a9df60f9c6de0c500464b3a)
2007-12-15Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2-5/+6
(This used to be commit bb35e794ec129805e874ceba882bcc1e84791a09)
2007-12-12Developer doesn't cut it - need #define test for NSS_WRAPPER.Jeremy Allison1-1/+1
Hopefully this should fix the buildfarm. Jeremy. (This used to be commit 087489b7f2a8cd5868b54dbed3f3eed5d0709ba7)
2007-12-12Only add the non-root escape on !developer.Jeremy Allison1-1/+1
Jeremy. (This used to be commit a50c2d159c754c6ff88649ed859f2b3f9c24f6a1)
2007-12-12Fix the buildfarm until I figure out how to allowJeremy Allison1-0/+2
smbpasswd -L for non-root on the buildfarm only. Jeremy. (This used to be commit 1bb5ce824f800d967e2a92e946dd6ce7c4580b93)
2007-12-12Fix bug #3727 with patch from Steve Langasek <vorlon@debian.org>Jeremy Allison1-0/+4
Jeremy. (This used to be commit 0723760ba47a465d2ff5a22a680f1b5196eca7d8)
2007-12-12Some cleanups for "net dom join".Günther Deschner1-4/+9
Guenther (This used to be commit 3f426f394f3b1454c52d92331c14f41dd1474516)
2007-12-11Replace "unknown" with access_mask when calling samr_CreateUser2().Günther Deschner1-3/+3
Guenther (This used to be commit cfc6e7a2e657ee55364b739d9fe0093e4f7c8b27)
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison16-24/+26
them with malloc'ing accessor functions. Should save a lot of static space :-). Jeremy. (This used to be commit 52dc5eaef2106015b3a8b659e818bdb15ad94b05)
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
locking.c:open_read_only was unused don't export the silly boolean flag locking_init(bool read_only) (This used to be commit 2f3c865707010bc7c463a02782dbee3dc2479da1)
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison4-26/+51
No more temptations to use static length strings. Jeremy. (This used to be commit ec003f39369910dee852b7cafb883ddaa321c2de)
2007-12-07We don't need P_GSTRING or P_UGSTRING anymore.Jeremy Allison1-4/+0
Jeremy. (This used to be commit 78dc75600099b5b3b5a8ecffec747a227ff51d70)
2007-12-06Make all the tools use the proper accessor functions.Jeremy Allison2-13/+14
Jeremy. (This used to be commit 6d61bb87975839adb25c304e5e5041f91b12d236)
2007-12-06Fix typos in auth change.Jeremy Allison1-2/+2
Jeremy. (This used to be commit 440e9f5b51e42e5dc5ce3f8d10b9e43ca31e87ef)
2007-12-06Get closer to building with smbmount. Move parameter line changesJeremy Allison1-6/+8
into lib/util.c Jeremy. (This used to be commit 6ac5d81655927ba8eabea35adaae5adfcbb821c9)
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2-7/+16
Mostly compiles.... Jeremy. (This used to be commit c87f3eba9aa52f4ab25d77e2167262bf5c43b1a6)
2007-12-06Make output of net getdomainsid more meaningful. Unify spelling of SID. ↵Karolin Seeger1-3/+8
Display usage if superfluous arguments are given. Karolin (This used to be commit cb3a2dfeb047d45bb9eec8cb97d3ba288f21887e)
2007-12-05Remove some globalsVolker Lendecke1-2/+4
(This used to be commit 31d0a846db08d845e6cdfd85def4ac1c34031e02)
2007-12-04The usual !pstring...Jeremy Allison2-5/+10
Jeremy. (This used to be commit b676262a781363e7be49b21817668a53cca75c2d)
2007-12-04More pstring elimination.Jeremy Allison1-2/+3
Jeremy. (This used to be commit c1f70793d615df57dc7b766d67db3e9eedd0e25e)
2007-12-04Remove pstrings.Jeremy Allison1-84/+166
Jeremy. (This used to be commit e3c02796f8cf49af388741d175c4011825670df0)
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison1-14/+33
Jeremy. (This used to be commit 063358d87ac9a1d948c8d4b6358e926dd14bb3ac)
2007-12-04Remove pstr_sprintf. Replace with snprintf.Jeremy Allison1-46/+72
Jeremy. (This used to be commit bc9aa722231288c58554c2a48cd659c60bdcba63)
2007-12-04Back to pstring removal.Jeremy Allison1-12/+27
Jeremy. (This used to be commit 95842ae4e113e304f652120b250a70a95c66e3bc)
2007-12-03Gone from usershare.Jeremy Allison1-61/+151
Jeremy. (This used to be commit f1555f4f0d66e57fd19f200f842e4d05527accd5)
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison9-159/+238
Jeremy. (This used to be commit 041163551194102ca67fef52c57d87020a1d09bc)
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison1-3/+5
thing :-). Now with added paranoia. Jeremy. (This used to be commit b6b5f92bc9457220df384bdb13530c393d294ce7)
2007-12-03Fix shutdown callers.Günther Deschner1-6/+7
Guenther (This used to be commit de2fdc6b5a78932f8ea5cf4c4715296f18dae4d3)
2007-12-03Fix svcctl callers.Günther Deschner2-11/+11
Guenther (This used to be commit 91bf2ac1af66acd8bcc831e758b3765fc94b2485)
2007-12-03Fix winreg callers.Günther Deschner1-28/+29
Guenther (This used to be commit 677d9e6d86997a1ae10266e9bab3b18c3fdd2890)
2007-12-03Actually implement reboot feature for net dom join/unjoin.Günther Deschner2-8/+77
Guenther (This used to be commit bbbeeba163f173d774937103a36560a4a4f49d4b)
2007-12-03ReformattingVolker Lendecke1-2/+4
(This used to be commit 28c0a77ec1eb4bc69679c00dcdacaa6ee4d8e3f5)
2007-11-30Add "net dom" command suite to "net".Günther Deschner2-0/+2
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-30Move param helper routines to one place.Günther Deschner2-45/+0
Guenther (This used to be commit 6bf2c8038c4bc7a52b7f260209ade0bdeb95c685)
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-2/+3
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-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2-7/+12
Make us very explicit about how long a talloc ctx should last. Jeremy. (This used to be commit ba9e2be2b5a59684e854609f9d82ea1633448c62)
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-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-13/+13
Jeremy. (This used to be commit 0002a9e96b0ef78316295a6eb94ff29b64e2f988)
2007-11-27Remove some staticsVolker Lendecke1-2/+5
(This used to be commit 1fab16ffb888cd4ec18e52d9da33976a67a5d104)
2007-11-24Remove a staticVolker Lendecke1-3/+5
(This used to be commit 85a84f72ffc440fb71744cb72de2dba07793123c)
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-2/+3
This fixes a segfault in smbpasswd -r (This used to be commit 49949f0b85007c7c2b3c340c12f3d18909862135)
2007-11-23add talloc_stackframe() to eventlogadmVolker Lendecke1-0/+2
Thanks to Günther Kukkukk for noticing (This used to be commit 9751cc222c70fd669a1cc1ad61ffb4e2e8444019)
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-5/+7
return malloced strings. Jeremy. (This used to be commit f652fe2bdb7a3a36e83dcf4b08347543fdffb9f0)