Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-19 | s3-passdb: Replace SMB_MALLOC_ARRAY()/SAFE_FREE() with talloc equivalents. | Amitay Isaacs | 1 | -6/+7 | |
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2011-04-06 | s3-net: add IPA provision | Sumit Bose | 1 | -20/+119 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2011-03-30 | s3: only include lib/privileges.h where needed. | Günther Deschner | 1 | -0/+1 | |
This finally removes the global lsa.h inclusion. Guenther | |||||
2011-03-30 | s3-passdb: add passdb.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-includes: only include system/passwd.h when needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-30 | s3-winbind: remove global inclusion of libwbclient. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2011-03-17 | s3:net Find uid before using it | Sumit Bose | 1 | -7/+7 | |
Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-10-20 | Make getpwnam_alloc() static to lib/username.c, and ensure all username ↵ | Jeremy Allison | 1 | -2/+2 | |
lookups go through Get_Pwnam_alloc(), which is the correct wrapper function. We were using it *some* of the time anyway, so this just makes us properly consistent. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Oct 20 16:02:12 UTC 2010 on sn-devel-104 | |||||
2010-10-12 | libcli/security Provide a common, top level libcli/security/security.h | Andrew Bartlett | 1 | -0/+1 | |
This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104 | |||||
2010-09-26 | s3: Remove talloc_autofree_context() from net_sam_provision() | Volker Lendecke | 1 | -1/+1 | |
2010-09-20 | s3-build: only include smbldap.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-09-11 | s3-privs Hide the bitmap-based grant_privilege and revoke_privilege | Andrew Bartlett | 1 | -7/+6 | |
The new wrappers avoid anything but the core privileges code dealing with the bitmap values directly. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-privs Make privilege_enum_sids() take an LUID, not a bitmap | Andrew Bartlett | 1 | -3/+5 | |
This moves one more privileges call away from direct bitmap manipuation. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-privs Remove a pointer from grant_privilege() | Andrew Bartlett | 1 | -1/+1 | |
Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-privs Remove a pointer indirection from revoke_privilege() | Andrew Bartlett | 1 | -1/+1 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | libcli/security Don't export privs[] as a global variable | Andrew Bartlett | 1 | -4/+2 | |
Instead, provide access functions for the LSA and net sam callers for the information they need. They still only enumerate the first 8 privileges that have traditionally been exposed. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-09-11 | s3-privs Further changes to remove SE_PRIV | Andrew Bartlett | 1 | -3/+3 | |
Signed-off-by: Andrew Tridgell <tridge@samba.org> | |||||
2010-08-14 | s3:net sam provision: compose sid before getting uid for Guest | Michael Adam | 1 | -2/+2 | |
Michael | |||||
2010-08-14 | s3:net sam provision: allocate the uid after composing the sid for Administrator | Michael Adam | 1 | -6/+7 | |
Michael | |||||
2010-08-06 | s3-passdb: include samr.h where needed. | Günther Deschner | 1 | -0/+1 | |
Guenther | |||||
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -19/+19 | |
This matches the structure that new code is being written to, and removes one more of the old-style named structures, and the need to know that is is just an alias for struct dom_sid. Andrew Bartlett Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2010-05-18 | s3-rpc_misc: clean out include/rpc_misc.h. | Günther Deschner | 1 | -5/+5 | |
Well known rids don't really belong into an rpc header, just use the ones defined in security.idl. Guenther | |||||
2010-03-28 | s3: Slightly simplify unmap_unix_group | Volker Lendecke | 1 | -4/+1 | |
2010-01-19 | s3 net: Fix compile warnings | Kai Blin | 1 | -36/+68 | |
2010-01-19 | s3 net/i18n: Use only one spelling for "Usage:" | Kai Blin | 1 | -21/+21 | |
2010-01-18 | s3/net: split up some printable stings to ease i18n | Björn Jacke | 1 | -26/+26 | |
If we put strings like "Usage:" into separate _() macros and not the whole "Usage:..." string we can cover much more messages by only one single translation. The drawback is that the message in the sources looks less pretty. | |||||
2009-10-28 | s3-net: acct_flags are uint32_t in net_sam_set_userflag(). | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2009-08-11 | s3 net: i18n support for net sam | Kai Blin | 1 | -318/+349 | |
2009-07-15 | s3: fix build of pdbedit and net_sam. Guenther, please check. Signed-off-by: ↵ | Bo Yang | 1 | -4/+4 | |
Bo Yang <boyang@samba.org> | |||||
2009-06-28 | Turn the pdb_rid_algorithm into a capabilities call that returns flags | Volker Lendecke | 1 | -3/+3 | |
2009-06-17 | s3-net: Fix Bug #6328: support "net sam rights grant/revoke" with multiple ↵ | David Markey | 1 | -18/+24 | |
rights. David Signed-off-by: Günther Deschner <gd@samba.org> | |||||
2009-06-17 | s3-net: Fix Bug #6328: allow multiple rights in "net sam rights grant". | Günther Deschner | 1 | -10/+14 | |
Guenther | |||||
2009-06-09 | Make "net sam [add|del]mem" work for domain groups | Volker Lendecke | 1 | -0/+24 | |
2009-06-09 | Implement "net sam deletedomaingroup" | Volker Lendecke | 1 | -0/+53 | |
2009-06-08 | Make "net ads listmem" also work for domain groups | Volker Lendecke | 1 | -14/+34 | |
2009-06-08 | Pass a talloc_ctx to pdb_enum_aliasmem | Volker Lendecke | 1 | -1/+2 | |
2009-06-07 | Add "net sam createdomaingroup" | Volker Lendecke | 1 | -0/+36 | |
2009-05-11 | Fix a bunch of compiler warnings about wrong format types. | Jeremy Allison | 1 | -7/+7 | |
Should make Solaris 10 builds look cleaner. Jeremy. | |||||
2009-03-07 | Shape up pdb_search a bit by making it a talloc ctx with a destructor | Volker Lendecke | 1 | -6/+10 | |
2008-11-06 | Make us clean under valgrind --leak-check=full by using ↵ | Jeremy Allison | 1 | -1/+1 | |
talloc_autofree_context() instead of NULL. Remove the code in memcache that does a TALLOC_FREE on stored pointers. That's a disaster waiting to happen. If you're storing talloc'ed pointers, you can't know their lifecycle and they should be deleted when their parent context is deleted, so freeing them at some arbitrary point later will be a double-free. Jeremy. | |||||
2008-06-17 | net sam: fix typo in comment | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit b9f6904044889328ded229b7ff04d31218f4fef8) | |||||
2008-06-17 | net sam: fix typo in debug message. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit 6d7f64c3481d3aa7ec6b0d468f3d6218f62cd92e) | |||||
2008-06-10 | net: Rename functable3 to functable, get rid of old functables | Kai Blin | 1 | -10/+10 | |
(This used to be commit bb7c5fc4ec77db4073d3beccf12af12910b6bd07) | |||||
2008-06-10 | net: Make "net sam" use functable3 | Kai Blin | 1 | -110/+351 | |
(This used to be commit b161fb7cfe3d0f5c2e853d5759420817c6ed7c0f) | |||||
2008-05-20 | net: Use true/false instead of True/False. | Kai Blin | 1 | -3/+3 | |
(This used to be commit a8b567aac3b0e39cfe67fb97167b10312ca5e73a) | |||||
2008-05-10 | net: more whitespace cleanup | Kai Blin | 1 | -9/+9 | |
(This used to be commit ef0184d580500734fc7af51e1c790b075180a3d0) | |||||
2008-05-10 | net: Remove globals | Kai Blin | 1 | -62/+83 | |
(This used to be commit 1e9319cf88b65a2a8d4f5099a1fe5297e405ed2e) | |||||
2008-04-10 | objectclass -> objectClass | Karolin Seeger | 1 | -3/+3 | |
Karolin (This used to be commit b865b8a79afd8f3b43bb3adcdcbcbca623dc76a2) | |||||
2007-12-26 | Properly destroy the pdb search object | Volker Lendecke | 1 | -1/+1 | |
(This used to be commit 514cf532248723e7f775dc5f8f2e6936e02b7a1c) | |||||
2007-12-17 | Make usage message for net sam rights list a little more precise. | Michael Adam | 1 | -1/+1 | |
Michael (This used to be commit d466a5136d5151e2a3cae7464cb346f0db650554) |