summaryrefslogtreecommitdiffstats
path: root/source3/utils/net_idmap.c
Commit message (Expand)AuthorAgeFilesLines
* s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam2013-02-051-5/+7
* s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam2013-02-051-3/+2
* s3:net_idmap_delete do not lock two records at the same timeChristian Ambach2013-02-051-24/+25
* s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam2013-02-051-1/+1
* s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam2013-02-051-2/+2
* s3:utils/net remove aclmapset commandChristian Ambach2013-01-291-73/+0
* s3:net_idmap_dump support dumping autorid backendChristian Ambach2013-01-291-8/+106
* s3:net_idmap_dump add missing bracesChristian Ambach2013-01-291-1/+2
* s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach2013-01-291-6/+2
* s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach2013-01-291-6/+13
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-091-1/+5
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-1/+2
* dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke2012-06-151-2/+4
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-4/+8
* s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam2011-10-111-6/+10
* s3:net: convert net idmap to use only dbwrap wrapper functionsMichael Adam2011-10-111-19/+34
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-net: fix the usage output of "net idmap check"Gregor Beck2011-04-071-4/+5
* s3-net: add command "net idmap check"Gregor Beck2011-04-041-1/+46
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* s3:net idmap: implement net idmap deleteGregor Beck2011-02-091-5/+137
* s3:net idmap dump: report correct database file when failed to open idmap db.Michael Adam2011-02-091-1/+1
* s3:net idmap dump: use net_idmap_dbfileGregor Beck2011-02-091-7/+15
* s3:net idmap restore: correctly abort operation if dbfile could not be determ...Michael Adam2011-02-091-0/+5
* s3:net idmap: fix error reporting in net_idmap_dbfile()Michael Adam2011-02-091-3/+10
* s3:net factor out net_idmap_dbfileGregor Beck2011-02-091-33/+37
* s3:net idmap restore: fix segfault on missing input fileGregor Beck2011-02-091-0/+6
* s3:net: remove unused net_idmap_helpGregor Beck2011-02-081-16/+0
* s3:net: make idmap_store_secret static.Michael Adam2011-01-021-3/+4
* s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam2011-01-021-5/+4
* s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam2011-01-021-7/+3
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
* s3-build: use dbwrap.h only where needed.Günther Deschner2010-08-261-0/+1
* s3-idmap: only include idmap headers where needed.Günther Deschner2010-08-261-0/+1
* s3:net: remove the "net idmap secret alloc" functionality.Michael Adam2010-08-141-39/+18
* s3:net: rewrite "net idmap restore" using dbwrapMichael Adam2010-08-141-52/+130
* s3:net: change "net idmap dump" to use dbwrap instead of direct tdb accessMichael Adam2010-08-141-15/+17
* s3-secrets: only include secrets.h when needed.Günther Deschner2010-08-051-0/+1
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-1/+1
* s3 net: Fix compile warningsKai Blin2010-01-191-10/+13
* s3 net/i18n: Use only one spelling for "Usage:"Kai Blin2010-01-191-1/+1
* s3/net: split up some printable stings to ease i18nBjörn Jacke2010-01-181-10/+11
* s3 net: i18n support for net idmapKai Blin2009-07-301-66/+77
* net: Rename functable3 to functable, get rid of old functablesKai Blin2008-06-101-2/+2
* net: Make "net idmap" use functable3Kai Blin2008-06-101-18/+80
* net: more whitespace cleanupKai Blin2008-05-101-5/+5
* net: Remove globalsKai Blin2008-05-101-12/+13
* net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher2008-04-111-19/+27