Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r4473: - moved talloc into its own lib/talloc/ area | Andrew Tridgell | 2 | -98/+4 |
2007-10-10 | r4435: add another error code | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r4431: add WERR_NET_NAME_NOT_FOUND | Stefan Metzmacher | 1 | -2/+3 |
2007-10-10 | r4421: fix typo | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4420: - add usefull helper macros for allocation failures, | Stefan Metzmacher | 1 | -0/+13 |
2007-10-10 | r4419: move security_token stuff to the libcli/security/ | Stefan Metzmacher | 1 | -9/+0 |
2007-10-10 | r4418: fix compiler warning and remove unused typedef | Stefan Metzmacher | 1 | -2/+1 |
2007-10-10 | r4390: Registry value and key names are case-insensitive | Jelmer Vernooij | 1 | -0/+3 |
2007-10-10 | r4387: added a TODO about the NTCREATEX_FLAGS_OPEN_DIRECTORY flag - it seems ... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4379: Merge more Kerberos related configure checks (by jra, gd and Lars | Andrew Bartlett | 1 | -6/+2 |
2007-10-10 | r4364: - added support for testing of chained SMB operations in smbtorture | Andrew Tridgell | 1 | -1/+47 |
2007-10-10 | r4355: More work from the elves on Christmas eve: | Andrew Bartlett | 1 | -0/+3 |
2007-10-10 | r4328: mark the talloc data as DATA_BLOB | Stefan Metzmacher | 1 | -2/+2 |
2007-10-10 | r4324: add some more ads constants before I forget them | Stefan Metzmacher | 1 | -8/+74 |
2007-10-10 | r4298: Update to credentials.h after feedback from Andrew Bartlett | Jelmer Vernooij | 1 | -4/+6 |
2007-10-10 | r4263: added support for the trans2 RAW_SEARCH_EA_LIST information | Andrew Tridgell | 2 | -0/+23 |
2007-10-10 | r4261: added the RAW_FILEINFO_EA_LIST trans2 qfileinfo and qpathinfo | Andrew Tridgell | 2 | -3/+19 |
2007-10-10 | r4243: a sniff from kukks showed that the ea_set interface in trans2 setfilei... | Andrew Tridgell | 1 | -1/+2 |
2007-10-10 | r4209: Fix several smaller bugs | Jelmer Vernooij | 1 | -3/+3 |
2007-10-10 | r4204: Arguments to reg_del_key more like the RPC for more efficient usage | Jelmer Vernooij | 1 | -2/+2 |
2007-10-10 | r4177: add some more error codes | Stefan Metzmacher | 1 | -1/+3 |
2007-10-10 | r4173: - new t2open code, that can cope with "create with EAs". Many thanks | Andrew Tridgell | 1 | -2/+3 |
2007-10-10 | r4166: More small API fixes, keep registry structs as small as possible. | Jelmer Vernooij | 1 | -7/+1 |
2007-10-10 | r4155: More destinction between hives and predefined keys | Jelmer Vernooij | 1 | -2/+1 |
2007-10-10 | r4154: Add definitions for HKEY_PERFORMANCE_TEXT and HKEY_PERFORMANCE_NLSTEXT | Jelmer Vernooij | 1 | -4/+4 |
2007-10-10 | r4147: converted from NT_USER_TOKEN to struct security_token | Andrew Tridgell | 1 | -16/+7 |
2007-10-10 | r4140: Get rid of close_hive (replace it with talloc destructors). | Jelmer Vernooij | 1 | -3/+2 |
2007-10-10 | r4137: Make *_open_key take a registry_key instead of a hive (more efficient | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r4132: - Bunch of rather large fixes in the registry | Jelmer Vernooij | 2 | -23/+62 |
2007-10-10 | r4124: include locale.h to get LC_ALL in include/system/iconv.h | Andrew Tridgell | 1 | -0/+4 |
2007-10-10 | r4084: add some more error codes | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r4073: - added a set of lsa helper routines to make lsa lookups that are | Andrew Tridgell | 2 | -0/+3 |
2007-10-10 | r4070: move some defines from asn_1.h to the places they belong to | Stefan Metzmacher | 1 | -17/+0 |
2007-10-10 | r4063: - change char * -> uint8_t in struct request_buffer | Stefan Metzmacher | 2 | -14/+14 |
2007-10-10 | r4058: added a type safe version of smb_xmalloc() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r4055: fixed more places to use type safe allocation macros | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4033: removed a pointless comment | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r4014: removed unused MacExtension.h header | Andrew Tridgell | 1 | -246/+0 |
2007-10-10 | r4013: got rid of a bunch of unused or unmaintained code | Andrew Tridgell | 3 | -118/+29 |
2007-10-10 | r4011: get rid of rpc_secdes.h and replace it with a single sane set of | Andrew Tridgell | 3 | -345/+2 |
2007-10-10 | r3975: added LFN filesystem attribute bit definition from ethereal | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3939: - added "posix:fakeoplocks" option for testing with oplocks forced on | Andrew Tridgell | 1 | -18/+11 |
2007-10-10 | r3910: add some error codes | Stefan Metzmacher | 1 | -1/+7 |
2007-10-10 | r3869: in the NDR encoded replPropertyMetaData attribute in ADS | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r3833: NTACL is a better xattr name than DosAcl (tpot suggested this) | 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 | 2 | -1/+3 |
2007-10-10 | r3830: unified the query/set security descriptor code with the rest of the | Andrew Tridgell | 2 | -1/+38 |
2007-10-10 | r3829: added a RAW-ACLS test suite that tests query/set of ACLs on a file | Andrew Tridgell | 1 | -23/+0 |
2007-10-10 | r3826: - added testing of ea lists in NTTRANS CREATE | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3810: create a LIB_SECURITY subsystem | Stefan Metzmacher | 1 | -0/+4 |