index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
privileges.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-11
s3:privileges: convert privileges.c to use dbwrap wrapper functions.
Michael Adam
1
-8
/
+22
2011-10-11
s3:dbwrap: convert dbwrap_fetch(), dbwrap_fetch_bystring() and dbwrap_fetch_b...
Michael Adam
1
-2
/
+3
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-03-30
s3: only include lib/privileges.h where needed.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-passdb: use passdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-03-09
s3-smbd: Increase debug level von context messages.
Andreas Schneider
1
-1
/
+1
2010-10-12
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
1
-0
/
+1
2010-09-11
libcli/security Move 'private' privileges functions to another header
Andrew Bartlett
1
-0
/
+1
2010-09-11
libcli/security Remove 'always true' return from se_priv_put_all_privileges
Andrew Bartlett
1
-3
/
+1
2010-09-11
s3-privs Add const
Andrew Bartlett
1
-3
/
+3
2010-09-11
s3-privs Remove extra pointer on privilege mask
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-privileges: add handling of both old and new formats in database
Andrew Tridgell
1
-28
/
+48
2010-09-11
s3-privs Remove unused function
Andrew Bartlett
1
-30
/
+0
2010-09-11
s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmap
Andrew Bartlett
1
-50
/
+17
2010-09-11
s3-privs Hide the bitmap-based grant_privilege and revoke_privilege
Andrew Bartlett
1
-7
/
+33
2010-09-11
s3-privs Make privilege_enum_sids() take an LUID, not a bitmap
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-privs Rework privilege enumeration to also use new DB format
Andrew Bartlett
1
-5
/
+18
2010-09-11
s3-privs Directly manipulate the privileges bitmap.
Andrew Bartlett
1
-5
/
+3
2010-09-11
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
1
-7
/
+7
2010-09-11
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
1
-10
/
+6
2010-09-11
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
1
-1
/
+1
2010-09-11
s3:privs Change to new host endian neutral privilages tdb format
Andrew Bartlett
1
-3
/
+16
2010-09-11
s3:Change SE_PRIV to uint64_t
Andrew Bartlett
1
-20
/
+20
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-06-07
s3-privileges: use LUID defines from lsa IDL.
Günther Deschner
1
-4
/
+4
2010-05-21
s3:dom_sid Global replace of DOM_SID with struct dom_sid
Andrew Bartlett
1
-15
/
+15
2009-05-16
s3-privileges: add privilege_delete_account().
Günther Deschner
1
-0
/
+28
2009-05-16
s3-privileges: remove trailing whitespace from privileges codes.
Günther Deschner
1
-45
/
+45
2008-04-01
Convert account_pol.tdb to dbwrap
Volker Lendecke
1
-19
/
+20
2008-01-09
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
Michael Adam
1
-2
/
+4
2007-12-15
s/sid_to_string/sid_to_fstring/
Volker Lendecke
1
-2
/
+2
2007-12-15
Replace sid_string_static with sid_to_string
Volker Lendecke
1
-4
/
+4
2007-12-15
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
1
-6
/
+6
2007-10-18
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
1
-11
/
+11
2007-10-10
r25040: Add "net sam rights"
Volker Lendecke
1
-1
/
+32
2007-10-10
r24435: Fix typo.
Günther Deschner
1
-1
/
+1
2007-10-10
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
1
-2
/
+1
2007-10-10
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
1
-1
/
+1
2007-10-10
r23485: This checkin consists mostly of refactorings in preparation of the
Michael Adam
1
-487
/
+18
2007-10-10
r22589: Make TALLOC_ARRAY consistent across all uses.
Jeremy Allison
1
-4
/
+8
2007-10-10
r22009: change TDB_DATA from char * to unsigned char *
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r21976: make use of tdb_*_bystring() and string_term_tdb_data() in lib/
Stefan Metzmacher
1
-8
/
+4
2007-10-10
r20090: Fix a class of bugs found by James Peach. Ensure
Jeremy Allison
1
-1
/
+3
2007-10-10
r19932: Add some const
Volker Lendecke
1
-2
/
+3
2007-10-10
r17334: Some C++ warnings
Volker Lendecke
1
-1
/
+1
2007-10-10
r16396: Klocwork #1170. Null deref.
Jeremy Allison
1
-0
/
+4
2007-10-10
r14432: Give in and grant BUILT\Administrators all privileges
Gerald Carter
1
-1
/
+19
2007-10-10
r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4
Jeremy Allison
1
-1
/
+1
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-2
/
+3
[next]