summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge from HEAD.Volker Lendecke2003-03-193-61/+110
| | | | | Volker (This used to be commit f42032060812e9bf409042c790e71fefb40ff17a)
* Fix typo.Volker Lendecke2003-03-191-1/+1
| | | | | | | Thanks to Guenther Deschner <gd@suse.de> Volker (This used to be commit 52250e42a99390deb58478305410b93b877aa015)
* Update alpha informationJelmer Vernooij2003-03-191-103/+32
| | | | (This used to be commit 52c2b2418d3ba0d64dcaa2e1d0be3b240cd6c636)
* Update to current situation - should we add SAM/GUMS/idmap?Jelmer Vernooij2003-03-191-4/+4
| | | | (This used to be commit 3247b6be7a284c10c2885854a0da0501fb2f506e)
* Fix some comment typosJelmer Vernooij2003-03-191-2/+2
| | | | (This used to be commit 051b33e98f94ad09b4d8816a88e78715e7dc2a5e)
* merge from HEADVolker Lendecke2003-03-191-0/+1
| | | | (This used to be commit 12110a263b5ac65d6b965ccbe19b7be3025f0373)
* Put group mapping into LDAP.Volker Lendecke2003-03-192-30/+496
| | | | | Volker (This used to be commit da83d97eb50c3c3a67985e22410842100207431f)
* Fix debug message not to use an uninitialized variable.Volker Lendecke2003-03-191-2/+1
| | | | | Volker (This used to be commit 71906a5b4e4f93ebd4c27a0d22d74aad62e14924)
* Doin't pstrcpy into fstring.Jeremy Allison2003-03-191-4/+4
| | | | | Jeremy. (This used to be commit e619c50834a06b3026dc6b8603d1f88268bbdbc1)
* Ensure dev in make_connection is const.Jeremy Allison2003-03-182-5/+11
| | | | | Jeremy. (This used to be commit 1c6ea31b8f48b93606f4c5b6a0472571dc8a471e)
* Removed unused var.Jeremy Allison2003-03-181-2/+0
| | | | | Jeremy. (This used to be commit f93c64b5ca1bc21f5fa89200034cd82dcbc0910b)
* const warning fix.Jeremy Allison2003-03-181-1/+2
| | | | | Jeremy. (This used to be commit 478a5c654a6d2765b726e9a8ef64af7716cb56c0)
* Merge mbp's HEAD changes.Jeremy Allison2003-03-182-34/+72
| | | | | Jeremy. (This used to be commit da1271a95fce7fd217555fb161d4669d0b9b80e2)
* Add const.Andrew Bartlett2003-03-181-2/+2
| | | | (This used to be commit 38a6ad95d789b3ece7a8e697195c8851663b3cd9)
* Makefile updates for new SMB signing code.Andrew Bartlett2003-03-181-2/+2
| | | | (This used to be commit fa10640630cd893c30aa75f8b94e906199cecbe6)
* Parinoia fixes from HEAD - malloc() some extra room after the allocatedAndrew Bartlett2003-03-181-2/+2
| | | | | buffer size. (This used to be commit 27ec538eca0905e1f749de4c49cc2555c5932d5c)
* Merge from HEAD:Andrew Bartlett2003-03-185-160/+77
| | | | | | | | | | | | | | | A much better SMB signing module, that allows for mulitple signing algorithms and correctly backs down from signing when the server cannot sign the reply. This also attempts to enable SMB signing on NTLMSSP connections, but I don't know what NTLMSSP flags to set yet. This would allow 'client use signing' to be set by default, for server compatability. (A seperate option value should be provided for mandetory signing, which would not back down). Andrew Bartlett (This used to be commit 1c87be7a3d127201a6ab78d22d17c971af16b86b)
* NMBD string parinoia and memcpy() parinoia fixes from HEAD.Andrew Bartlett2003-03-183-10/+15
| | | | | Andrew Bartlett (This used to be commit fb29caddd987f94989f852584b912eeee45b50da)
* NTLMSSP updates from HEAD.Andrew Bartlett2003-03-182-12/+30
| | | | | Andrew Bartlett (This used to be commit f4ae028c2ad6ff8c7da3a6ef77a92762861144e1)
* Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett2003-03-1817-108/+91
| | | | | | | | | | | 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)
* Merge signed/unsigned fix from HEAD.Andrew Bartlett2003-03-181-1/+1
| | | | (This used to be commit 196628432130f826505187a27207a7b947e034cf)
* One more on set_local_machine_name() taking a new 'perm' argument.Andrew Bartlett2003-03-181-1/+1
| | | | (This used to be commit 29d909b184e0044f728091f3215eeb58bbeff437)
* Fix segfault on FD_SET() when we have an fd of -1Andrew Bartlett2003-03-181-0/+3
| | | | | Andrew Bartlett (This used to be commit 92bd0f69df4eef612b73da00e45d244f5236afa2)
* Merge whitespace to match HEAD.Andrew Bartlett2003-03-181-17/+17
| | | | (This used to be commit 454fb434195b8d46cbcbaee6a200070e5bcd7364)
* Add an extra parameter to our 'set_remote_machine_name' andAndrew Bartlett2003-03-187-10/+37
| | | | | | | | | | 'set_local_machine_name' so that the client can't change it from under us. (.NET RC2 and WinXP install calls the machine 'machinename' during NTLMSSP on the domain join). Andrew Bartlett (This used to be commit 4c7163e7c2cc09bd95faa05156ee480957a7a4d8)
* Add const.Andrew Bartlett2003-03-181-1/+1
| | | | (This used to be commit ed245023016779700571d108e7b9339236bcbe7c)
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This ↵cvs2svn Import User2003-03-1816-0/+2239
|\ | | | | | | used to be commit f0d009c3e91979b0dc3443e16f3f545bcc64cfda)
| * Split "clobber" function and variables into its own file before itMartin Pool2003-03-183-40/+61
| | | | | | | | | | grows too much larger. (This used to be commit 4bbddbfc6a97ebb11e299aa7bd07ebebeab42c65)
| * Ignore t_stringoverflow binary.Martin Pool2003-03-181-1/+2
| | | | | | | | (This used to be commit 195582c4cb7906ab95e47f5a2aea4ae86a7ab023)
| * Ignore .po and .po32 files.Martin Pool2003-03-181-0/+3
| | | | | | | | (This used to be commit 8d64419625dda242fdb7a5d956644b052b43a2ea)
| * Comment about deprecated macro overmalloc_safe_strcpy().Martin Pool2003-03-181-0/+6
| | | | | | | | (This used to be commit 5ac062580690eee9b4bd423dbb82631c0cdb8b30)
| * Remove static libbigballofmud, which just does not seem to link.Martin Pool2003-03-181-3/+7
| | | | | | | | | | Add bin/t_stringoverflow test case. Not built by default. (This used to be commit 7741bb8d18e7ba16522c00513174f2909d75535d)
| * The new string macros catch a bug at compile that previously onlyMartin Pool2003-03-181-0/+7
| | | | | | | | | | | | | | trapped at runtime, which is great. So we have to try a little harder to provoke an overflow -- which is still caught nicely in developer mode. (This used to be commit cea126f62ad411f5efbebc7c5d39297fd8ef9efb)
| * Update comment: Valgrind 1.9.4 seems to always respect clientMartin Pool2003-03-181-1/+1
| | | | | | | | | | requests, without needing --client-perms=yes. (This used to be commit 412a8780c35ee9449c9682e3ef73afb2c4933285)
| * Speling fixes and a little extra documentation.Martin Pool2003-03-181-6/+6
| | | | | | | | (This used to be commit 8da383bb3e63d25ceb0204c775580f2f1b3336ec)
| * global_globber_region_function/line ought to be recorded beforeMartin Pool2003-03-181-3/+15
| | | | | | | | | | | | | | | | | | | | | | clobbering the region, just in case clobbering causes us to crash immediately. (That might happen if we just shot ourselves in the stack and strcpy was not inlined.) Also, in DEVELOPER mode and when Valgrind is available, mark the clobbered region as uninitialized. This is an even stronger protection than clobbering with 0xf1. (This used to be commit 5653a42ae695f4b8f4c14d3184ca76523d38b51b)
| * Decode waitstatus values when a command fails.Martin Pool2003-03-181-2/+5
| | | | | | | | (This used to be commit e1baab1ee04b27447445351d0d88b0c02a5fa85d)
| * Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter2003-03-181-1/+71
| | | | | | | | | | when auth_smbd functionality merged to HEAD. (This used to be commit 2b6d13672dc1e4a46fc2600e729c22d0ee7e534b)
| * Start of a unit test for info3 caching. Much unfrastructure requiredTim Potter2003-03-181-0/+54
| | | | | | | | | | before this can be fully implemented. )-: (This used to be commit a040a8471f884cb295100f841594d86ddf754bb6)
| * Add copyright.Andrew Bartlett2003-03-171-1/+1
| | | | | | | | (This used to be commit a7f9c3657ff052e382e290059f50f1d9812b8221)
| * Fix memory leak.Volker Lendecke2003-03-171-0/+2
| | | | | | | | | | Volker (This used to be commit e8975d6e7bdcceb78a83a3446cf1430e1e3f1a72)
| * Added a slightly modified version of Tridge's note about securingTim Potter2003-03-172-0/+183
| | | | | | | | | | a Samba server. (This used to be commit 03a227b7ee7ed6927541966ec226344cd8c88aff)
| * Run autoconf. Shouldn't we have an autogen.sh here?Tim Potter2003-03-171-2/+11
| | | | | | | | (This used to be commit a43fe8e5f0cc95a8fb89db4ab1ee051b8c9d1bab)
| * Fix invalid SAFE_FREE() of talloc()ed memory.Andrew Bartlett2003-03-171-3/+0
| | | | | | | | | | Andrew Bartlett (This used to be commit 21add5f97d0d112094e34a02e6319991a1d2af4d)
| * Brain fart - make sure we truncate the right string...Andrew Bartlett2003-03-171-4/+4
| | | | | | | | | | Andrew Bartlett (This used to be commit 32eb2cdca62a784d96207507e273bbbf77b0c6c3)
| * Call AC_MSG_ERROR if jw, perl or htmldoc is not installed rather thanTim Potter2003-03-171-0/+10
| | | | | | | | | | generate a bodgy Makefile. (This used to be commit 2842e0925debe8bfabfdf011913cf5e13e824c10)
| * Fix const warnings.Andrew Bartlett2003-03-171-5/+5
| | | | | | | | | | Andrew Bartlett (This used to be commit fc1408d5d1a8b64dfd20268ab6f4a5f2a007614b)
| * Add const.Andrew Bartlett2003-03-172-4/+4
| | | | | | | | (This used to be commit 02f81719c7c179b61663bdf789c01ab62286fea2)
| * More statcache fixes - and add a bit more doco.Andrew Bartlett2003-03-171-9/+25
| | | | | | | | | | Andrew Bartlett (This used to be commit 0e8dd52f6973ac5219e2c2dd53824de71f512083)
| * Applied waider's patch to return DOS error codes for pipes thatTim Potter2003-03-1710-192/+217
| | | | | | | | | | support it. (This used to be commit ac3df9a8051bd105e8e4192d36b3024fdf9f9506)