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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-11
s3-privs Rework access_check_object() to take two privileges
Andrew Bartlett
3
-68
/
+60
2010-09-11
s3-privs Rework privilege enumeration to also use new DB format
Andrew Bartlett
1
-5
/
+18
2010-09-11
libcli/security Remove luid_to_se_priv() and luid_to_privilege_name()
Andrew Bartlett
1
-3
/
+9
2010-09-11
s3-privs Directly manipulate the privileges bitmap.
Andrew Bartlett
3
-14
/
+7
2010-09-11
s3-privs Convert from user_has_privileges() -> security_token_has_privilege()
Andrew Bartlett
9
-47
/
+28
2010-09-11
s3-privs Remove a pointer from grant_privilege()
Andrew Bartlett
4
-10
/
+10
2010-09-11
s3-privs Remove pointer indirection from se_priv_to_privilege_set()
Andrew Bartlett
1
-2
/
+2
2010-09-11
s3-privs Call security_token_set_privilege() rather than manual assignment
Andrew Bartlett
2
-2
/
+3
2010-09-11
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
4
-7
/
+7
2010-09-11
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2
-9
/
+4
2010-09-11
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
1
-9
/
+4
2010-09-11
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
1
-1
/
+1
2010-09-11
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
1
-4
/
+2
2010-09-11
s3-privs Move manual prototypes to common privileges.h
Andrew Bartlett
1
-20
/
+0
2010-09-11
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
3
-15
/
+9
2010-09-11
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett
4
-534
/
+2
2010-09-11
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
3
-12
/
+12
2010-09-11
s3-privs More clarity in variable names
Andrew Bartlett
1
-4
/
+4
2010-09-11
s3-privs Rename mask -> privilege_mask to be more clear
Andrew Bartlett
1
-26
/
+26
2010-09-11
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
26
-94
/
+92
2010-09-11
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
23
-87
/
+84
2010-09-11
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
15
-37
/
+47
2010-09-11
s3-privs Only store low bits of luid in privileges table
Andrew Bartlett
2
-18
/
+20
2010-09-11
privs Add my Copyright
Andrew Bartlett
2
-0
/
+2
2010-09-11
s3-privs Remove comment already moved to security.idl
Andrew Bartlett
1
-41
/
+0
2010-09-11
s3-privs Use constants from security.idl
Andrew Bartlett
1
-9
/
+9
2010-09-11
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
10
-110
/
+108
2010-09-11
privs Move privilege bitmasks to security.idl
Andrew Bartlett
1
-19
/
+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-09-11
s3:privileges Change SE_PRIV to be just a uint64_t
Andrew Bartlett
2
-46
/
+22
2010-09-10
Add check missing from previous patch after talloc_strdup().
Jeremy Allison
1
-0
/
+3
2010-09-10
Factor out the recent changes into a function - check_parent_exists().
Jeremy Allison
1
-77
/
+103
2010-09-11
s3: Simplify the logic in generate_krb5_ccache
Volker Lendecke
1
-51
/
+28
2010-09-10
s3/winbind: use mono time for startup timeout check
Björn Jacke
3
-6
/
+6
2010-09-10
s3-selftest: add print_test_extended (as called from RPC-PRINTER) to knownfai...
Günther Deschner
1
-0
/
+1
2010-09-10
s3-printing: fix non-ads build after prototype changes.
Günther Deschner
1
-1
/
+1
2010-09-10
s3: Simplify generate_krb5_ccache slightly
Volker Lendecke
1
-4
/
+0
2010-09-10
Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...
Jeremy Allison
2
-3
/
+18
2010-09-10
s3:torture: fix printf output, lines can't start with lower case "test"
Stefan Metzmacher
1
-31
/
+30
2010-09-10
s3:torture: fix run_uid_regression_test
Stefan Metzmacher
1
-8
/
+20
2010-09-10
s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
1
-0
/
+2
2010-09-10
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
1
-1
/
+2
2010-09-10
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
3
-1
/
+21
2010-09-10
s3-spoolss: Allow multiple client backchannels.
Simo Sorce
1
-77
/
+116
2010-09-10
s3-spoolss: Split function to send notification.
Simo Sorce
1
-127
/
+162
2010-09-10
s3-spoolss: Use a single structure for all the back channel data.
Simo Sorce
1
-14
/
+18
2010-09-10
s3-spoolss: Rename Printer_entry to struct printer_handle.
Simo Sorce
1
-53
/
+53
2010-09-10
s3-spoolss: Move Printer_entry to srv_spoolss_nt.c
Simo Sorce
2
-40
/
+44
2010-09-10
s3-spoolss: Allocate printer entries on the pipe struct.
Simo Sorce
1
-1
/
+2
[prev]
[next]