Age | Commit message (Collapse) | Author | Files | Lines |
|
(This used to be commit a02370eccc1b26c12fd3b5e29aaf041a9feed197)
|
|
(This used to be commit 9518712516816b9e18d0fc4605fcd147ac088daa)
|
|
- build test harnesses for STF
- "make check" runs STF
(This used to be commit 1e198d314ff942f528a8d1be2997e8c4452a0674)
|
|
(This used to be commit 1370cc99a469511ee85373411647fb2c5c2f6180)
|
|
(This used to be commit d9e6f4259975ee4dfd3413fd0abb21321b81b4ed)
|
|
Small clenaup patches:
- safe_string.h - don't assume that __FUNCTION__ is available
- process.c - use new workaround from safe_string.h for the same
- util.c - Show how many bytes we smb_panic()ed trying to smb_xmalloc()
- gencache.c - Keep valgrind quiet by always null terminating.
- clistr.c - Add copyright
- srvstr.h - move srvstr_push into a .c file again, as a real function.
- srvstr.c - revive, with 'safe' checked srvstr_push
- loadparm.c - set a default for the display charset.
- connection.c - use safe_strcpy()
Andrew Bartlett
(This used to be commit c91e76bddbe1244ddc8d12b092eba875834029ac)
|
|
- pdb_guest (including change defaults)
- 'default' passdb actions (instead of 'not implemented' stubs in each module)
- net_rpc_samsync no longer assumes pdb_unix
Andrew Bartlett
(This used to be commit 4bec53c8c81019f0f06a93c4df0800bbf7281dd6)
|
|
(This used to be commit eccb6998111ce7a56bfd11578ccd7c09958f407e)
|
|
Jeremy.
(This used to be commit da1271a95fce7fd217555fb161d4669d0b9b80e2)
|
|
(This used to be commit fa10640630cd893c30aa75f8b94e906199cecbe6)
|
|
This patch catches up on the rest of the work - as much string checking
as is possible is done at compile time, and the rest at runtime.
Lots of code converted to pstrcpy() etc, and other code reworked to correctly
call sizeof().
Andrew Bartlett
(This used to be commit c5b604e2ee67d74241ae2fa07ae904647d35a2be)
|
|
dereferencing
(This used to be commit 7bc5fc729f67ae16e09ea67efa9e2b8e2ba41c8f)
|
|
(This used to be commit eac4b7ef2989acb50e3d27e7198285dd198017ec)
|
|
(This used to be commit 19676de275f1cb1feaf4f65acfafc1aed3b6ec67)
|
|
(This used to be commit e380224d8cd265b9845ad80af2b053a56078e790)
|
|
(This used to be commit cccec78cf241a9f69c363f0ecdd2e934c8b21f19)
|
|
(This used to be commit b32f3ecaf65f5f433d3b95802b45216689d56d75)
|
|
(This used to be commit 9e4eba0ae593cc4422a5ce7bbdc4ab9f06d017b7)
|
|
(This used to be commit adc5a4a263b49e2883aba759cf9dd77f12c0cabb)
|
|
(This used to be commit bddc54818eb57673ab53c9b7dd0547e3d61aa08b)
|
|
(This used to be commit d5b5a8e1f16f1e6d90affb4f84ff2f4bfbdfe86d)
|
|
(This used to be commit d9c485b01017594d113502f9de2248d6c120cfa3)
|
|
(This used to be commit f158bfa233585079139fbb5b5bf6878010746659)
|
|
(This used to be commit 678c07f11d33505e15d995b6c086aa2d8b6d7794)
|
|
(This used to be commit aef873826f91d4d381df7a510d62b61ff2615847)
|
|
misc libads fixes.
Andrew Bartlett
(This used to be commit 9c3a1710efba9fa4160004a554687d4b85927bb1)
|
|
support shared libraries
(This used to be commit 8ef302f6bf52a0bc7e1062747cb9b69c696958fd)
|
|
- NTLMSSP over SPENGO (sesssion-setup-and-x) cleanup and code refactor.
- also consequential changes to the NTLMSSP and SPNEGO parsing functions
- and the client code that uses the same functions
- Add ntlm_auth, a NTLMSSP authentication interface for use by applications
like Squid and Apache.
- also consquential changes to use common code for base64 encode/decode.
- Winbind changes to support ntlm_auth (I don't want this program to need
to read smb.conf, instead getting all it's details over the pipe).
- nmbd changes for fstrcat() instead of fstrcpy().
Andrew Bartlett
(This used to be commit fbb46da79cf322570a7e3318100c304bbf33409e)
|
|
(This used to be commit 087607e03a6db8e9ec021e13fe00303ec50d71a6)
|
|
*sync up configure.in
*don't build torture tools in make all
*make sure to remove torture tools as part of make clean
(This used to be commit 0fb724b3216eeeb97e61ff12755ca3a31bcad6ef)
|
|
on nis.schema.
add $(LDFLAGS) to libsmbclient build
(This used to be commit cd16064784a5e5fd9d2a67d4dfba605f7d8046ac)
|
|
(This used to be commit 2636b2231cfa6cdfc22181225e2b409bbbb75f7c)
|
|
(This used to be commit 1564ebfc9933ba892f6866ad8f3a1b4470a8fde9)
|
|
(This used to be commit 24dfb8c745c20968b413466003a16b5e3ab40a24)
|
|
server = DC1 *
(This used to be commit f49de4c5176bf635ac080e082fda412066b466c8)
|
|
(This used to be commit d2b93322b08ecd0fa1a74af1fb98c1277955ab93)
|
|
>Add -a flag to setup.py when making python_clean. This will delete the
>python compiled binaries and .so files rather than only the temporary
>compile directory.
>
>This fixes a PSA build bug.
Merge from HEAD, Revision 1.587:
>Link less with smbmnt and smbumount. Also change from a pstrcpy() to a
>strncpy() to make it clear that we must operate on a PATH_MAX sized buffer.
>
>Andrew Bartlett
Plus some bits from the AC_SUBST target cleanup that got missed last time
I ran dirdiff.
(This used to be commit 9b94c82958c136e344032651e1582ee63137114a)
|
|
Andrew Bartlett
(This used to be commit e6f2d9dfdb76a2d3f90354eb38f88709773353cb)
|
|
add VFS_MODULES and PDB_MODULES to clean
(This used to be commit e567c19e0513b9bf35c7324de0f49b7d83b7d7b6)
|
|
- Create vfs and pdb subdirs in installmodules rule
- Add PDBLIBDIR
(This used to be commit 6e627847864676d3845f493ab423bfbd8830d539)
|
|
- Target selection cleanup
- Some formatting merges
- Merged some Pythong bits&pieces that were missed previously
Original commit message for target selection cleanup:
>Here's a bit of a cleanup of the {configure,Makefile}.in files. I've
>now combined all the ad-hoc AC_SUBST variables into three generalised
>ones:
>
> EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin
> EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin
> EXTRA_ALL_TARGETS Additional targets to build by default
> SHLIB_PROGS Shared library objects (pam, winbind) to build
>
>We also build some extra stuff by default: the python extensions (if
>--with-python specified), smbmount related binaries (if
>--with-smbmount specified), and the samba torture suite.
>
>The idea behind this is to have everything that is configured built by
>default to detect breakage as soon as possible when people make low
>level changes.
(This used to be commit 6000caf5daf3da30bf69b865c5f4301a53609b2c)
|
|
(This used to be commit d337416739907d778b2442ea4da49f1cefa112e6)
|
|
* updating Makefile & configure script to use CONFIGDIR & VFSLIBDIR
* set LIBDIR to ${prefix}/lib/samba when --with-fhs is enabled
* make installdirs take an arbitrary number of arguements
(This used to be commit f0d09cf676bc335e8fde9fe730730f2949411a54)
|
|
* fixing change notify on print server handle
* adding change notify support into smbcontrol for sending comment
changes, etc...
All part of CR 1159/1160
(This used to be commit f1062e79de8a3046c6e3f22b3d1a4819afe6809b)
|
|
(This used to be commit 0b342b8e90b8e0395a1a3046e9e3f70a168fdb1f)
|
|
- Detect MySQL and XML libraries
- Add modules rules to Makefile
- Move working VFS modules to source/
(This used to be commit fadada3555a1f3db724789a7fcfa7ed5404c4324)
|
|
was:
consolidate alla error mapping functions in one file
(This used to be commit 2c9e8b79d94e3276e9eb9bd676af0a68ee3908ff)
|
|
(This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
|
|
Jeremy.
(This used to be commit d030df76439c72825d68410211e62090438cef54)
|
|
up on the farm.
(This used to be commit 134ddca56ba36580d88825f6dc24d3820e4c9810)
|