summaryrefslogtreecommitdiff
path: root/source3/utils/net_idmap.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-11net_idmap: use wbcSet[U|G]idMapping() and wbcSet[U|G]idHwm() functionsStefan Metzmacher1-19/+27
2008-03-25Fix usage message for 'net idmap dump'.Karolin Seeger1-1/+1
2008-03-17Add "net idmap aclmapset"Volker Lendecke1-0/+65
2007-12-15Replace sid_string_static with sid_string_tosVolker Lendecke1-1/+2
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+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-10r23612: Revert 'net idmap dump' to the 3.0.24 behaviour.Volker Lendecke1-31/+32
2007-10-10r20116: Start merging in the work done to create the new idmap subsystem.Simo Sorce1-199/+176
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-14/+12
2007-10-10r16270: Fix Klocwork #706 - ensure sscanf has correct formatJeremy Allison1-4/+5
2007-10-10r12986: Use d_fprintf(stderr, ...) for any error message in net.Lars Müller1-14/+14
2007-10-10r11155: Remove warning in torturous logic.Jeremy Allison1-5/+15
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-4/+4
2007-10-10r4972: Fix a warning and some debugging-outputs.Günther Deschner1-1/+1
2007-10-10r4254: Add an undocumented hack. I had to delete a wrong mapping (a user that...Volker Lendecke1-0/+54
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid ofTim Potter1-1/+1
2004-02-24Remove unused variable.Volker Lendecke1-1/+0
2004-02-24'net idmap restore' is too useful to be left broken :-)Volker Lendecke1-1/+105
2003-07-22Another round of uid/gid/pid format string changes I missed theTim Potter1-2/+3
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-0/+4
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-1/+1
2003-06-21This removes the StrCaseCmp() stuff from 'net idmap' and 'netAndrew Bartlett1-0/+156