summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Don't segfault if locking.tdb can't be openedVolker Lendecke2007-10-211-0/+13
* Fix the popt / bool issues. Some places we used BOOLJeremy Allison2007-10-1911-56/+111
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1835-296/+296
* Add net rap file userKarolin Seeger2007-10-181-6/+18
* Correctly free memory in regfio pathsAlexander Bokovoy2007-10-151-1/+4
* Fix the build WITH_DNS_UPDATES.Günther Deschner2007-10-121-2/+8
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-106-13/+15
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-104-213/+302
* r25592: Allow to set sec_info for registry security descriptor queries.Günther Deschner2007-10-101-8/+16
* r25526: Fix usage output.Günther Deschner2007-10-101-5/+5
* r25525: Add "net rpc registry getsd <keyname>" to display security descriptors.Günther Deschner2007-10-101-0/+83
* r25499: Fix rpc_file_list_internalsVolker Lendecke2007-10-101-0/+3
* r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke2007-10-102-4/+13