index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
utils
/
net_idmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-03
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
1
-0
/
+1
2019-07-02
net idmap check: correct spelling of --force
Douglas Bagnall
1
-1
/
+1
2019-06-30
source3: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
1
-3
/
+2
2019-04-11
utils: Update error check for new string conversion wrapper
Swen Schillig
1
-8
/
+2
2019-03-01
utils: Use wrapper for string to integer conversion
Swen Schillig
1
-6
/
+3
2018-08-17
lib: Pass mem_ctx to state_path()
Volker Lendecke
1
-2
/
+2
2018-08-11
s3:utils: Do not overflow the destination buffer in net_idmap_restore()
Andreas Schneider
1
-2
/
+2
2014-11-03
net_idmap: don't leak state_path onto talloc tos
David Disseldorp
1
-7
/
+17
2014-02-07
dbwrap: add a dbwrap_flags argument to db_open()
Michael Adam
1
-4
/
+4
2013-11-14
autorid: Correctly init range_index for "delete range"
Volker Lendecke
1
-0
/
+1
2013-11-08
net: remove net idmap secret
Atul Kulkarni
1
-8
/
+0
2013-11-07
net: correct typos in net idmap delete ranges help message
Atul Kulkarni
1
-2
/
+2
2013-10-02
net: allow "net idmap get ranges" to list all ranges
Michael Adam
1
-5
/
+7
2013-10-02
net: implement "net idmap delete ranges"
Michael Adam
1
-0
/
+67
2013-10-02
net: add "net idmap get ranges" operation for autorid
Michael Adam
1
-0
/
+78
2013-10-02
net: implement "net idmap delete range"
Michael Adam
1
-0
/
+95
2013-10-02
net: implement "net idmap get range"
Michael Adam
1
-0
/
+86
2013-10-02
net: add "net idmap set range" (for autorid backend)
Michael Adam
1
-0
/
+83
2013-10-02
net idmap: add utility function parse_uint32()
Volker Lendecke
1
-0
/
+24
2013-10-02
net: add "net idmap get config" to read the autorid config from the database
Atul Kulkarni
1
-0
/
+50
2013-10-02
net: add "net idmap get" command
Michael Adam
1
-0
/
+17
2013-10-02
net: add "net idmap set config" command to store the autorid global config
Atul Kulkarni
1
-0
/
+47
2013-10-02
net: add new function net_idmap_opendb_autorid()
Atul Kulkarni
1
-0
/
+51
2013-10-02
net: rename "idmap_dump_ctx" to "net_idmap_ctx".
Michael Adam
1
-6
/
+6
2013-10-02
net: move the "net idmap delete" functionality to subcommand "net idmap delet...
Michael Adam
1
-5
/
+24
2013-10-02
net: add the "net idmap set secret" subcommand as alias for "net idmap secret"
Michael Adam
1
-1
/
+9
2013-10-02
net: move the "net idmap set" functionality to subcommand "net idmap set mapp...
Michael Adam
1
-3
/
+21
2013-10-02
net: rename "net idmap setmap" to "net idmap set"
Michael Adam
1
-2
/
+3
2013-10-02
net: improve help text for "net idmap restore"
Michael Adam
1
-1
/
+1
2013-10-02
net: improve help text for "net idmap dump"
Michael Adam
1
-1
/
+1
2013-03-09
s3-net: Allow setting the ldap password for idmap_rfc2307
Christof Schmitt
1
-2
/
+4
2013-02-05
s3:net: reduce indentation in net idmap delete for symmetry and consistency
Michael Adam
1
-5
/
+7
2013-02-05
s3:net: introduce a talloc stackframe for net idmap delete
Michael Adam
1
-3
/
+2
2013-02-05
s3:net_idmap_delete do not lock two records at the same time
Christian Ambach
1
-24
/
+25
2013-02-05
s3:net idmap: use lp_idmap_default_backend() now that we have it.
Michael Adam
1
-1
/
+1
2013-02-05
s3:net idmap: remove call to lp_idmap_backend() - this is useless.
Michael Adam
1
-2
/
+2
2013-01-29
s3:utils/net remove aclmapset command
Christian Ambach
1
-73
/
+0
2013-01-29
s3:net_idmap_dump support dumping autorid backend
Christian Ambach
1
-8
/
+106
2013-01-29
s3:net_idmap_dump add missing braces
Christian Ambach
1
-1
/
+2
2013-01-29
s3:net_idmap_dump remove obsolete support for tdb:idmap2.tdb parameter
Christian Ambach
1
-6
/
+2
2013-01-29
s3:net_idmap_dump deal with idmap config * : backend config style
Christian Ambach
1
-6
/
+13
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+5
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+2
2012-06-15
dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
Volker Lendecke
1
-2
/
+4
2012-01-18
s3: Add a "lock_order" argument to db_open
Volker Lendecke
1
-4
/
+8
2011-10-11
s3:dbwrap: change dbwrap_store_int32() to NTSTATUS return type
Michael Adam
1
-6
/
+10
2011-10-11
s3:net: convert net idmap to use only dbwrap wrapper functions
Michael Adam
1
-19
/
+34
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
[next]