git.samba.org
/
samba.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
samba.git
1998-09-01
Andrew Tridgell
spruced up SWAT a bit - it now uses the new Samba logo...
commit
|
commitdiff
|
tree
1998-09-01
Andrew Tridgell
fixed a bug in the base64 hanlding that led to auth...
commit
|
commitdiff
|
tree
1998-09-01
Andrew Tridgell
check that a valid pipe is passed before doing a pipe...
commit
|
commitdiff
|
tree
1998-08-31
Jeremy Allison
configure.in, configure: include/config.h.in: Added...
commit
|
commitdiff
|
tree
1998-08-31
Christopher...
I added notes about the changes I've made to 2.0.0...
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
I looked at the refresh issue a bit more and discovered...
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
minor fixes to the DMB<->DMB sync code. We now get...
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
if an address is ipzero in cli_connect() then do a...
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
I realised that my DMB<->DMB sync code has the property...
commit
|
commitdiff
|
tree
1998-08-31
Samba Release...
preparing for release of 2.0.0 alpha 1
commit
|
commitdiff
|
tree
1998-08-31
Samba Release...
preparing for release of 2.0.0 alpha
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
fixed a comment
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
updated the WHATSNEW in preparation for an alpha release
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
set a maximum name refresh time of 20 minutes.
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
cast the qsort to prevent warnings
commit
|
commitdiff
|
tree
1998-08-31
Andrew Tridgell
bounds check next_token() to prevent possible buffer...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
added a dest_port parameter to send_mailslot() so we...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
a couple of debug lines
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
finished the asynchronous browse synchronisation code...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
This should fix the zombie problem that luke noticed.
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
we we have successfully done a query on *<1b> from...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
changed the way that name query records are sorted...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
include our netbios names list and our workgroup in...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
don't put two spaces at the start of lines if logging...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
changed the format of the wins.dat file slightly.
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
allow smbclient to connect to IPC$ as an IPC service
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
- zero shared memory before freeing it
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
added a function zero_free(void *, int size) that zeros...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
changed the size of a char array in the userdata_struct...
commit
|
commitdiff
|
tree
1998-08-30
Andrew Tridgell
added some defensive programming to nmbd. This mostly...
commit
|
commitdiff
|
tree
1998-08-29
Andrew Tridgell
got rid of calls to update_protected_database(). It...
commit
|
commitdiff
|
tree
1998-08-29
Andrew Tridgell
don't exit on a SIGPIPE
commit
|
commitdiff
|
tree
1998-08-28
Jeremy Allison
This checking fixes the statcache bug that stopped...
commit
|
commitdiff
|
tree
1998-08-28
Andrew Tridgell
nmbd would core dump if a large number of netbios alias...
commit
|
commitdiff
|
tree
1998-08-27
Jeremy Allison
Fixed stat cache statistics calculation. Oops.
commit
|
commitdiff
|
tree
1998-08-27
Jeremy Allison
This is the stat cache code - seems to work fine (needs...
commit
|
commitdiff
|
tree
1998-08-26
Luke Leighton
oops - added /usr/include/rpc includes.
commit
|
commitdiff
|
tree
1998-08-26
Andrew Tridgell
use a separate ZERO_ARRAY() macro instead of ZERO_STRUC...
commit
|
commitdiff
|
tree
1998-08-26
Andrew Tridgell
get includes right for systems that use getpwanam()
commit
|
commitdiff
|
tree
1998-08-26
Andrew Tridgell
took all the rpc includes back out until we can work...
commit
|
commitdiff
|
tree
1998-08-26
Andrew Tridgell
added a warning when loading a parameter that is deprecated
commit
|
commitdiff
|
tree
1998-08-25
Christopher...
Finally got around to updating the man pages for nmbd...
commit
|
commitdiff
|
tree
1998-08-25
Luke Leighton
added loads of pointless rpcsvc/ and rpc/ include files...
commit
|
commitdiff
|
tree
1998-08-25
Andrew Tridgell
note that "alternate permissions" is deprecated in...
commit
|
commitdiff
|
tree
1998-08-25
Andrew Tridgell
proto changes
commit
|
commitdiff
|
tree
1998-08-25
Andrew Tridgell
some smbtorture hacks (random IPC calls)
commit
|
commitdiff
|
tree
1998-08-25
Andrew Tridgell
changed the default permissions code to do this:
commit
|
commitdiff
|
tree
1998-08-25
Jeremy Allison
Added code to (correctly) ignore TRANSACT2_SETFILEINFO...
commit
|
commitdiff
|
tree
1998-08-24
Jeremy Allison
Changed ASSERT macros to SMB_ASSERT macros as some...
commit
|
commitdiff
|
tree
1998-08-24
Luke Leighton
resource.h on FreeBSD 2.1 requires sys/time.h to come...
commit
|
commitdiff
|
tree
1998-08-22
Andrew Tridgell
added ASSERT() and ASSERT_ARRAY() macros and sprinkled...
commit
|
commitdiff
|
tree
1998-08-22
Andrew Tridgell
expanded MAX_LOOKUP_SIDS to 30 (I saw 21 in a packet)
commit
|
commitdiff
|
tree
1998-08-21
Christopher...
Just tweaking.
commit
|
commitdiff
|
tree
1998-08-21
Christopher...
nmbd and smbd had different behavior with respect to...
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
don't attempt to answer QFILEINFO/SMB_QUERY_FILE_STREAM...
commit
|
commitdiff
|
tree
1998-08-21
John Terpstra
Adding first cut of the new Red Hat Linux packaging...
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
added new smb.conf option "panic action". see my samba...
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
use ZERO_STRUCT() to initialise lots of structures.
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
added a macro ZERO_STRUCT() which is useful for initial...
commit
|
commitdiff
|
tree
1998-08-21
Richard Sharpe
Submitting the smbtar changes to the main branch as...
commit
|
commitdiff
|
tree
1998-08-21
John Terpstra
Fix "make clean" to also delete SPROGS.
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
and get the message right ...
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
silly me.
commit
|
commitdiff
|
tree
1998-08-21
Andrew Tridgell
fixed a bug in trans2_qfilepathinfo() where we used...
commit
|
commitdiff
|
tree
1998-08-21
Jeremy Allison
Fixes for the problem in blocking locks with file_fsp...
commit
|
commitdiff
|
tree
1998-08-20
Jeremy Allison
Turning on blocking locking code. NB. Blocking lock...
commit
|
commitdiff
|
tree
1998-08-20
Andrew Tridgell
testparm now prints a warning if the lock directory...
commit
|
commitdiff
|
tree
1998-08-19
Andrew Tridgell
added a test for a working setresuid
commit
|
commitdiff
|
tree
1998-08-19
Jeremy Allison
Blocking lock code split out...
commit
|
commitdiff
|
tree
1998-08-19
Jeremy Allison
Makefile.in: Moved blocking lock code into smbd/blockin...
commit
|
commitdiff
|
tree
1998-08-17
Jeremy Allison
smbd/nttrans.c: Fixed bug in split off pipe code.
commit
|
commitdiff
|
tree
1998-08-17
Jeremy Allison
Fixed bug introduced by the recent changes where the...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
removed some of the rough edges from the splitup
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
move soem variables from server.c that don't belong...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
this completes the splitup of server.c.
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
more splitting of server.c
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
now that we have no global arrays we can start to split...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
added some optimisation for the case where the number...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
reduced the memory footprint a bit by changing some...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
moved connection_struct handling code into smbd/conn...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
converted the policy code to use a linked list and...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
much cleaner chain pointer handling for both files...
commit
|
commitdiff
|
tree
1998-08-17
Andrew Tridgell
some cleanups from the conversion of Pipes[] to a linke...
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
I think it is pretty much decided that the next major...
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
- some tidying up in files.c
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
fixed some bugs in the locking_slow code caused by...
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
added include of sys/resource.h
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
got rid of the Files[] array completely (previously...
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
server.c: fixed a bug in close_file() with the new...
commit
|
commitdiff
|
tree
1998-08-16
Andrew Tridgell
changed find_free_file() to file_new().
commit
|
commitdiff
|
tree
1998-08-15
Andrew Tridgell
this checkin gets rid of the global Files[] array and...
commit
|
commitdiff
|
tree
1998-08-15
Andrew Tridgell
use user instead of this_user to prevent global shadowing
commit
|
commitdiff
|
tree
1998-08-15
Andrew Tridgell
some more dummy files to ignore
commit
|
commitdiff
|
tree
1998-08-15
Andrew Tridgell
moved the printing related files to a separate printing...
commit
|
commitdiff
|
tree
1998-08-15
Jeremy Allison
configure: Changes for extra headers.
commit
|
commitdiff
|
tree
1998-08-14
Andrew Tridgell
this is the bug change to using connection_struct*...
commit
|
commitdiff
|
tree
1998-08-14
Andrew Tridgell
remove an unused variable
commit
|
commitdiff
|
tree
1998-08-14
Andrew Tridgell
define INADDR_NONE if not already defined
commit
|
commitdiff
|
tree
1998-08-14
Jeremy Allison
Makefile.in: Changed so that make proto will work with...
commit
|
commitdiff
|
tree
1998-08-13
John Blair
Added the '--with-netatalk' option to turn Netatalk...
commit
|
commitdiff
|
tree
next