index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Insure fix. Don't read 4 bytes from data area unless there are 4 bytes to read.
Jeremy Allison
2001-03-28
1
-1
/
+1
*
Fixed the problem Gerald reported. Unfortunately we need to go back to
Jeremy Allison
2001-03-28
1
-194
/
+110
*
Removed NFS quotas code for Solaris as Alan wants to re-write it.
Jeremy Allison
2001-03-27
1
-279
/
+112
*
Added NFS quota support for Solaris 5.x from Alan Romeril <a.romeril@ic.ac.uk>.
Jeremy Allison
2001-03-27
1
-112
/
+279
*
Bail out early if null passwords and lp_null_passwords not set.
Jeremy Allison
2001-03-27
1
-0
/
+5
*
Patch from Massimo Sivilotti <mass@tanner.com> to log remote machine/ip on
Jeremy Allison
2001-03-26
1
-1
/
+2
*
Patch from Sean.Batt@anu.edu.au to ensure error reporting is done before
Jeremy Allison
2001-03-26
1
-3
/
+3
*
smbd/posix_acls.c: Saving and restoring errno here is the wrong place. Moved it
Jeremy Allison
2001-03-26
3
-15
/
+15
*
Ensure get/set NT ACL code is redirected through vfs.
Jeremy Allison
2001-03-26
1
-2
/
+2
*
smbd/posix_acls.c: Sync up with 2.2 changes - don't return deny ACE's.
Jeremy Allison
2001-03-26
2
-67
/
+19
*
More unused variables.
Jeremy Allison
2001-03-23
1
-14
/
+0
*
Made the fixes Andrew suggested to asci string code to use srvstr_push.
Jeremy Allison
2001-03-23
1
-2
/
+2
*
Two OS/2 printer fixes from Jim McDonough @ IBM.
Jeremy Allison
2001-03-23
2
-17
/
+121
*
groupdb/mapping.c:
Jeremy Allison
2001-03-23
1
-1
/
+7
*
Sync up with 2.2 ACL code.
Jeremy Allison
2001-03-23
1
-48
/
+84
*
first pass of the new group mapping code
Jean-François Micouleau
2001-03-23
1
-0
/
+5
*
New POSIX ACL mapping code. Works with UNIX permissions, now for testing
Jeremy Allison
2001-03-22
1
-338
/
+684
*
Fix for crash when doing name lookup with a quoted string. Part of
Jeremy Allison
2001-03-20
1
-2
/
+1
*
Added sys_dlopen/sys_dlsym/sys_dlclose.
Jeremy Allison
2001-03-19
1
-2
/
+2
*
fixed some compilation errors with IRIX cc
Andrew Tridgell
2001-03-18
1
-2
/
+2
*
ADMIN$ is an IPC share, not a disk share
Andrew Tridgell
2001-03-17
1
-1
/
+1
*
lib/system.c (Finally) fixed all insure errors in password caching code. We c...
Jeremy Allison
2001-03-17
1
-3
/
+20
*
I'm happy with the mapping for NT getACL, now for NT setACL.
Jeremy Allison
2001-03-17
1
-67
/
+175
*
don't need to force unicode strings in flg2 anymore
Andrew Tridgell
2001-03-16
1
-4
/
+3
*
finished the conversion to unicode of the last of the trans2 fns
Andrew Tridgell
2001-03-16
1
-18
/
+6
*
converted the nttrans code to unicode on the wire
Andrew Tridgell
2001-03-16
1
-117
/
+13
*
converted reply_printqueue
Andrew Tridgell
2001-03-16
1
-3
/
+3
*
converted reply_search
Andrew Tridgell
2001-03-16
1
-7
/
+9
*
enable unicode on the wire by default in smbd
Andrew Tridgell
2001-03-16
1
-2
/
+2
*
Tidyup return of zero-permissions (map to ACE_DENIED, GENERIC_ALL, Everyone).
Jeremy Allison
2001-03-15
1
-12
/
+32
*
Last tweak (I promise :-). Fallback to returning our SID if we're a domain
Jeremy Allison
2001-03-15
1
-3
/
+12
*
don't need srvstr_push_size or srvstr_pull_size
Andrew Tridgell
2001-03-14
1
-40
/
+0
*
converted the smb messaging code to unicode
Andrew Tridgell
2001-03-14
1
-17
/
+15
*
converted a bunch more trans2 calls for unicode. This got quite tricky :(
Andrew Tridgell
2001-03-14
1
-179
/
+145
*
fixed srvstr_push() call
Andrew Tridgell
2001-03-13
1
-1
/
+1
*
converted a bunch more fns to unicode
Andrew Tridgell
2001-03-13
1
-14
/
+12
*
Fix from Jim McDonough of IBM for using Win9x user manager.
Jeremy Allison
2001-03-13
1
-2
/
+9
*
simpler and more correct srvstr_push()
Andrew Tridgell
2001-03-13
3
-25
/
+25
*
converted reply_tcon()
Andrew Tridgell
2001-03-13
1
-40
/
+22
*
converted a bunch more server functions to unicode
Andrew Tridgell
2001-03-13
1
-10
/
+20
*
added STR_ASCII flag to srvstr_pull()
Andrew Tridgell
2001-03-13
1
-2
/
+2
*
- convert chkpath
Andrew Tridgell
2001-03-13
1
-4
/
+5
*
converted findnext to unicode
Andrew Tridgell
2001-03-13
1
-1
/
+1
*
this patch does a number of things:
Andrew Tridgell
2001-03-13
5
-93
/
+127
*
Added ADMIN$ share as alias for IPC$ except no guest connect. AS/U wants
Jeremy Allison
2001-03-13
1
-3
/
+3
*
Moved cruft out of smb.h into ntdomain.h where it belongs. dc struct
Jeremy Allison
2001-03-11
1
-2
/
+0
*
Remove "BYTE" - we already have uint8 - don't need more conflicts with
Jeremy Allison
2001-03-11
2
-4
/
+4
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
34
-125
/
+1
*
converted reply_open, reply_open_and_x and reply_fclose
Andrew Tridgell
2001-03-10
1
-8
/
+11
*
started support for unicode on the wire in smbd. Using a very similar
Andrew Tridgell
2001-03-10
3
-36
/
+225
[next]