summaryrefslogtreecommitdiffstats
path: root/source/utils
Commit message (Expand)AuthorAgeFilesLines
* r14683: Get rid of hardcoded output file. With no arg, print to stdout,Jim McDonough2006-03-231-75/+59
* r14681: Get rid of hardcoded /tmp/add.ldif and /tmp/mod.ldif files. Is there aJim McDonough2006-03-231-14/+19
* r14585: Tighten argument list of kerberos_kinit_password again,Günther Deschner2006-03-201-2/+1
* r14580: add 'net sam createbuiltingroup' to map BUILTIN local groups to a gidGerald Carter2006-03-201-0/+59
* r14577: BUG Fixes:Gerald Carter2006-03-201-13/+199
* r14416: Remove deadcode. Coverity #198.Jeremy Allison2006-03-151-11/+1
* r14403: * modifies create_local_nt_token() to create a BUILTIN\AdministratorsGerald Carter2006-03-151-5/+2
* r14278: Remainder of fix for Coverity #79,80,81: only allow GROUP or OWNER to beJim McDonough2006-03-131-0/+8
* r14272: Fix Coverity # 81: free alloc'ed storage before returningJim McDonough2006-03-131-6/+7
* r14214: Fix Coverity Bug # 57Volker Lendecke2006-03-111-0/+4
* r14156: Fix coverity #114: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-5/+6
* r14155: Fix coverity #115: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-0/+2
* r14153: Fix coverity #116: free storage alloc'ed by sstring_sub()Jim McDonough2006-03-101-0/+2
* r14152: Fix coverity #117: free storage alloc'ed by sstring_subJim McDonough2006-03-101-0/+1
* r14150: Fix coverity #118: not freeing alloc'ed storage returned fromJim McDonough2006-03-101-1/+3
* r14147: Fix coverity #119. alloc'ed memory returned not saved, so not freed.Jim McDonough2006-03-101-4/+8
* r14146: Just some typos.Günther Deschner2006-03-101-1/+1
* r14135: Fix for Coverity #123: resource leak. Also rework much of the code toJim McDonough2006-03-101-27/+44
* r14101: Fix a segfault in trustdom establish, cli is NULL here.Volker Lendecke2006-03-091-1/+1
* r14099: Fix Coverity # 113Volker Lendecke2006-03-091-6/+8
* r14098: Fix Coverity # 112Volker Lendecke2006-03-091-2/+13
* r14087: Protect against domain being NULL. Finish Coverity #152.Jeremy Allison2006-03-091-4/+12
* r14085: Fix coverity bg #152, uninit'ed var.Jim McDonough2006-03-091-1/+1
* r14062: Forgot those in the uint16/32 acb_info switch.Günther Deschner2006-03-091-2/+2
* r14053: Implement Simo's suggestion: don't use /dev/null for a 'bad' path forJim McDonough2006-03-081-2/+2
* r14036: Ok, the last one generated a const warning. Also fix Coverity # 119.Volker Lendecke2006-03-081-6/+13
* r14035: Fix Coverity bug # 124Volker Lendecke2006-03-081-0/+1
* r14034: Fix Coverity id # 125.Volker Lendecke2006-03-081-0/+2
* r14033: Fix Coverity bug # 126Volker Lendecke2006-03-081-0/+1
* r13968: fix typo, caught by GuentherJim McDonough2006-03-071-1/+1
* r13957: Based on patch from Richard Renard <richard.renard@idealx.com>:Jim McDonough2006-03-071-15/+18
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2006-03-073-0/+13
* r13864: Some cleanup and the samr set security object function client-side.Günther Deschner2006-03-061-130/+0
* r13861: Avoid "net rpc join" segfaulting when storing the servername in theGünther Deschner2006-03-061-1/+1
* r13846: Take care of system that do not have LDAP librariesSimo Sorce2006-03-051-0/+5
* r13843: Merge in net sam provision and some pdb_ldap fixesSimo Sorce2006-03-051-0/+386
* r13711: * Correctly handle acb_info/acct_flags as uint32 not as uint16. Günther Deschner2006-02-271-2/+2
* r13695: Make code consistent with documentation. :-)Alexander Bokovoy2006-02-261-5/+8
* r13679: Commiting the rm_primary_group.patch posted on samba-technicalGerald Carter2006-02-241-59/+24
* r13648: Duh.Tim Potter2006-02-231-1/+1
* r13641: Finish fix for #3510. Don't use client schannel when toldJeremy Allison2006-02-221-13/+39
* r13614: First part of the bugfix for #3510 - net join failsJeremy Allison2006-02-221-14/+21
* r13607: Fix compile - don't ref auto variable in a structure initialization.Jeremy Allison2006-02-221-1/+1
* r13594: Got sense of NTSTATUS check reversed.Jeremy Allison2006-02-211-2/+2
* r13590: * replace all pdb_init_sam[_talloc]() calls with samu_new()Gerald Carter2006-02-214-22/+43
* r13579: Next try to fix the AIX build. Thanks to Björn for nagging...Volker Lendecke2006-02-201-22/+20
* r13576: This is the beginnings of moving the SAM_ACCOUNT data structure Gerald Carter2006-02-204-46/+46
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-205-11/+11
* r13553: Fix all our warnings at -O6 on an x86_64 box.Jeremy Allison2006-02-181-1/+1
* r13530: Fix from William Jojo for #1970. Make nmblookup doJeremy Allison2006-02-161-7/+6