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
/
smbd
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r7398: commiting abartlet's patch for kerberos authentication when using a ke...
Gerald Carter
2
-6
/
+9
2007-10-10
r7395: * new feature 'map to guest = bad uid' (based on patch from
Gerald Carter
1
-20
/
+35
2007-10-10
r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yet
Jeremy Allison
1
-1
/
+0
2007-10-10
r7372: abartet's patch for BUG 2391 (segv caused by free a static pointer)
Gerald Carter
1
-0
/
+2
2007-10-10
r7344: Correctly return if malloc fails.
Volker Lendecke
1
-0
/
+1
2007-10-10
r7210: Fix my own mistakes up, sorry.
Jeremy Allison
3
-5
/
+5
2007-10-10
r7200: Don't use memset, use SET_STAT_INVALID (has the same effect).
Jeremy Allison
4
-8
/
+8
2007-10-10
r7191: Squeezing out more unnecessary memset's gets us up 20% over older code...
Jeremy Allison
1
-28
/
+45
2007-10-10
r7190: I *love* valgrind/cachegrind.....
Jeremy Allison
1
-10
/
+9
2007-10-10
r7139: trying to reduce the number of diffs between trunk and 3.0; changing v...
Gerald Carter
3
-17
/
+14
2007-10-10
r7024: reverting mistaken commit
Gerald Carter
1
-14
/
+3
2007-10-10
r7020: fixing printer ace values and getting rid of false compiler warning ab...
Gerald Carter
1
-3
/
+14
2007-10-10
r6979: Tidyups.
Jeremy Allison
1
-8
/
+2
2007-10-10
r6977: Fix bug #2735 (not mangling control characters) plus
Jeremy Allison
3
-0
/
+15
2007-10-10
r6965: Remove some dead code from util_unistr.c.
Jeremy Allison
1
-50
/
+36
2007-10-10
r6949: Back-port Volker's cache fix, plus my change.
Jeremy Allison
1
-0
/
+38
2007-10-10
r6946: Allow mapping of POSIX ACLs to NT perms to differentiate between direc...
Jeremy Allison
1
-6
/
+16
2007-10-10
r6895: Add "acl check permissions" to turn on/off the new behaviour of
Jeremy Allison
3
-16
/
+24
2007-10-10
r6890: Refactor printing interface to take offset into job. Fixes bug
Jeremy Allison
1
-3
/
+3
2007-10-10
r6841: Attempt to fix buf #2681. With "strict allocate = yes" we now zero
Jeremy Allison
2
-0
/
+71
2007-10-10
r6715: We don't need to wrap the setfsinfo call in HAVE_QUOTA
Jeremy Allison
1
-4
/
+1
2007-10-10
r6712: BUG 2362: fix quota support on DragonFly (Joerg Sonnenberger <joerg@le...
Gerald Carter
1
-14
/
+14
2007-10-10
r6696: Another attempt to fix the (unreproducible for me) bug #2346 (read-only
Jeremy Allison
1
-6
/
+21
2007-10-10
r6673: Fix the write cache based on some VERY good detective work
Jeremy Allison
4
-73
/
+87
2007-10-10
r6633: Added "check_path_syntax_posix()" in preparation for handling
Jeremy Allison
3
-9
/
+115
2007-10-10
r6631: More typo's. Sorry.
Jeremy Allison
2
-3
/
+3
2007-10-10
r6629: Fix stupid typo. Thanks Gunther.
Jeremy Allison
1
-3
/
+3
2007-10-10
r6625: Remove another global variable left over from a long time ago (magic c...
Jeremy Allison
8
-43
/
+45
2007-10-10
r6595: This is Volkers new-talloc patch. Just got the go-ahead from
Jeremy Allison
1
-8
/
+4
2007-10-10
r6586: get rid of a few more compiler warnings
Herb Lewis
2
-0
/
+4
2007-10-10
r6550: Move function make_dir_struct from util to dir.c
Jeremy Allison
1
-0
/
+34
2007-10-10
r6548: Fix bug #2622 - remove DPTR_MASK as it makes no sense.
Jeremy Allison
1
-5
/
+11
2007-10-10
r6533: Fix for bad comment from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
1
-2
/
+2
2007-10-10
r6502: add LOCKING debug class - pull PRINTINGDB class definition from trunk
Herb Lewis
1
-0
/
+24
2007-10-10
r6497: Ensure yield_connection() is called on all appropriate error conditions.
Jeremy Allison
1
-19
/
+22
2007-10-10
r6473: Fix for bug #2644 - test for special files to be ignored was reversed.
Jeremy Allison
1
-1
/
+1
2007-10-10
r6417: Strange old IRIX systems return -1 for telldir() when
Jeremy Allison
1
-4
/
+0
2007-10-10
r6408: Fix compile error lurking where PATH_MAX is not defined. Bugzilla #2560.
Tim Potter
1
-1
/
+1
2007-10-10
r6385: Convert checking of egid and secondary egid list into
Jeremy Allison
2
-32
/
+40
2007-10-10
r6378: Other systems may not return 1 for checking WRITE permission.
Jeremy Allison
1
-0
/
+13
2007-10-10
r6365: Wow, how much worse does this get. From info provided by
Jeremy Allison
1
-0
/
+26
2007-10-10
r6346: Add a counter for the number of SMB operations per connection/file.
Jeremy Allison
1
-2
/
+6
2007-10-10
r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. Needed
Jeremy Allison
1
-1
/
+1
2007-10-10
r6316: Remove over-cautious asserts. Damn wish I'd made the release
Jeremy Allison
1
-4
/
+9
2007-10-10
r6307: Ensure info requested bitmask is printed in log when querying security...
Jeremy Allison
1
-1
/
+2
2007-10-10
r6302: OS/2 fix from Marcel Müller <mueller@maazl.de>. Don't check for mangl...
Jeremy Allison
1
-1
/
+2
2007-10-10
r6297: Fix bug in our trans2 secondary processing. We need to pass in the
Jeremy Allison
1
-4
/
+4
2007-10-10
r6279: Convert the RAP enum functions to the pdb_search API. Who is using this
Volker Lendecke
1
-45
/
+56
2007-10-10
r6269: With help from Marcel Müller <mueller@maazl.de> in tracking down the ...
Jeremy Allison
2
-4
/
+10
2007-10-10
r6263: Get rid of generate_wellknown_sids, they are const static and initiali...
Volker Lendecke
2
-9
/
+3
[next]