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
/
include
/
smb.h
Age
Commit message (
Expand
)
Author
Files
Lines
1998-11-23
unix instance of group database API
Luke Leighton
1
-0
/
+9
1998-11-22
deleted some old DEBUG() code that wasn't used
Andrew Tridgell
1
-14
/
+0
1998-11-17
Fixed NT modify timestamp issue.
Jeremy Allison
1
-0
/
+1
1998-11-17
- group database API. oops and oh dear, the threat has been carried out:
Luke Leighton
1
-14
/
+116
1998-11-17
Moved PRINTCAP_NAME from smb.h to includes to allow it to
Jeremy Allison
1
-4
/
+0
1998-11-15
change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macros
Andrew Tridgell
1
-1
/
+1
1998-11-13
Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...
Jeremy Allison
1
-1
/
+4
1998-11-13
oops - ZERO_STRUCTP() issues again...
Luke Leighton
1
-4
/
+1
1998-11-13
ZERO_STRUCTP does not check argument for NULL.
Luke Leighton
1
-1
/
+4
1998-11-13
include/smb.h: Re-added zero pointer protection to ZERO_STRUCTP.
Jeremy Allison
1
-3
/
+1
1998-11-13
security descriptors
Luke Leighton
1
-5
/
+1
1998-11-12
security descriptors.
Luke Leighton
1
-1
/
+7
1998-11-12
largely rewrote smbpasswd so that the code is understandable. This
Andrew Tridgell
1
-1
/
+1
1998-11-10
include/local.h:
Jeremy Allison
1
-0
/
+25
1998-11-10
rpcclient registry commands.
Luke Leighton
1
-1
/
+2
1998-10-23
added domain and local group structures. names may have to be 256 chars
Luke Leighton
1
-0
/
+60
1998-10-23
Reasonably large change to give us *exactly* correct NT delete on close seman...
Jeremy Allison
1
-5
/
+10
1998-10-23
include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...
Jeremy Allison
1
-3
/
+44
1998-10-21
the next dialog: user-groups. it's not very sensible what appears, but hey:
Luke Leighton
1
-0
/
+1
1998-10-16
dce/rpc
Luke Leighton
1
-1
/
+2
1998-10-06
implemented unix semantics for rename in smbwrapper
Andrew Tridgell
1
-0
/
+1
1998-09-29
Got very strict about the differences and uses of
Jeremy Allison
1
-17
/
+18
1998-09-28
Changes to test in configure if capabilities are enabled on a system.
Jeremy Allison
1
-31
/
+1
1998-09-25
Makefile.in: Fixed bug with continuation line causing proto to fail.
Jeremy Allison
1
-148
/
+8
1998-09-25
added in samr commands. assistance in returning the missing functions,
Luke Leighton
1
-0
/
+3
1998-09-25
added rpcclient program
Luke Leighton
1
-37
/
+168
1998-09-24
Integration of Anders Blomdell <anders.blomdell@control.lth.se>'s
Jeremy Allison
1
-0
/
+6
1998-09-23
First cut at kernel oplocks. This should have no effect unless runnin
Jeremy Allison
1
-4
/
+22
1998-09-20
add a define for SMB_SEARCH_BITS and change comment on FSTYPE_STRING
Andrew Tridgell
1
-0
/
+3
1998-09-17
configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...
Jeremy Allison
1
-4
/
+14
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-2
/
+2
1998-09-14
Fixed problems people were having with creating profile
Jeremy Allison
1
-0
/
+10
1998-09-11
Ok - this is the 'expose 64 bit to the clients' checkin.
Jeremy Allison
1
-0
/
+1
1998-09-11
Added ssize_t to configure code.
Jeremy Allison
1
-1
/
+5
1998-09-10
smb.h: Removed fdnum from file_fd_struct. Not needed.
Jeremy Allison
1
-1
/
+0
1998-09-03
Ok - this is the 64 bit widening check in. It changes the configure
Jeremy Allison
1
-6
/
+6
1998-08-31
configure.in, configure: include/config.h.in: Added stropts and poll.
Jeremy Allison
1
-41
/
+12
1998-08-30
changed the size of a char array in the userdata_struct from 1 to 16
Andrew Tridgell
1
-0
/
+9
1998-08-27
This is the stat cache code - seems to work fine (needs heavy
Jeremy Allison
1
-0
/
+8
1998-08-26
use a separate ZERO_ARRAY() macro instead of ZERO_STRUCT() for
Andrew Tridgell
1
-0
/
+1
1998-08-25
changed the default permissions code to do this:
Andrew Tridgell
1
-0
/
+1
1998-08-24
Changed ASSERT macros to SMB_ASSERT macros as some systems already
Jeremy Allison
1
-2
/
+2
1998-08-22
added ASSERT() and ASSERT_ARRAY() macros and sprinkled them liberally
Andrew Tridgell
1
-0
/
+4
1998-08-21
added new smb.conf option "panic action". see my samba-technical
Andrew Tridgell
1
-4
/
+0
1998-08-21
added a macro ZERO_STRUCT() which is useful for initialising
Andrew Tridgell
1
-0
/
+3
1998-08-17
now that we have no global arrays we can start to split up the monster
Andrew Tridgell
1
-0
/
+7
1998-08-17
moved connection_struct handling code into smbd/conn.c and changed it
Andrew Tridgell
1
-4
/
+3
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1
-5
/
+0
1998-08-16
got rid of the Files[] array completely (previously I'd just made it
Andrew Tridgell
1
-1
/
+0
1998-08-16
server.c: fixed a bug in close_file() with the new files.c handling code
Andrew Tridgell
1
-11
/
+18
[next]