summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Collapse)AuthorFilesLines
2011-03-18s3-net: make sure we set correct default user flags in rap_user_add().Günther Deschner1-1/+1
Guenther
2011-03-18s3-utils: run minimal_includes.pl over utils/*.cGünther Deschner3-4/+0
Guenther
2011-03-17s3:net Find uid before using itSumit Bose1-7/+7
Signed-off-by: Günther Deschner <gd@samba.org>
2011-03-16s3-build: only include asn1 headers where actually needed.Günther Deschner1-0/+1
Guenther
2011-03-16s3: Fix Coverity ID 1402: PASS_BY_VALUEVolker Lendecke1-11/+11
There's no point in passing GROUP_MAP on the stack Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Mar 16 21:58:08 CET 2011 on sn-devel-104
2011-03-16libcli/security: move display_sec headers to own header file and add toGünther Deschner2-0/+2
security.h grouping header. Guenther
2011-03-15s3-libsmb: only include rap client when needed.Günther Deschner4-0/+4
Guenther
2011-03-15s3: Fix Coverity ID 2290: Uninitialized readVolker Lendecke1-1/+1
We passed the structure including the uninitialized elements to dcerpc_winreg_DeleteKey.
2011-03-10s3-build: remove -I../lib/addns.Günther Deschner2-3/+2
Guenther
2011-03-05s3-net: Use wbcSidToStringBufVolker Lendecke1-17/+3
2011-03-02s3-sessionid: avoid global include of sessionid.hGünther Deschner3-0/+3
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Mar 2 12:58:12 CET 2011 on sn-devel-104
2011-03-02s3-server_id: only include server_id where needed.Günther Deschner1-0/+1
Guenther
2011-02-28Fix some typesJelmer Vernooij2-4/+4
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Feb 28 23:30:06 CET 2011 on sn-devel-104
2011-02-28s3-rpc_client: Move client pipe functions to own header.Andreas Schneider9-0/+9
2011-02-28s3: Eliminate sys_select_intr from smbfilterVolker Lendecke1-17/+43
2011-02-28s3: smbcontrol to notify smbd about idmap changesGregor Beck1-0/+49
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Mon Feb 28 14:07:23 CET 2011 on sn-devel-104
2011-02-27s3: Make is_zero_addr take a sockaddr_storageVolker Lendecke1-2/+2
All callers had to cast this anyway Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 27 11:02:53 CET 2011 on sn-devel-104
2011-02-22s3-printing: isolate print notification prototypes better.Günther Deschner1-0/+1
Guenther
2011-02-19s3: Add "len" to pdb_set_hoursVolker Lendecke1-1/+1
2011-02-17s3-cluster Always fill in the clustering vnn elementAndrew Bartlett1-2/+0
This avoids this structure being partially uninitialised. Adnrew Bartlett
2011-02-16s3:net: fix usage for "net rpc registry export"Michael Adam1-1/+2
2011-02-15s3: no need to globally include intl.h.Günther Deschner1-0/+1
Guenther
2011-02-09s3:utils enable sharesec for registry sharesChristian Ambach1-1/+2
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 9 16:41:31 CET 2011 on sn-devel-104
2011-02-09s3:net idmap: implement net idmap deleteGregor Beck1-5/+137
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Wed Feb 9 15:06:06 CET 2011 on sn-devel-104
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 ↵Michael Adam1-0/+5
determined
2011-02-09s3:net idmap: fix error reporting in net_idmap_dbfile()Michael Adam1-3/+10
The last case which results in dbfile == NULL is not an out of memory case but means no --db has been specified and the idmap backend is not supported for auto-determining the idmap tdb file.
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-09s3:net add option --dbGregor Beck2-1/+3
2011-02-09s3:testparm: add "--option" to testparmMichael Adam1-0/+1
This way one can test the --option feature with testparm. E.g.: testparm -s -v --option="parameter=value" | grep parameter should print "parameter = value"
2011-02-09Add fdopendir to the VFS. We will use this to reuse a directory fd already ↵Jeremy Allison1-0/+2
open by NtCreateX. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Feb 9 00:55:22 CET 2011 on sn-devel-104
2011-02-09s3: Fix some nonempty blank lines and some typosVolker Lendecke1-7/+7
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 9 00:01:45 CET 2011 on sn-devel-104
2011-02-08s3:net: remove unused net_idmap_helpGregor Beck2-17/+0
Signed-off-by: Michael Adam <obnox@samba.org> Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Tue Feb 8 11:50:37 CET 2011 on sn-devel-104
2011-02-07s3:net conf: fix a comment typoMichael Adam1-1/+1
2011-02-07s3-util: Moved eventlog_add_source to admin util.Andreas Schneider1-5/+194
This function is only used in the admin util. Signed-off-by: Günther Deschner <gd@samba.org>
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc".Günther Deschner1-42/+113
Guenther
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc rights".Günther Deschner1-45/+84
Guenther
2011-02-02s3-net: use status variable in "net rpc rights".Günther Deschner1-95/+95
Guenther
2011-02-02s3-net: prefer dcerpc_lsa_X functions in net_util.cGünther Deschner1-13/+16
Guenther
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc join".Günther Deschner1-6/+8
Guenther
2011-02-02s3-net: prefer dcerpc_lsa_X functions in "net rpc audit".Günther Deschner1-23/+60
Guenther
2011-02-02s3-net: use status variable in "net rpc audit".Günther Deschner1-37/+37
Guenther
2011-02-02s3-net: prefer dcerpc_samr_X functions in net_rpc_join_newstyle.Günther Deschner1-42/+80
Guenther
2011-02-02s3-net: use status variable in net_rpc_join_newstyle.Günther Deschner1-34/+34
Guenther
2011-02-02s3-dssync-passdb: add basic routines and net function.Günther Deschner1-2/+96
Guenther
2011-02-02s3:net: make some net_rpc_samsync.c functions staticStefan Metzmacher2-48/+24
metze
2011-02-02s3:net: "net rpc vampire" is an alias for "net rpc vampire passdb"Stefan Metzmacher1-4/+1
The should use exactly the same code path for both. metze
2011-02-02s3: Fix a typoVolker Lendecke1-1/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Wed Feb 2 14:58:52 CET 2011 on sn-devel-104