summaryrefslogtreecommitdiff
path: root/source3/utils/pdbedit.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-22When '--policies-reset' is success, the exit code should be 0.Peng Haitao1-1/+1
2012-09-10Call TALLOC_FREE() before we return otherwise we will never free sam_accountMichele Baldessari1-1/+1
2012-08-09Correctly check for errors in strlower_m() returns.Jeremy Allison1-2/+9
2011-10-12s3-group-mapping: Remove fstrings from GROUP_MAP.Simo Sorce1-3/+3
2011-08-19s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents.Amitay Isaacs1-2/+2
2011-07-28s3:pdbedit: use lp_load_global()Michael Adam1-1/+1
2011-07-08s3-param Remove lp_set_passdb_backend()Andrew Bartlett1-1/+1
2011-03-30s3-passdb: add passdb.h where needed.Günther Deschner1-0/+1
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+1
2010-11-02s3-debug Impove setup_logging() to specify logging to stderrAndrew Bartlett1-1/+1
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-06s3-passdb: include samr.h where needed.Günther Deschner1-0/+1
2010-08-05s3-popt: Only include popt-common.h when needed.Andreas Schneider1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-8/+8
2010-05-21s3:passdb Remove use of uint8 uint16 and uint32 in favour of C99 typesAndrew Bartlett1-6/+6
2010-01-10s3: Replace most calls to sid_append_rid() by sid_compose()Volker Lendecke1-2/+1
2009-12-16s3-pdbedit: allow to call "pdbedit -N description -u user" without specifiyng...Günther Deschner1-2/+4
2009-10-27s3: pdbedit: add option --kickoff-time/-K to set the user's kickoff timeMichael Adam1-4/+28
2009-07-15s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ...Bo Yang1-1/+1
2009-06-19Fix coverity #920. Possible NULL deref.Jeremy Allison1-0/+4
2009-05-30Make it possible to change machine account sidsSimo Sorce1-40/+171
2009-05-30Remove trailing whitespacesSimo Sorce1-20/+20
2009-05-29s3:pdbedit: fix "format not a string literal and no format arguments" warningsMichael Adam1-2/+2
2009-05-29Consolidate create/delete account paths in pdbeditSimo Sorce1-257/+319
2009-04-05Remove a silly checkVolker Lendecke1-7/+0
2009-03-07Shape up pdb_search a bit by making it a talloc ctx with a destructorVolker Lendecke1-10/+10
2008-11-06Make us clean under valgrind --leak-check=full by using talloc_autofree_conte...Jeremy Allison1-2/+2
2008-10-27[s3]pdbedit: remove unused variable.Michael Adam1-4/+0
2008-10-11Cope with changed signature of http_timestring().Jelmer Vernooij1-8/+15
2007-12-26Convert pdbedit to use pdb_search_usersVolker Lendecke1-78/+123
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-2/+2
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison1-2/+2
2007-12-03Getting to the home stretch for elimination of pstrings...Jeremy Allison1-13/+13
2007-10-19Fix the popt / bool issues. Some places we used BOOLJeremy Allison1-14/+14
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-25/+25
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-2/+1
2007-10-10r24943: Some stackframesVolker Lendecke1-0/+3
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23407: While verifying a bug I found out that for some reasonSimo Sorce1-17/+14
2007-10-10r23005: If we're running on a system where time_t is 8 bytesJeremy Allison1-2/+2
2007-10-10r22828: Fix typo. Bugzilla #4589.James Peach1-1/+1
2007-10-10r21962: Make pdbedit use the configfile specified by -sVolker Lendecke1-1/+6
2007-10-10r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...Volker Lendecke1-1/+1
2007-10-10r21755: Memory leak fixes from Zack Kirsch <zack.kirsch@isilon.com>.Jeremy Allison1-0/+1
2007-10-10r19978: More "net sam policy" improvements. Thanks to Karolin Seeger <ks@sern...Volker Lendecke1-5/+11
2007-10-10r19127: Fix bug 4152Volker Lendecke1-0/+6
2007-10-10r18748: Eliminate set of computed time valuesJim McDonough1-76/+3
2007-10-10r18313: Nobody said "no" (yet.... gd?), so commit it:Volker Lendecke1-12/+0
2007-10-10r16252: Fix Klocwork ID 1119, 1121.Volker Lendecke1-0/+10