summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2010-09-11s3-util_sid Tidy up global struct security_tokenAndrew Bartlett2-14/+6
2010-09-11s3-privs Add constAndrew Bartlett1-3/+3
2010-09-11s3-privs Remove extra pointer on privilege maskAndrew Bartlett1-4/+4
2010-09-11s3-privileges: add handling of both old and new formats in databaseAndrew Tridgell1-28/+48
2010-09-11s3-privs Remove unused functionAndrew Bartlett1-30/+0
2010-09-11s3-privs Overhaul PRIVILEGE_SET handling, avoid dealing with the bitmapAndrew Bartlett1-50/+17
2010-09-11s3-privs Hide the bitmap-based grant_privilege and revoke_privilegeAndrew Bartlett1-7/+33
2010-09-11s3-privs Make privilege_enum_sids() take an LUID, not a bitmapAndrew Bartlett1-2/+2
2010-09-11s3-privs Rework privilege enumeration to also use new DB formatAndrew Bartlett1-5/+18
2010-09-11s3-privs Directly manipulate the privileges bitmap.Andrew Bartlett2-13/+6
2010-09-11s3-privs Convert from user_has_privileges() -> security_token_has_privilege()Andrew Bartlett1-2/+2
2010-09-11s3-privs Remove a pointer from grant_privilege()Andrew Bartlett1-7/+7
2010-09-11s3-privs Remove a pointer indirection from revoke_privilege()Andrew Bartlett1-4/+4
2010-09-11s3-privs Inline dump_se_priv into callers now that it's just a uint64_tAndrew Bartlett1-10/+6
2010-09-11s3-privs Move source3/ privileges implmentation into commonAndrew Bartlett1-458/+0
2010-09-11s3-privs Rename structure elements for greater clarityAndrew Bartlett1-9/+9
2010-09-11s3-privs More clarity in variable namesAndrew Bartlett1-4/+4
2010-09-11s3-privs Rename mask -> privilege_mask to be more clearAndrew Bartlett1-26/+26
2010-09-11s3:auth Remove NT_USER_TOKENAndrew Bartlett5-14/+14
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2-7/+7
2010-09-11s3-auth Change type of num_sids to uint32_tAndrew Bartlett3-7/+7
2010-09-11s3-privs Only store low bits of luid in privileges tableAndrew Bartlett1-17/+19
2010-09-11privs Add my CopyrightAndrew Bartlett1-0/+1
2010-09-11s3-privs Remove comment already moved to security.idlAndrew Bartlett1-41/+0
2010-09-11s3-privs Use constants from security.idlAndrew Bartlett1-9/+9
2010-09-11s3-privs Further changes to remove SE_PRIVAndrew Bartlett1-48/+48
2010-09-11s3:privs Change to new host endian neutral privilages tdb formatAndrew Bartlett1-3/+16
2010-09-11s3:Change SE_PRIV to uint64_tAndrew Bartlett1-20/+20
2010-09-11s3:privileges Change SE_PRIV to be just a uint64_tAndrew Bartlett1-24/+5
2010-09-09Fox missing SMB_MALLOC return checks noticed by "Andreas Moroder <andreas.mor...Jeremy Allison2-0/+13
2010-09-08Fix warnings caused by double ";;" at the end of the time_mono() fixes.Jeremy Allison1-3/+3
2010-09-08s3/ldap: use monotonic clock for timeouts in smbldapBjörn Jacke1-17/+23
2010-09-02s3-param: added lp_set_cmdline() and --option= parameterAndrew Tridgell1-0/+10
2010-09-01s3-ctdb: ctdbd_init_connection() is static to this file.Günther Deschner1-8/+0
2010-08-31s3: messaging_ctdbd_connection() was only called with procid_self()Volker Lendecke4-18/+12
2010-08-31s3: messaging_ctdbd_init potentially modifies my_vnnVolker Lendecke1-0/+1
2010-08-31s3: Make ctdbd_init_connection staticVolker Lendecke1-2/+2
2010-08-31s3: use monotonic time in timeout of sys_select_intr()Björn Jacke1-10/+11
2010-08-31s3: use clock_gettime() in timespec_current()Björn Jacke1-4/+1
2010-08-31s3-auth Rename NT_USER_TOKEN privileges -> privilege_maskAndrew Bartlett2-6/+6
2010-08-31s3-auth Rename NT_USER_TOKEN user_sids -> sidsAndrew Bartlett2-10/+10
2010-08-29s3: Remove smbd_server_fd()Volker Lendecke1-5/+0
2010-08-29s3: Set the client_id in substitute.c onceVolker Lendecke1-12/+33
2010-08-28s3: Fix a (highly unlikly) memleak in set_local_machine_name()Volker Lendecke1-4/+4
2010-08-28s3: Fix some DEBUGsVolker Lendecke1-2/+2
2010-08-28s3: Remove smbd_server_fd() from set_local_machine_name()Volker Lendecke1-15/+0
2010-08-28s3: Fix a typoVolker Lendecke1-1/+1
2010-08-28s3: Remove the dependency of g_lock on procid_selfVolker Lendecke1-9/+13
2010-08-26s3-build: use talloc_dict.h only where needed.Günther Deschner1-0/+1
2010-08-26s3-build: use dbwrap.h only where needed.Günther Deschner11-0/+11