1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

365 Commits

Author SHA1 Message Date
Andrew Tridgell
90d93889d7 split the system password checking routines out of smbd/password.c and
into passdb/pass_check.c. This means SWAT no longer needs to link to
smbd/password.c
-
Andrew Tridgell
745d38bfe7 moved username.c into lib/ so we no longer $(PASSDB_OBJ) in most
utilities
-
Andrew Tridgell
12c8028eb4 smbtorture now compiles -
Andrew Tridgell
60cdb83f3f fixed the installation scripts for the new layout -
Andrew Tridgell
7fecc3d5a2 the rest of the binaries now compile and link -
Andrew Tridgell
b92ce41c54 a few more things compile.
I'll do the rest tomorrow.
-
Andrew Tridgell
3ecfd271de swat compiles, with some even uglier hacks. we really have to do
something about our dependencies between seemingly unrelated code.
-
Andrew Tridgell
beef5341fc nmbd compiles and links. I had to do some ugly stuff, putting files in
illogical places. Once I get everything compiled these will need to be
revisited, but at least the new Makefile.in makes it really obvious
what is out of place.
-
Andrew Tridgell
34dd9b7945 close to having nmbd linking (just a bit of repository hacking to go) -
Andrew Tridgell
d08fa39cec this gets smbd compiling and linking correctly with the new layout. -
Andrew Tridgell
70000c2190 added --with-nisplus-home option -
Christopher R. Hertel
653c17c1b8 This is the checkin of the debug changes.
Makefile.in:  I've added debug.o.
  proto.h    :  Rebuilt, as is standard for these sorts of things.
  smb.h      :  New macros, etc.
  util.c     :  Debug code removed.

I'll check in debug.c in the next step.

Chris -)-----
-
Jeremy Allison
3a5eea850b Makefile.in: Moved UBIQX stuff into UTILOBJ.
loadparm.c: Added "ole locking compatibility" option (default "true").
locking.c: Changes to implement union in files_struct.
locking_shm.c: Changes to implement union in files_struct.
nttrans.c: Made opening a directory explicit (we have to).
           Added create directory code for nttrans.
reply.c: Changes to implement union in files_struct.
server.c: Changes to implement union in files_struct. Added create directory code.
trans2.c: Changes to implement union in files_struct.
smb.h: Changes to implement union in files_struct.
util.c: Changed linked list code to UNIQX linked list. This will make
        the other lists I need to implement for ChangeNotify and blocking
        locks easier.
Jeremy.
-
Andrew Tridgell
fc1947b52a fixed a make proto bug pointed out by Chris. -
Andrew Tridgell
3bda7ac417 merge from the autoconf2 branch to the main branch -