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-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
1998-08-13
John Blair
Added the APPLEDOUBLE macro for the name of the directo...
commit
|
commitdiff
|
tree
1998-08-13
John Blair
Uh... I'm checking stuff in. Jeremy will by *so* pleas...
commit
|
commitdiff
|
tree
1998-08-13
Herb Lewis
move smbd/print_svid.o from SMBD_OBJ1 to PARAM_OBJ...
commit
|
commitdiff
|
tree
1998-08-13
Herb Lewis
return to old behaviour of dumping ALL parameters
commit
|
commitdiff
|
tree
1998-08-13
Jeremy Allison
HAVE_STATVFS should be STAT_STAVFS (caused printing...
commit
|
commitdiff
|
tree
1998-08-13
Jeremy Allison
More blocking lock code - still #ifdef'ed out - under...
commit
|
commitdiff
|
tree
1998-08-13
Christopher...
Debug output formatting change. I'm trying to combine...
commit
|
commitdiff
|
tree
1998-08-12
Christopher...
Changed a call to fflush(dbg) to dbgflush().
commit
|
commitdiff
|
tree
1998-08-12
Christopher...
I've added a dbgflush() function to debug.c. Calling...
commit
|
commitdiff
|
tree
1998-08-12
Andrew Tridgell
fixed the nested comment - Jeremy, do you want that...
commit
|
commitdiff
|
tree
1998-08-11
Jeremy Allison
include/smb.h: Removed dir_ptr. Not needed.
commit
|
commitdiff
|
tree
1998-08-11
Christopher...
Quick fix for a small problem. If you run 'nmbd -...
commit
|
commitdiff
|
tree
1998-08-11
Christopher...
I've come up with a different scheme for doing the...
commit
|
commitdiff
|
tree
1998-08-11
Christopher...
Cleaned up some lint warnings (functions with return...
commit
|
commitdiff
|
tree
1998-08-11
Herb Lewis
strip out extra spaces from smbclient output that were...
commit
|
commitdiff
|
tree
1998-08-11
Christopher...
Removed a stray semicolon in the DEBUGADD() macro.
commit
|
commitdiff
|
tree
1998-08-11
Christopher...
I've added a test for lp_loaded() so that timestamps...
commit
|
commitdiff
|
tree
1998-08-11
Andrew Tridgell
fixed a nasty bug in debug.c
commit
|
commitdiff
|
tree
1998-08-11
Andrew Tridgell
make sure that a fault cannot occur twice. The new...
commit
|
commitdiff
|
tree
1998-08-11
Jeremy Allison
Makefile.in: Added CHECK target back in (at Herb's...
commit
|
commitdiff
|
tree
1998-08-10
Herb Lewis
update for new directory structure
commit
|
commitdiff
|
tree
1998-08-10
Jeremy Allison
Makefile.in: Fixed make clean bug with CVS directory...
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
moved access.c into lib/ from smbd/ as it is needed...
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
split the system password checking routines out of...
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
moved username.c into lib/ so we no longer $(PASSDB_OBJ...
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
smbtorture now compiles
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
fixed the installation scripts for the new layout
commit
|
commitdiff
|
tree
1998-08-10
Andrew Tridgell
the rest of the binaries now compile and link
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
a few more things compile.
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
swat compiles, with some even uglier hacks. we really...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
nmbd compiles and links. I had to do some ugly stuff...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
close to having nmbd linking (just a bit of repository...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
this gets smbd compiling and linking correctly with...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
removed the if statements from the DEBUG() macro defini...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
another dummy file
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
added ignore rules for the dummy files
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
these dummy files are needed for autoconf processing
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
the autoconf scripts are now converted to the new direc...
commit
|
commitdiff
|
tree
1998-08-09
Andrew Tridgell
new directory structure in configure.in
commit
|
commitdiff
|
tree
1998-08-08
Andrew Tridgell
we have to have the test for -lsocket before the test...
commit
|
commitdiff
|
tree
1998-08-08
Andrew Tridgell
added --with-nisplus-home option
commit
|
commitdiff
|
tree
1998-08-07
Herb Lewis
forgot to remove -nostrip option for packaging. Makes...
commit
|
commitdiff
|
tree
1998-08-07
Herb Lewis
add startswat.sh to automate starting swat with inetd
commit
|
commitdiff
|
tree
next