summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to beJim McDonough1-0/+8
2007-10-10r14272: Fix Coverity # 81: free alloc'ed storage before returningJim McDonough1-6/+7
2007-10-10r14214: Fix Coverity Bug # 57Volker Lendecke1-0/+4
2007-10-10r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough1-5/+6
2007-10-10r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough1-0/+2
2007-10-10r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough1-0/+2
2007-10-10r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough1-0/+1
2007-10-10r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough1-1/+3
2007-10-10r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough1-4/+8
2007-10-10r14146: Just some typos.Günther Deschner1-1/+1
2007-10-10r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough1-27/+44
2007-10-10r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke1-1/+1
2007-10-10r14099: Fix Coverity # 113Volker Lendecke1-6/+8
2007-10-10r14098: Fix Coverity # 112Volker Lendecke1-2/+13
2007-10-10r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison1-4/+12
2007-10-10r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough1-1/+1
2007-10-10r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner1-2/+2
2007-10-10r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough1-2/+2
2007-10-10r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke1-6/+13
2007-10-10r14035: Fix Coverity bug # 124Volker Lendecke1-0/+1
2007-10-10r14034: Fix Coverity id # 125.Volker Lendecke1-0/+2
2007-10-10r14033: Fix Coverity bug # 126Volker Lendecke1-0/+1
2007-10-10r13968: fix typo, caught by GuentherJim McDonough1-1/+1
2007-10-10r13957: Based on patch from Richard Renard <richard.renard@idealx.com>:Jim McDonough1-15/+18
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison3-0/+13
2007-10-10r13864: Some cleanup and the samr set security object function client-side.Günther Deschner1-130/+0
2007-10-10r13861: Avoid "net rpc join" segfaulting when storing the servername in theGünther Deschner1-1/+1
2007-10-10r13846: Take care of system that do not have LDAP librariesSimo Sorce1-0/+5
2007-10-10r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce1-0/+386
2007-10-10r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16.Günther Deschner1-2/+2
2007-10-10r13695: Make code consistent with documentation. :-)Alexander Bokovoy1-5/+8
2007-10-10r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter1-59/+24
2007-10-10r13648: Duh.Tim Potter1-1/+1
2007-10-10r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison1-13/+39
2007-10-10r13614: First part of the bugfix for #3510 - net join failsJeremy Allison1-14/+21
2007-10-10r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison1-1/+1
2007-10-10r13594: Got sense of NTSTATUS check reversed.Jeremy Allison1-2/+2
2007-10-10r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter4-22/+43
2007-10-10r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke1-22/+20
2007-10-10r13576: This is the beginnings of moving the SAM_ACCOUNT data structureGerald Carter4-46/+46
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter5-11/+11
2007-10-10r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison1-1/+1
2007-10-10r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison1-7/+6
2007-10-10r13528: Mention the tools and commandline option names used.Lars Müller1-2/+2
2007-10-10r13527: Adjust copyright header with information got from the 2.2 cvs tree.Lars Müller1-3/+7
2007-10-10r13525: This is only a cleanup to have the memset() and SAFE_FREE() only oneLars Müller1-8/+9
2007-10-10r13524: Add -t|--password-from-stdin option to pdbedit as we had with Samba 2.2.Lars Müller3-52/+75
2007-10-10r13517: Fix typo -- thanks to Karolin Seeger <ks@sernet.de>Volker Lendecke1-1/+1
2007-10-10r13502: Fix error messages for usershares when smbd is notJeremy Allison2-17/+39
2007-10-10r13494: Merge the stuff I've done in head the last days.Volker Lendecke2-3/+3