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
2007-10-10
r22211: Don't return a value from void functions !
Jeremy Allison
1
-1
/
+1
2007-10-10
r22210: Fix typo in testing for non-centry entries.
Jeremy Allison
1
-1
/
+1
2007-10-10
r22209: Fix the storage of time_t -> make it 64 bits (use the
Jeremy Allison
2
-14
/
+117
2007-10-10
r22207: Fill in the validation functions. Now to test...
Jeremy Allison
1
-28
/
+73
2007-10-10
r22206: Added boilerplate to be filled in for other validation functions.
Jeremy Allison
1
-0
/
+163
2007-10-10
r22205: Add some flesh to the bones of the cache validation code.
Jeremy Allison
1
-59
/
+209
2007-10-10
r22204: Workaround to quickly close bug #4508
Simo Sorce
3
-6
/
+36
2007-10-10
r22202: Volker is clever :-). Use TDB_NOMMAP to prevent any wild pointer
Jeremy Allison
1
-1
/
+4
2007-10-10
r22181: Fix for EISCON in open_any_socket_out from William Jojo
Jeremy Allison
1
-0
/
+3
2007-10-10
r22173: BUG 4491, 4501: Additional fixes for protecting against
Gerald Carter
2
-45
/
+62
2007-10-10
r22172: FSCTL_RECALL_FILE is 0x90117 according to my traces. Record it here.
Alexander Bokovoy
1
-1
/
+1
2007-10-10
r22164: Fix missing lock count release in transaction cancel.
Jeremy Allison
1
-0
/
+2
2007-10-10
r22163: Pure reformatting. I hate 4 space tabstops :-).
Jeremy Allison
1
-15
/
+15
2007-10-10
r22159: BUG 4501 (second half of fix): Just disable the
Gerald Carter
1
-8
/
+8
2007-10-10
r22158: BUG 4501 (partial): Fix a crash caused by not using the
Gerald Carter
1
-6
/
+16
2007-10-10
r22157: Fix bug #3634 - stop nmbd segfaulting with bad interface line.
Jeremy Allison
1
-0
/
+7
2007-10-10
r22155: Fixed warning #4498 from jason@ncac.gwu.edu.
Jeremy Allison
1
-2
/
+2
2007-10-10
r22154: Make struct smbdb_ctx an opaque pointer so users of the API
Jeremy Allison
2
-6
/
+7
2007-10-10
r22153: fix LDAP SASL "GSSAPI" bind against w2k3, this isn't critical
Stefan Metzmacher
1
-5
/
+10
2007-10-10
r22151: remove netgr functions from libreplace they're not used
Stefan Metzmacher
4
-39
/
+2
2007-10-10
r22149: BUG 4500: patch from Jorge Santos <jorge_a_santos@hotmail.com>
Gerald Carter
1
-1
/
+1
2007-10-10
r22148: Fix gpfs module on posix-acl test. Adds gpfsacl_sys_set_fd (calls
Jim McDonough
1
-2
/
+1
2007-10-10
r22147: Next try
Volker Lendecke
1
-1
/
+1
2007-10-10
r22146: Attempt to fix the build
Volker Lendecke
1
-1
/
+1
2007-10-10
r22145: Fix bug #4494 - reported by Kevin Jamieson <bugzilla@kevinjamieson.com>.
Jeremy Allison
2
-3
/
+5
2007-10-10
r22135: Check in most of Michael Adam's net conf utility. A good share of thi...
Volker Lendecke
9
-784
/
+1977
2007-10-10
r22132: I hate inefficiency. Don't call conv_str_size()
Jeremy Allison
2
-42
/
+89
2007-10-10
r22129: Fix the nttrans create extended response for pipes
Jeremy Allison
1
-5
/
+44
2007-10-10
r22128: Fix the pipe open response with EXTENDED_RESPONSE_REQUIRED
Jeremy Allison
1
-1
/
+24
2007-10-10
r22127: Wrap the AC_TRY_RUN detection for Linux getgrouplist in an
James Peach
1
-12
/
+22
2007-10-10
r22126: Fix a bogus uninitialized variable warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r22125: Fix a warning
Volker Lendecke
1
-1
/
+1
2007-10-10
r22124: Wow - NTCreateX sets the word count to 42, but returns 50 on
Jeremy Allison
1
-1
/
+7
2007-10-10
r22123: Try and fix the csc (#4404) bug by supporting the extended
Jeremy Allison
2
-11
/
+25
2007-10-10
r22122: Start to fix csc issue with Vista. Make smbd support
Jeremy Allison
3
-1
/
+30
2007-10-10
r22113: Fix core dump when configfile in same directory.
Jeremy Allison
1
-0
/
+7
2007-10-10
r22112: Fix memleak pointed out by Steven Danneman <steven.danneman@isilon.com>.
Jeremy Allison
1
-1
/
+2
2007-10-10
r22111: Allow readahead params to use size suffixes as K,M, etc.
Jeremy Allison
1
-4
/
+28
2007-10-10
r22110: don't cache the S-1-22-{1,2} domain SID/uig/gid lookups in idmap_cache
Gerald Carter
1
-0
/
+13
2007-10-10
r22109: Readonly is automatically set in the generic init code, let's just lo...
Simo Sorce
2
-5
/
+1
2007-10-10
r22108: Fix from <don.mccall@hp.com> to try and fix the HPUX builds.
Jeremy Allison
1
-2
/
+2
2007-10-10
r22107: Fix typo.
James Peach
1
-1
/
+1
2007-10-10
r22106: Fix the module name - it's vfs_readahead not vfs_linux_readahead.
Jeremy Allison
2
-4
/
+4
2007-10-10
r22105: Added vfs_readahead module that appears to do wonderful things
Jeremy Allison
3
-1
/
+145
2007-10-10
r22104: BUG 4439: Fix the object picket on x64 WIndopws XP/2003.
Gerald Carter
4
-40
/
+34
2007-10-10
r22103: No code change. This is a spring time end of line clesnup checkin.
Lars Müller
2
-132
/
+132
2007-10-10
r22102: Remove obsoleted SHLIBS_PROGS from {Makefile,configure}.in.
Lars Müller
2
-11
/
+6
2007-10-10
r22099: Revert parts of revision 22056 as proto_exists is not required by
Lars Müller
1
-3
/
+3
2007-10-10
r22097: Add detection for linux readahead() syscall.
Jeremy Allison
1
-0
/
+19
2007-10-10
r22096: become_root_uid_only() is unneeded - it's only used in
Jeremy Allison
6
-58
/
+41
[next]