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-12-03
moved get_unixgroups it will be needed by the unix instance of the group
Luke Leighton
1
-49
/
+0
1998-12-01
check server role before doing nt user to unix user mapping
Luke Leighton
1
-12
/
+15
1998-12-01
rpc_samr.h parse_samr.c srv_samr.c :
Luke Leighton
1
-1
/
+1
1998-12-01
andrej spotted that entries _not_ in domain map user were being refused.
Luke Leighton
1
-10
/
+6
1998-12-01
hm. removed the "if failed to map nt name to unix name, fail tcon call"
Luke Leighton
1
-8
/
+2
1998-11-30
attempting to fix "domain user map" up, but it's a bit complicated.
Luke Leighton
1
-34
/
+56
1998-11-30
- adding builtin[alias]db.
Luke Leighton
1
-0
/
+5
1998-11-29
"retired" two modules to preserve their cvs history.
Luke Leighton
1
-638
/
+1
1998-11-29
weekend work. user / group database API.
Luke Leighton
3
-25
/
+26
1998-11-29
don't allow ".." in service name when doing "default service"
Andrew Tridgell
1
-1
/
+3
1998-11-25
fixing group database issues
Luke Leighton
1
-35
/
+52
1998-11-25
Makefile.in: Added maintainer mode fixes.
Jeremy Allison
7
-31
/
+31
1998-11-25
LsaLookupNames client call (first used as lookupnames command in rpcclient).
Luke Leighton
1
-11
/
+2
1998-11-25
fixing domain join and domain login problems
Luke Leighton
1
-1
/
+1
1998-11-24
Fixed oplock test path spec bug.
Jeremy Allison
1
-1
/
+1
1998-11-23
Fixed -Wall -Wshadow warning.
Jeremy Allison
1
-2
/
+1
1998-11-23
remove / add / attempt to stop remove didn't work.
Luke Leighton
1
-0
/
+651
1998-11-23
unix instance of group database API
Luke Leighton
3
-627
/
+3
1998-11-23
changed string_sub() to replace " ; and ` in the inserted string with _
Andrew Tridgell
1
-4
/
+4
1998-11-21
try to use *SMBSERVER to connect to password server if the first
Andrew Tridgell
1
-13
/
+11
1998-11-21
formatting change
Andrew Tridgell
1
-1
/
+1
1998-11-21
smbd/password.c: Added *SMBSERVER fix is name is too long.
Jeremy Allison
1
-1
/
+9
1998-11-20
Instrumented hack fix with debug level 10 statements just in case :-).
Jeremy Allison
1
-0
/
+3
1998-11-19
Sync up with 2.0 code.
Jeremy Allison
3
-9
/
+94
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
[prev]
[next]