summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
* The usual !pstring...Jeremy Allison2007-12-042-5/+10
* More pstring elimination.Jeremy Allison2007-12-041-2/+3
* Remove pstrings.Jeremy Allison2007-12-041-84/+166
* Allow STR_TERMINATE and -1 src_len for pull_ucs2_base_talloc().Jeremy Allison2007-12-041-14/+33
* Remove pstr_sprintf. Replace with snprintf.Jeremy Allison2007-12-041-46/+72
* Back to pstring removal.Jeremy Allison2007-12-041-12/+27
* Gone from usershare.Jeremy Allison2007-12-031-61/+151
* Getting to the home stretch for elimination of pstrings...Jeremy Allison2007-12-039-159/+238
* Remove pstring from clirap2 by completely rewriting the damnJeremy Allison2007-12-031-3/+5
* Fix shutdown callers.Günther Deschner2007-12-031-6/+7
* Fix svcctl callers.Günther Deschner2007-12-032-11/+11
* Fix winreg callers.Günther Deschner2007-12-031-28/+29
* Actually implement reboot feature for net dom join/unjoin.Günther Deschner2007-12-032-8/+77
* ReformattingVolker Lendecke2007-12-031-2/+4
* Add "net dom" command suite to "net".Günther Deschner2007-11-302-0/+2
* Add "net dom unjoin" code.Günther Deschner2007-11-301-0/+52
* Add "net dom join" code.Günther Deschner2007-11-301-0/+116
* Move param helper routines to one place.Günther Deschner2007-11-302-45/+0
* Remove PSTRING_LEN from smbd/ nmbd/.Jeremy Allison2007-11-291-2/+3
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-292-7/+12
* Allow calling "net rpc join" and "net rpc trustdom" without specifying server...Michael Adam2007-11-291-1/+1
* Remove pstrings from everything except srv_spoolss_nt.c.Jeremy Allison2007-11-271-13/+13
* Remove some staticsVolker Lendecke2007-11-271-2/+5
* Remove a staticVolker Lendecke2007-11-241-3/+5
* Make remote_password_change return malloced error stringsVolker Lendecke2007-11-231-2/+3
* add talloc_stackframe() to eventlogadmVolker Lendecke2007-11-231-0/+2
* Remove pstrings from pam_smbpass - make local_password_changeJeremy Allison2007-11-211-5/+7
* Add talloc stackframe for ntlm_auth.cJeremy Allison2007-11-201-0/+2
* Add error message to net rap file and net rap file userKarolin Seeger2007-11-191-0/+8
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-152-2/+2
* More pstring removal. This one was tricky. I had to addJeremy Allison2007-11-151-2/+1
* Remove pstring from param/Jeremy Allison2007-11-131-4/+4
* ndr: change NTSTAUS into enum ndr_err_code (samba3 callers)Stefan Metzmacher2007-11-091-3/+6
* Sanitize smbcacls slightlyVolker Lendecke2007-11-091-94/+144
* Make base64_encode_data_blob return a talloced stringVolker Lendecke2007-11-092-12/+12
* Remove more fstring/pstring bad useage. Go talloc !Jeremy Allison2007-11-081-5/+9
* Ensure we null out the address correctly.Jeremy Allison2007-11-051-1/+2
* Fix another segfault and make smbfilter run again.Michael Adam2007-11-061-1/+3
* Fix a segfault.Michael Adam2007-11-061-0/+2
* Try to fix the build. There was one forgotten callerMichael Adam2007-11-061-2/+2
* Make sure we can read SACLs from the registry.Günther Deschner2007-11-051-1/+5
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-032-2/+2
* Forgot one more getnameinfo.Jeremy Allison2007-11-021-1/+1
* Fix Solaris by ensuring we use the IPv4 or IPv6 lengthJeremy Allison2007-11-021-1/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-273-3/+3
* Fix popt bool problems (need POPT_ARG_NONE, not POPT_ARG_VALUE).Jeremy Allison2007-10-261-4/+4
* Fix a few more sockaddr -> sockaddr_storgage.Jeremy Allison2007-10-261-3/+3
* one more struct in_addr => struct sockaddr_storageStefan Metzmacher2007-10-261-6/+12
* Fixed missing in_addr -> sockaddr_storage conversion (how didJeremy Allison2007-10-251-10/+14
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-2412-361/+469