index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3-privs Remove a pointer indirection from revoke_privilege()
Andrew Bartlett
2010-09-11
4
-7
/
+7
*
libcli/security Don't export privs[] as a global variable
Andrew Bartlett
2010-09-11
2
-9
/
+4
*
s3-lsa Use sec_privilege_id() to lookup name to LUID
Andrew Bartlett
2010-09-11
1
-9
/
+4
*
libcli/security Return number of entries in the old source3 list
Andrew Bartlett
2010-09-11
1
-1
/
+1
*
libcli/privileges Simplify get_privilege_luid() to return just the enum
Andrew Bartlett
2010-09-11
1
-4
/
+2
*
s3-privs Move manual prototypes to common privileges.h
Andrew Bartlett
2010-09-11
1
-20
/
+0
*
s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
Andrew Bartlett
2010-09-11
3
-15
/
+9
*
s3-privs Move source3/ privileges implmentation into common
Andrew Bartlett
2010-09-11
4
-534
/
+2
*
s3-privs Rename structure elements for greater clarity
Andrew Bartlett
2010-09-11
3
-12
/
+12
*
s3-privs More clarity in variable names
Andrew Bartlett
2010-09-11
1
-4
/
+4
*
s3-privs Rename mask -> privilege_mask to be more clear
Andrew Bartlett
2010-09-11
1
-26
/
+26
*
s3:auth Remove NT_USER_TOKEN
Andrew Bartlett
2010-09-11
26
-94
/
+92
*
s3-auth Change struct nt_user_token -> struct security_token
Andrew Bartlett
2010-09-11
23
-87
/
+84
*
s3-auth Change type of num_sids to uint32_t
Andrew Bartlett
2010-09-11
15
-37
/
+47
*
s3-privs Only store low bits of luid in privileges table
Andrew Bartlett
2010-09-11
2
-18
/
+20
*
privs Add my Copyright
Andrew Bartlett
2010-09-11
2
-0
/
+2
*
s3-privs Remove comment already moved to security.idl
Andrew Bartlett
2010-09-11
1
-41
/
+0
*
s3-privs Use constants from security.idl
Andrew Bartlett
2010-09-11
1
-9
/
+9
*
s3-privs Further changes to remove SE_PRIV
Andrew Bartlett
2010-09-11
10
-110
/
+108
*
privs Move privilege bitmasks to security.idl
Andrew Bartlett
2010-09-11
1
-19
/
+1
*
s3:privs Change to new host endian neutral privilages tdb format
Andrew Bartlett
2010-09-11
1
-3
/
+16
*
s3:Change SE_PRIV to uint64_t
Andrew Bartlett
2010-09-11
1
-20
/
+20
*
s3:privileges Change SE_PRIV to be just a uint64_t
Andrew Bartlett
2010-09-11
2
-46
/
+22
*
Add check missing from previous patch after talloc_strdup().
Jeremy Allison
2010-09-10
1
-0
/
+3
*
Factor out the recent changes into a function - check_parent_exists().
Jeremy Allison
2010-09-10
1
-77
/
+103
*
s3: Simplify the logic in generate_krb5_ccache
Volker Lendecke
2010-09-11
1
-51
/
+28
*
s3/winbind: use mono time for startup timeout check
Björn Jacke
2010-09-10
3
-6
/
+6
*
s3-selftest: add print_test_extended (as called from RPC-PRINTER) to knownfai...
Günther Deschner
2010-09-10
1
-0
/
+1
*
s3-printing: fix non-ads build after prototype changes.
Günther Deschner
2010-09-10
1
-1
/
+1
*
s3: Simplify generate_krb5_ccache slightly
Volker Lendecke
2010-09-10
1
-4
/
+0
*
Check all SMB_MALLOC returns correctly. Found by Andreas Moroder <andreas.mor...
Jeremy Allison
2010-09-10
2
-3
/
+18
*
s3:torture: fix printf output, lines can't start with lower case "test"
Stefan Metzmacher
2010-09-10
1
-31
/
+30
*
s3:torture: fix run_uid_regression_test
Stefan Metzmacher
2010-09-10
1
-8
/
+20
*
s3-errormap: map ERRSRV/ERRbaduid to NT_STATUS_USER_SESSION_DELETED
Stefan Metzmacher
2010-09-10
1
-0
/
+2
*
s3-spoolss: Fix _spoolss_GetPrinter().
Günther Deschner
2010-09-10
1
-1
/
+2
*
s3-spoolss: Don't leak memory on the session counter list.
Andreas Schneider
2010-09-10
3
-1
/
+21
*
s3-spoolss: Allow multiple client backchannels.
Simo Sorce
2010-09-10
1
-77
/
+116
*
s3-spoolss: Split function to send notification.
Simo Sorce
2010-09-10
1
-127
/
+162
*
s3-spoolss: Use a single structure for all the back channel data.
Simo Sorce
2010-09-10
1
-14
/
+18
*
s3-spoolss: Rename Printer_entry to struct printer_handle.
Simo Sorce
2010-09-10
1
-53
/
+53
*
s3-spoolss: Move Printer_entry to srv_spoolss_nt.c
Simo Sorce
2010-09-10
2
-40
/
+44
*
s3-spoolss: Allocate printer entries on the pipe struct.
Simo Sorce
2010-09-10
1
-1
/
+2
*
s3-spoolss: Rename session counter structure and use talloc.
Simo Sorce
2010-09-10
1
-8
/
+7
*
s3-dsgetdcname: cleanup receive_getdc_response a little.
Günther Deschner
2010-09-10
1
-14
/
+18
*
s3-build: use proper RPC_X_OBJ target names.
Günther Deschner
2010-09-10
2
-32
/
+35
*
s3-waf: use proper RPC_X_SRC names.
Günther Deschner
2010-09-10
1
-20
/
+15
*
s3-build: only link LIBNDR_XATTR_OBJ where needed.
Günther Deschner
2010-09-10
1
-2
/
+2
*
s3-waf: only link LIBNDR_XATTR_SRC where needed.
Günther Deschner
2010-09-10
1
-2
/
+2
*
s3-build: link ndr_notify only where needed.
Günther Deschner
2010-09-10
1
-2
/
+2
*
s3-waf: link ndr_notify only where needed.
Günther Deschner
2010-09-10
1
-2
/
+2
[prev]
[next]