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
1998-11-18
Fixed crash bug which was assuming that fd_ptr was always non-null
Jeremy Allison
3
-6
/
+12
1998-11-17
Fixed NT modify timestamp issue.
Jeremy Allison
2
-2
/
+26
1998-11-17
Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.
Jeremy Allison
9
-18
/
+18
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
6
-295
/
+609
1998-11-16
Makefile.in: Re-added quotes round ROFF call for DGUX.
Jeremy Allison
1
-2
/
+1
1998-11-16
O_EXCL fixes for printing files & oplocks.
Jeremy Allison
3
-3
/
+6
1998-11-15
change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros
Andrew Tridgell
2
-7
/
+7
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
2
-2
/
+2
1998-11-13
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
Jeremy Allison
1
-1
/
+1
1998-11-12
extracted the password change code from smbpasswd and used it in swat
Andrew Tridgell
1
-0
/
+2
1998-11-12
Fix fd leak in error condition in grantpt code case.
Jeremy Allison
1
-5
/
+8
1998-11-11
Fixed two debug prints.
Jeremy Allison
1
-2
/
+2
1998-11-10
include/local.h:
Jeremy Allison
1
-6
/
+13
1998-11-09
Makefile.in: Removed rpc_server/srv_ldap_helpers.c per J.F.'s instructions.
Jeremy Allison
1
-1
/
+1
1998-11-09
converted smbclient to use clientgen.c rather than clientutil.c
Andrew Tridgell
2
-2
/
+1
1998-11-07
codepages/codepage_def.936: Updated comment.
Jeremy Allison
1
-89
/
+73
1998-11-06
lib/charcnv.c: Improved debug comment.
Jeremy Allison
3
-21
/
+43
1998-11-03
Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...
Jeremy Allison
3
-52
/
+117
1998-11-02
removed comment line at end of file
Luke Leighton
1
-1
/
+0
1998-10-29
Fixed bug (that I introduced when doing the "delete on close" work
Jeremy Allison
1
-7
/
+9
1998-10-28
Quick fixes to fix the broken tree. Needed for my morning compiles.
Jeremy Allison
1
-0
/
+1
1998-10-28
Fix from thwartedefforts@wonky.org (slightly modified) to
Jeremy Allison
1
-1
/
+1
1998-10-27
debug string with no %s parameter. oops
Luke Leighton
1
-1
/
+2
1998-10-26
Fixed a couple of issues with the SMB_QUERY_FILE_ALL_INFO query.
Jeremy Allison
1
-2
/
+5
1998-10-24
volker was concerned about unique inode numbers and smbsh. This set of
Andrew Tridgell
1
-0
/
+1
1998-10-23
Handle the case where multiple smbd have the file open, some of whom
Jeremy Allison
2
-17
/
+76
1998-10-23
possible bug in change oem password code: replaced E_P16 and E_md4hash
Luke Leighton
1
-9
/
+1
1998-10-23
Make the new code conditional on lp_share_modes() just like the code in open_...
Jeremy Allison
1
-36
/
+39
1998-10-23
Fixed debug reporting in the changed code.
Jeremy Allison
1
-1
/
+6
1998-10-23
Fixed bug in previous commit where I was overwriting share_mode from
Jeremy Allison
1
-3
/
+4
1998-10-23
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
5
-4
/
+109
1998-10-23
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
6
-67
/
+100
1998-10-22
server/srv_samr.c smbd/ipc.c: Changed global_myworkgroup back to fstring
Jeremy Allison
1
-1
/
+1
1998-10-22
extern fstring global_myworkgroup should be a pstring
Luke Leighton
1
-2
/
+2
1998-10-22
libsmb/smbdes.c: #ifdef'ed out code prior to removal.
Jeremy Allison
3
-34
/
+71
1998-10-21
domain aliases added a bit better: does local aliases if you query
Luke Leighton
2
-5
/
+5
1998-10-21
Fixed mainly signed/unsigned issues found by SGI cc in -fullwarn mode.
Jeremy Allison
4
-17
/
+41
1998-10-21
signed / unsigned issues
Luke Leighton
2
-2
/
+2
1998-10-21
at the interop Isaac (at least I _think_ it was Isaac) said that if a
Andrew Tridgell
1
-1
/
+14
1998-10-20
dce/rpc. bug-fix in ipc.c (introduced today :)
Luke Leighton
1
-1
/
+1
1998-10-20
some quite important bug-fixes i missed because i transferred the wrong
Luke Leighton
1
-19
/
+8
1998-10-20
smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirector
Jeremy Allison
2
-12
/
+76
1998-10-19
- dce/rpc code
Luke Leighton
4
-138
/
+234
1998-10-18
Fixed sys_lseek and seek_file calls so all returns
Jeremy Allison
4
-19
/
+70
1998-10-18
check for lp_nt_pipe_support() in open calls
Andrew Tridgell
2
-2
/
+2
1998-10-17
Small tidyups for gcc in 'preen' mode....
Jeremy Allison
2
-0
/
+2
1998-10-16
!pass -> pass != NULL is wrong: !pass -> pass == NULL is correct. oops.
Luke Leighton
1
-2
/
+2
1998-10-16
made pass_check_smb() available for dce/rpc use.
Luke Leighton
3
-28
/
+37
1998-10-16
cli_nt_session_open() encrypt arg removed
Luke Leighton
1
-1
/
+1
1998-10-16
setup_groups() - code clarification. no functional change.
Luke Leighton
1
-13
/
+19
[next]