summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-21Don't segfault if locking.tdb can't be openedVolker Lendecke1-0/+13
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison11-56/+111
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison35-296/+296
2007-10-18Add net rap file userKarolin Seeger1-6/+18
2007-10-15Correctly free memory in regfio pathsAlexander Bokovoy1-1/+4
2007-10-12Fix the build WITH_DNS_UPDATES.Günther Deschner1-2/+8
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison6-13/+15
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter4-213/+302
2007-10-10r25592: Allow to set sec_info for registry security descriptor queries.Günther Deschner1-8/+16
2007-10-10r25526: Fix usage output.Günther Deschner1-5/+5
2007-10-10r25525: Add "net rpc registry getsd <keyname>" to display security descriptors.Günther Deschner1-0/+83
2007-10-10r25499: Fix rpc_file_list_internalsVolker Lendecke1-0/+3
2007-10-10r25481: Fix some typos, don't panic as non-root on net getdomainsidVolker Lendecke2-4/+13
2007-10-10r25472: Fix the interfaces code to detect IPv6 interfaces, using theJeremy Allison1-2/+2
2007-10-10r25407: Revert Longhorn join patch as it is not correct for the 3.2 tree.Gerald Carter2-3/+3
2007-10-10r25402: BUG 4997 (3.2 only): Fix enumration level for smbtreeGerald Carter1-1/+0
2007-10-10r25400: Windows 2008 (Longhorn) Interop fixes for AD specific auth2 flags,Gerald Carter2-3/+3
2007-10-10r25314: Add HKEY_CURRENT_USER to reg_hive_key().Günther Deschner1-0/+3
2007-10-10r25294: Tidy up callers of unistr2_to_ascii() to pass sizeof(target_area) toMichael Adam2-22/+22
2007-10-10r25239: fix cut-n-paste bug in code with LIBUNWIND supportStefan Metzmacher1-4/+0
2007-10-10r25201: Fight those red bars...Michael Adam1-182/+183
2007-10-10r25200: Fix a debug message.Michael Adam1-1/+1
2007-10-10r25198: Change net_rpc_join_ok() to return NTSTATUS for betterMichael Adam2-14/+25
2007-10-10r25197: Change net_make_ipc_connection() and net_make_ipc_connection_ex() toMichael Adam5-49/+72
2007-10-10r25143: rename public functions from winbind_client.hStefan Metzmacher1-10/+10
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-1/+1
2007-10-10r25040: Add "net sam rights"Volker Lendecke1-4/+136
2007-10-10r25019: Fix coverity bug #105, run #332. Use of uninitialized variable.Jeremy Allison1-6/+8
2007-10-10r24951: Warn if "os level" > 255Volker Lendecke1-0/+4
2007-10-10r24943: Some stackframesVolker Lendecke9-6/+24
2007-10-10r24853: Rename function as Jerry asked.Rafal Szczesniak2-5/+5
2007-10-10r24845: Fix a segfault in smbcontrol when called with parameters but no extra...Michael Adam1-3/+5
2007-10-10r24843: Add a "validate-cache" control message to winbindd.Michael Adam1-0/+44
2007-10-10r24828: Give smbcontrol an initial talloc stackframe.Michael Adam1-1/+6
2007-10-10r24827: Give smbstatus an initial talloc stackframe.Michael Adam1-14/+24
2007-10-10r24825: Give testparm an initial talloc stackframe, so it does not complainMichael Adam1-0/+3
2007-10-10r24824: Create an initial talloc stackframe for the net binary.Michael Adam1-0/+3
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2-21/+21
2007-10-10r24789: Add implementation of machine-authenticated connection to netlogonRafal Szczesniak3-7/+42
2007-10-10r24783: Remove unused off_t type.Günther Deschner1-3/+2
2007-10-10r24771: Use infolevel 25 to set the machine account's password (just like win...Rafal Szczesniak1-41/+41
2007-10-10r24742: Add experimental DsGetDcName() call (will be used by krb5 locator for...Günther Deschner1-5/+100