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
/
source4
/
libcli
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4150: - add fns for manipulating the privilege_mask in a security_token
Andrew Tridgell
2
-6
/
+33
2007-10-10
r4147: converted from NT_USER_TOKEN to struct security_token
Andrew Tridgell
5
-34
/
+111
2007-10-10
r4084: add some more error codes
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r4080: missing file from the last commit
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4079: implement the gensec_have_feature() correctly by asking
Stefan Metzmacher
4
-25
/
+42
2007-10-10
r4077: don't add wrapping to empty blobs
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r4073: - added a set of lsa helper routines to make lsa lookups that are
Andrew Tridgell
3
-1
/
+304
2007-10-10
r4070: move some defines from asn_1.h to the places they belong to
Stefan Metzmacher
8
-17
/
+28
2007-10-10
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
Andrew Tridgell
1
-0
/
+1
2007-10-10
r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILE
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4063: - change char * -> uint8_t in struct request_buffer
Stefan Metzmacher
14
-37
/
+40
2007-10-10
r4062: the RAW-ACLS test now passes. The SEC_STD_DELETE bit is rather strange
Andrew Tridgell
1
-4
/
+7
2007-10-10
r4056: modified the access check code based on results from RAW-ACLS
Andrew Tridgell
1
-26
/
+19
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
6
-14
/
+12
2007-10-10
r4054: got rid of Realloc(), replacing it with the type safe macro realloc_p()
Andrew Tridgell
2
-4
/
+7
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
3
-16
/
+12
2007-10-10
r4045: readd krb5 support defaulted to disable
Stefan Metzmacher
6
-5
/
+17
2007-10-10
r4044: only send supportedMech when we also send other data
Stefan Metzmacher
1
-5
/
+8
2007-10-10
r4037: fixed a bunch of "might be uninitialised" warnings after enabling -O1 ...
Andrew Tridgell
2
-1
/
+3
2007-10-10
r4034: add a function security_descriptor_create() which can be used to
Andrew Tridgell
1
-0
/
+79
2007-10-10
r4025: added a sec_access_check() function for checking security descriptors
Andrew Tridgell
3
-39
/
+163
2007-10-10
r4015: correct copyright attributions
Andrew Tridgell
1
-3
/
+2
2007-10-10
r4013: got rid of a bunch of unused or unmaintained code
Andrew Tridgell
3
-590
/
+25
2007-10-10
r4001: fix segfault fix auth failed
Stefan Metzmacher
1
-0
/
+3
2007-10-10
r4000: DATA_BLOB.data is uint8_t * not void * :-)
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3988: made dom_sid_add_rid() allocate the new sid with proper parent/child t...
Andrew Tridgell
1
-3
/
+5
2007-10-10
r3979: added server side code for lsa_LookupSids2() and fixed authority_name
Andrew Tridgell
1
-0
/
+26
2007-10-10
r3971: fix compiler warnings
Stefan Metzmacher
3
-4
/
+4
2007-10-10
r3967: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3960: fix compiler warnings
Stefan Metzmacher
1
-4
/
+4
2007-10-10
r3959: fix compiler warnings
Stefan Metzmacher
2
-8
/
+8
2007-10-10
r3910: add some error codes
Stefan Metzmacher
1
-0
/
+6
2007-10-10
r3906: fix compiler warnings
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3903: better fix for -r 3902
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3902: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3901: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3900: fix compiler warning
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3899: fix compiler warnings
Stefan Metzmacher
1
-2
/
+2
2007-10-10
r3898: Work towards local/server DCOM support, start working
Jelmer Vernooij
1
-6
/
+6
2007-10-10
r3885: Add security descriptor comparison to our RPC-SAMSYNC test. We now
Andrew Bartlett
1
-0
/
+21
2007-10-10
r3836: - fixed the handling of NT_STATUS_BUFFER_TOO_SMALL in nttrans server
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3832: added NT ACL query/set to the posix NTVFS backend. The default ACL is
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3830: unified the query/set security descriptor code with the rest of the
Andrew Tridgell
3
-17
/
+29
2007-10-10
r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file
Andrew Tridgell
3
-6
/
+141
2007-10-10
r3827: fixed copyright notices to remove simo and lkcl who have no code left ...
Andrew Tridgell
1
-3
/
+2
2007-10-10
r3826: - added testing of ea lists in NTTRANS CREATE
Andrew Tridgell
4
-11
/
+109
2007-10-10
r3821: added client side code and test code for NTTRANS_CREATE
Andrew Tridgell
1
-0
/
+133
2007-10-10
r3810: create a LIB_SECURITY subsystem
Stefan Metzmacher
6
-9
/
+247
2007-10-10
r3806: added support to smb_server and pvfs for the NTTRANS Create call. This
Andrew Tridgell
1
-1
/
+1
2007-10-10
r3805: Fix the LSA portions of the RPC-SAMSYNC test - I was not using the LSA
Andrew Bartlett
1
-0
/
+77
[next]