summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2007-12-04The usual !pstring...Jeremy Allison2-5/+10
2007-12-04More pstring elimination.Jeremy Allison1-2/+3
2007-12-04Remove pstrings.Jeremy Allison1-84/+166
2007-12-04Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison1-14/+33
2007-12-04Remove pstr_sprintf. Replace with snprintf.Jeremy Allison1-46/+72
2007-12-04Back to pstring removal.Jeremy Allison1-12/+27
2007-12-03Gone from usershare.Jeremy Allison1-61/+151
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison9-159/+238
2007-12-03Remove pstring from clirap2 by completely rewriting the damnJeremy Allison1-3/+5
2007-12-03Fix shutdown callers.Günther Deschner1-6/+7
2007-12-03Fix svcctl callers.Günther Deschner2-11/+11
2007-12-03Fix winreg callers.Günther Deschner1-28/+29
2007-12-03Actually implement reboot feature for net dom join/unjoin.Günther Deschner2-8/+77
2007-12-03ReformattingVolker Lendecke1-2/+4
2007-11-30Add "net dom" command suite to "net".Günther Deschner2-0/+2
2007-11-30Add "net dom unjoin" code.Günther Deschner1-0/+52
2007-11-30Add "net dom join" code.Günther Deschner1-0/+116
2007-11-30Move param helper routines to one place.Günther Deschner2-45/+0
2007-11-29Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison1-2/+3
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2-7/+12
2007-11-29Allow calling "net rpc join" and "net rpc trustdom" without specifying server...Michael Adam1-1/+1
2007-11-27Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison1-13/+13
2007-11-27Remove some staticsVolker Lendecke1-2/+5
2007-11-24Remove a staticVolker Lendecke1-3/+5
2007-11-23Make remote_password_change return malloced error stringsVolker Lendecke1-2/+3
2007-11-23add talloc_stackframe() to eventlogadmVolker Lendecke1-0/+2
2007-11-21Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison1-5/+7
2007-11-20Add talloc stackframe for ntlm_auth.cJeremy Allison1-0/+2
2007-11-19Add error message to net rap file and net rap file userKarolin Seeger1-0/+8
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2-2/+2
2007-11-15More pstring removal. This one was tricky. I had to addJeremy Allison1-2/+1
2007-11-13Remove pstring from param/Jeremy Allison1-4/+4
2007-11-09ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher1-3/+6
2007-11-09Sanitize smbcacls slightlyVolker Lendecke1-94/+144
2007-11-09Make base64_encode_data_blob return a talloced stringVolker Lendecke2-12/+12
2007-11-08Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison1-5/+9
2007-11-05Ensure we null out the address correctly.Jeremy Allison1-1/+2
2007-11-06Fix another segfault and make smbfilter run again.Michael Adam1-1/+3
2007-11-06Fix a segfault.Michael Adam1-0/+2
2007-11-06Try to fix the build. There was one forgotten callerMichael Adam1-2/+2
2007-11-05Make sure we can read SACLs from the registry.Günther Deschner1-1/+5
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison2-2/+2
2007-11-02Forgot one more getnameinfo.Jeremy Allison1-1/+1
2007-11-02Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison1-1/+1
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison3-3/+3
2007-10-26Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison1-4/+4
2007-10-26Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison1-3/+3
2007-10-26one more struct in_addr => struct sockaddr_storageStefan Metzmacher1-6/+12
2007-10-25Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison1-10/+14
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison12-361/+469