summaryrefslogtreecommitdiffstats
path: root/source3/utils
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison2007-10-101-2/+2
* r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2007-10-102-3/+3
* r25402: BUG 4997 (3.2 only): Fix enumration level for smbtreeGerald Carter2007-10-101-1/+0
* r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2007-10-102-3/+3
* r25314: Add HKEY_CURRENT_USER to reg_hive_key().Günther Deschner2007-10-101-0/+3
* r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2007-10-102-22/+22
* r25239: fix cut-n-paste bug in code with LIBUNWIND supportStefan Metzmacher2007-10-101-4/+0
* r25201: Fight those red bars...Michael Adam2007-10-101-182/+183
* r25200: Fix a debug message.Michael Adam2007-10-101-1/+1
* r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam2007-10-102-14/+25
* r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam2007-10-105-49/+72
* r25143: rename public functions from winbind_client.hStefan Metzmacher2007-10-101-10/+10
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-1/+1
* r25040: Add "net sam rights"Volker Lendecke2007-10-101-4/+136
* r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison2007-10-101-6/+8
* r24951: Warn if "os level" > 255Volker Lendecke2007-10-101-0/+4
* r24943: Some stackframesVolker Lendecke2007-10-109-6/+24
* r24853: Rename function as Jerry asked.Rafal Szczesniak2007-10-102-5/+5
* r24845: Fix a segfault in smbcontrol when called with parameters but no extra...Michael Adam2007-10-101-3/+5
* r24843: Add a "validate-cache" control message to winbindd.Michael Adam2007-10-101-0/+44
* r24828: Give smbcontrol an initial talloc stackframe.Michael Adam2007-10-101-1/+6
* r24827: Give smbstatus an initial talloc stackframe.Michael Adam2007-10-101-14/+24
* r24825: Give testparm an initial talloc stackframe, so it does not complainMichael Adam2007-10-101-0/+3
* r24824: Create an initial talloc stackframe for the net binary.Michael Adam2007-10-101-0/+3
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-102-21/+21
* r24789: Add implementation of machine-authenticated connection to netlogonRafal Szczesniak2007-10-103-7/+42
* r24783: Remove unused off_t type.Günther Deschner2007-10-101-3/+2
* r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak2007-10-101-41/+41