summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-09s3-net: Allow setting the ldap password for idmap_rfc2307Christof Schmitt1-2/+4
2013-02-05s3:net: reduce indentation in net idmap delete for symmetry and consistencyMichael Adam1-5/+7
2013-02-05s3:net: introduce a talloc stackframe for net idmap deleteMichael Adam1-3/+2
2013-02-05s3:net_idmap_delete do not lock two records at the same timeChristian Ambach1-24/+25
2013-02-05s3:net idmap: use lp_idmap_default_backend() now that we have it.Michael Adam1-1/+1
2013-02-05s3:net idmap: remove call to lp_idmap_backend() - this is useless.Michael Adam1-2/+2
2013-01-29s3:utils/net remove aclmapset commandChristian Ambach1-73/+0
2013-01-29s3:net_idmap_dump support dumping autorid backendChristian Ambach1-8/+106
2013-01-29s3:net_idmap_dump add missing bracesChristian Ambach1-1/+2
2013-01-29s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameterChristian Ambach1-6/+2
2013-01-29s3:net_idmap_dump deal with idmap config * : backend config styleChristian Ambach1-6/+13
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+5
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-1/+2
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-2/+4
2012-01-18s3: Add a "lock_order" argument to db_openVolker Lendecke1-4/+8
2011-10-11s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return typeMichael Adam1-6/+10
2011-10-11s3:net: convert net idmap to use only dbwrap wrapper functionsMichael Adam1-19/+34
2011-07-29s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam1-1/+1
2011-07-29s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam1-0/+1
2011-05-06s3: only include tdb headers where needed.Günther Deschner1-0/+1
2011-04-07s3-net: fix the usage output of "net idmap check"Gregor Beck1-4/+5
2011-04-04s3-net: add command "net idmap check"Gregor Beck1-1/+46
2011-03-30s3-includes: only include system/filesys.h when needed.Günther Deschner1-0/+1
2011-02-09s3:net idmap: implement net idmap deleteGregor Beck1-5/+137
2011-02-09s3:net idmap dump: report correct database file when failed to open idmap db.Michael Adam1-1/+1
2011-02-09s3:net idmap dump: use net_idmap_dbfileGregor Beck1-7/+15
2011-02-09s3:net idmap restore: correctly abort operation if dbfile could not be determ...Michael Adam1-0/+5
2011-02-09s3:net idmap: fix error reporting in net_idmap_dbfile()Michael Adam1-3/+10
2011-02-09s3:net factor out net_idmap_dbfileGregor Beck1-33/+37
2011-02-09s3:net idmap restore: fix segfault on missing input fileGregor Beck1-0/+6
2011-02-08s3:net: remove unused net_idmap_helpGregor Beck1-16/+0
2011-01-02s3:net: make idmap_store_secret static.Michael Adam1-3/+4
2011-01-02s3:net: fix the usage for net idmap secret (removing alloc)Michael Adam1-5/+4
2011-01-02s3:net: remove alloc parameter from idmap_store_secret() (net idmap store).Michael Adam1-7/+3
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-0/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner1-0/+1
2010-08-26s3-idmap: only include idmap headers where needed.Günther Deschner1-0/+1
2010-08-14s3:net: remove the "net idmap secret alloc" functionality.Michael Adam1-39/+18
2010-08-14s3:net: rewrite "net idmap restore" using dbwrapMichael Adam1-52/+130
2010-08-14s3:net: change "net idmap dump" to use dbwrap instead of direct tdb accessMichael Adam1-15/+17
2010-08-05s3-secrets: only include secrets.h when needed.Günther Deschner1-0/+1
2010-05-21s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett1-1/+1
2010-01-19s3 net: Fix compile warningsKai Blin1-10/+13
2010-01-19s3 net/i18n: Use only one spelling for "Usage:"Kai Blin1-1/+1
2010-01-18s3/net: split up some printable stings to ease i18nBjörn Jacke1-10/+11
2009-07-30s3 net: i18n support for net idmapKai Blin1-66/+77
2008-06-10net: Rename functable3 to functable, get rid of old functablesKai Blin1-2/+2
2008-06-10net: Make "net idmap" use functable3Kai Blin1-18/+80
2008-05-10net: more whitespace cleanupKai Blin1-5/+5
2008-05-10net: Remove globalsKai Blin1-12/+13