1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source3/lib
Gerald Carter 270b90e25f r7995: * privileges are local except when they're *not*
printmig.exe assumes that the LUID of the SeBackupPrivlege
  on the target server matches the LUID of the privilege
  on the local client.  Even though an LUID is never guaranteed
  to be the same across reboots.  How *awful*!  My cat could
  write better code! (more on my cat later....)

* Set the privelege LUID in the global PRIVS[] array

* Rename RegCreateKey() to RegCreateKeyEx() to better match MSDN

* Rename the unknown field in RegCreateKeyEx() to disposition
  (guess according to MSDN)

* Add the capability to define REG_TDB_ONLY for using the reg_db.c
  functions and stress the RegXXX() rpc functions.
(This used to be commit 0d6352da48)
2007-10-10 10:58:07 -05:00
..
access.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
account_pol.c r6263: Get rid of generate_wellknown_sids, they are const static and initializable 2007-10-10 10:56:33 -05:00
adt_tree.c r5517: code cleanup; rename the sorted_tree to pathtree (used by registry code) 2007-10-10 10:55:43 -05:00
afs_settoken.c r4291: More *alloc fixes inspired by Albert Chin (china@thewrittenword.com). 2007-10-10 10:53:42 -05:00
afs.c r6779: Use the SID in the user token for the %s expansion in 'afs username map'. This 2007-10-10 10:56:54 -05:00
bitmap.c r4120: Never, ever, doubt valgrind :-). Fix order of evaluation bug that's been in the 2007-10-10 10:53:34 -05:00
charcnv.c r5933: We were handling setting of EA's incorrectly - we should be able to set 2007-10-10 10:56:09 -05:00
clobber.c Split "clobber" function and variables into its own file before it 2003-03-18 07:09:23 +00:00
crc32.c Add const. 2003-03-18 12:12:14 +00:00
data_blob.c r7882: Looks like a large patch - but what it actually does is make Samba 2007-10-10 10:58:00 -05:00
debug.c r7981: MS-DFS tidyup patches from James Peach <jpeach@sgi.com>. 2007-10-10 10:58:06 -05:00
dmallocmsg.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
dprintf.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
dummyroot.c r6588: just include includes.h to get prototypes here. 2007-10-10 10:56:46 -05:00
dummysmbd.c r6588: just include includes.h to get prototypes here. 2007-10-10 10:56:46 -05:00
fault.c * Add SIGABRT to fault handling 2004-01-22 01:50:58 +00:00
fsusage.c r1608: Fix from Nick THOMPSON <nickthompson@agere.com> to protect smbd 2007-10-10 10:52:16 -05:00
gencache.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
genrand.c r1492: Rework our random number generation system. 2007-10-10 10:52:13 -05:00
getsmbpass.c Volker's fix for bug #668. Change the \n after the password prompt to go 2003-10-23 13:47:17 +00:00
hmacmd5.c bcopy must DIE ! Stop people creeping use of bcopy back into the code 2002-02-26 17:40:43 +00:00
iconv.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
interface.c r5163: Fix bugzilla 2062: 2007-10-10 10:55:31 -05:00
interfaces.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
ldap_escape.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
md4.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
md5.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
messages.c r7440: * merge registry server changes from trunk (so far) for more 2007-10-10 10:57:09 -05:00
module.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
ms_fnmatch.c r6044: Ensure the old search calls always ask mask_match to translate 2007-10-10 10:56:18 -05:00
pam_errors.c Add a few more NTSTATUS <=> PAM error mappings. 2004-01-26 08:38:34 +00:00
pidfile.c r2023: If there's garbage in the pidfile, we should not panic but assume that no one 2007-10-10 10:52:28 -05:00
popt_common.c source code fix for bug 1095 -- honor the '-l' option 2004-03-26 15:40:06 +00:00
privileges.c r7995: * privileges are local except when they're *not* 2007-10-10 10:58:07 -05:00
readline.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
replace1.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
replace.c r6822: Use chsize if we don't have ftruncate. From Steven Edwards <steven_ed4153@yahoo.com>. 2007-10-10 10:56:55 -05:00
secace.c r7882: Looks like a large patch - but what it actually does is make Samba 2007-10-10 10:58:00 -05:00
secacl.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
secdesc.c r6263: Get rid of generate_wellknown_sids, they are const static and initializable 2007-10-10 10:56:33 -05:00
select.c r7440: * merge registry server changes from trunk (so far) for more 2007-10-10 10:57:09 -05:00
sendfile.c r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and add 2007-10-10 10:53:42 -05:00
server_mutex.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
signal.c Merge from HEAD: 2003-01-14 08:26:54 +00:00
smbldap_util.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
smbldap.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
smbrun.c r2331: check password script code and example from trunk 2007-10-10 10:52:39 -05:00
snprintf.c r1656: Patch from James Peach: 2007-10-10 10:52:17 -05:00
sock_exec.c Refactor existing sock_exec() and socketpair_tcp() functions into their own 2003-04-30 17:35:56 +00:00
socket_wrapper.c r6643: fix some build issues on IRIX;l patch from james peach 2007-10-10 10:56:49 -05:00
substitute.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
sysacls.c r5789: Patch from William Jojo <jojowil@hvcc.edu> - AIX has no default ACLs. 2007-10-10 10:56:00 -05:00
sysquotas_4A.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
sysquotas_linux.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
sysquotas_xfs.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
sysquotas.c r6586: get rid of a few more compiler warnings 2007-10-10 10:56:46 -05:00
system_smbd.c r6080: Port some of the non-critical changes from HEAD to 3_0. The main one is the 2007-10-10 10:56:20 -05:00
system.c r7963: Add aio support to 3.0. 2007-10-10 10:58:05 -05:00
talloc.c r6849: Merge revision 6845 from Samba 4 2007-10-10 10:56:56 -05:00
tallocmsg.c r6595: This is Volkers new-talloc patch. Just got the go-ahead from 2007-10-10 10:56:46 -05:00
talloctort.c r6658: Sorry for the spam... I think now I've got a version that should compile on 2007-10-10 10:56:50 -05:00
time.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
ufc.c Fixed warnings and made const-safe so it has the correct prototype. 2001-07-03 21:07:26 +00:00
username.c r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer) 2007-10-10 10:57:06 -05:00
util_file.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
util_getent.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00
util_pw.c r5647: Caches are good for performance, but you get a consistency problem. 2007-10-10 10:55:53 -05:00
util_seaccess.c r6263: Get rid of generate_wellknown_sids, they are const static and initializable 2007-10-10 10:56:33 -05:00
util_sec.c Clarify comment on set_effective_uid() 2004-01-27 10:01:30 +00:00
util_sid.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
util_smbd.c r6080: Port some of the non-critical changes from HEAD to 3_0. The main one is the 2007-10-10 10:56:20 -05:00
util_sock.c r7591: Don't call getpeeraddr on a disconnected socket. 2007-10-10 10:57:15 -05:00
util_str.c r7415: * big change -- volker's new async winbindd from trunk 2007-10-10 10:57:08 -05:00
util_unistr.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
util_uuid.c r7139: trying to reduce the number of diffs between trunk and 3.0; changing version to 3.0.20pre1 2007-10-10 10:57:02 -05:00
util.c r7882: Looks like a large patch - but what it actually does is make Samba 2007-10-10 10:58:00 -05:00
version.c sync 3.0 into HEAD for the last time 2003-09-09 04:07:32 +00:00
wins_srv.c r6225: get rid of warnings from my compiler about nested externs 2007-10-10 10:56:30 -05:00
xfile.c r4088: Get medieval on our ass about malloc.... :-). Take control of all our allocation 2007-10-10 10:53:32 -05:00